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 6882bc8 commit 97f0868Copy full SHA for 97f0868
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