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 fcb25a9 commit c70543cCopy full SHA for c70543c
README.md
@@ -37,15 +37,12 @@ appium --use-plugins=element-wait
37
## Configuration
38
39
To override the default element-wait retry
40
-
41
- 1. Use appium server config file. Refere here.
42
- 2. Use appium server CLI
43
44
+1. Use appium server CLI
45
--plugin-element-wait-timeout=30000
46
--plugin-element-wait-interval-between-attempts=200
47
48
+2. Use appium server config file. [Refer](https://github.com/AppiumTestDistribution/appium-wait-plugin/blob/main/server-config.json).
49
### Example
50
51
0 commit comments