We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647ac9f commit 9bbb199Copy full SHA for 9bbb199
src/main/java/com/coedotzmagic/qatools/QATools.java
@@ -90,16 +90,4 @@ public static void KillAllWebDriverProcess() {
90
public static void SetTimeoutWait(int seconds) {
91
FailureHandlingHelper.SetTimeoutWait(seconds);
92
}
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
- }
105
0 commit comments