We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c08d5 commit 27be599Copy full SHA for 27be599
src/test/java/io/appium/java_client/pagefactory_tests/widget/tests/AbstractStubWebDriver.java
@@ -155,17 +155,14 @@ public Cookie getCookieNamed(String name) {
155
@Override
156
public Timeouts timeouts() {
157
return new Timeouts() {
158
- @Override
159
public Timeouts implicitlyWait(long time, TimeUnit unit) {
160
return this;
161
}
162
163
164
public Timeouts setScriptTimeout(long time, TimeUnit unit) {
165
166
167
168
169
public Timeouts pageLoadTimeout(long time, TimeUnit unit) {
170
171
0 commit comments