Skip to content

Commit 8c17022

Browse files
committed
docs: add options matrix in readme
1 parent f928ca8 commit 8c17022

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,12 @@ def test_android_click(appium_service, android_driver_factory):
235235
el.click()
236236
```
237237
238-
### Available `Options`
238+
### Available `options`
239239
240-
Appium Python Client has a common options class named `AppiumOptions` but available commands are minimal.
241-
It does not have driver/automationName specific commands.
242-
Available options for each automation name below will help to check what options are already provided.
240+
Appium Python Client has a common options class named `AppiumOptions` but the available commands are minimal.
241+
It does not have driver/automationName specific commands unless adding commands with `add_command` method.
242+
243+
Available options for each automation name below will help to check what options are already defined.
243244
Please use proper options for your automaiton usage.
244245
245246
`automationName` | Package path

0 commit comments

Comments
 (0)