Skip to content

Commit 9e622f2

Browse files
authored
docs: Update README.md
1 parent 900ff29 commit 9e622f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ Then, adding capabilities below:
168168
169169
```json
170170
{
171-
usePreinstalledWDA: true,
172-
prebuiltWDAPath: "/path/to/download/prebuilt/wda/WebDriverAgentRunner-Runner.app"
171+
"appium:usePreinstalledWDA": true,
172+
"appium:prebuiltWDAPath": "/path/to/download/prebuilt/wda/WebDriverAgentRunner-Runner.app"
173173
}
174174
```
175175

176176
It will improve initial new session request performance for iOS simulator.
177177

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).
178+
`"appium: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).
179179

180180
### Gives custom listener
181181

0 commit comments

Comments
 (0)