Skip to content

Commit 9bbb199

Browse files
author
poncoe
committed
remove gettimeout in main
1 parent 647ac9f commit 9bbb199

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/com/coedotzmagic/qatools/QATools.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,4 @@ public static void KillAllWebDriverProcess() {
9090
public static void SetTimeoutWait(int seconds) {
9191
FailureHandlingHelper.SetTimeoutWait(seconds);
9292
}
93-
94-
/**
95-
* <b>GetTimeoutWait()</b>
96-
* Used to get timeout when waiting time for WebDriverWait
97-
*
98-
* <br><br>
99-
*
100-
* @since 1.2
101-
*/
102-
public static int GetTimeoutWait() {
103-
return FailureHandlingHelper.GetTimeoutWait();
104-
}
10593
}

0 commit comments

Comments
 (0)