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.
2 parents d7edb69 + 97f0868 commit 0187c7fCopy full SHA for 0187c7f
src/main/java/io/appium/java_client/Setting.java
@@ -22,7 +22,7 @@
22
public enum Setting {
23
24
IGNORE_UNIMPORTANT_VIEWS("ignoreUnimportantViews"),
25
- WAIT_FOR_IDLE_TIMEOUT("setWaitForIdleTimeout"),
+ WAIT_FOR_IDLE_TIMEOUT("waitForIdleTimeout"),
26
WAIT_FOR_SELECTOR_TIMEOUT("setWaitForSelectorTimeout"),
27
WAIT_SCROLL_ACKNOWLEDGMENT_TIMEOUT("setScrollAcknowledgmentTimeout"),
28
WAIT_ACTION_ACKNOWLEDGMENT_TIMEOUT("setActionAcknowledgmentTimeout"),
0 commit comments