Skip to content

Commit 900ff29

Browse files
committed
docs: modify readme a bit
1 parent 65a4e32 commit 900ff29

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,26 @@ attached_driver.page_source
156156
Read [Appium/Core/Driver](https://rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver) to catch up with available capabilities.
157157
Capabilities affect only ruby_lib is [Appium/Core/Options](https://rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Options).
158158

159+
### Improvement ideas
160+
161+
- for iOS
162+
163+
```
164+
$ appium driver run xcuitest download-wda-sim --outdir=/path/to/download/prebuilt/wda/
165+
```
166+
167+
Then, adding capabilities below:
168+
169+
```json
170+
{
171+
usePreinstalledWDA: true,
172+
prebuiltWDAPath: "/path/to/download/prebuilt/wda/WebDriverAgentRunner-Runner.app"
173+
}
174+
```
175+
176+
It will improve initial new session request performance for iOS simulator.
177+
178+
`"settings[respectSystemAlerts]" => true` for capability will also help to work with [permissions](https://appium.github.io/appium-xcuitest-driver/latest/guides/troubleshooting/#interact-with-dialogs-managed-by-comapplespringboard).
159179

160180
### Gives custom listener
161181

0 commit comments

Comments
 (0)