Skip to content

Commit

Permalink
docs: add options matrix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 15, 2024
1 parent f928ca8 commit 8c17022
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,12 @@ def test_android_click(appium_service, android_driver_factory):
el.click()
```
### Available `Options`
### Available `options`
Appium Python Client has a common options class named `AppiumOptions` but available commands are minimal.
It does not have driver/automationName specific commands.
Available options for each automation name below will help to check what options are already provided.
Appium Python Client has a common options class named `AppiumOptions` but the available commands are minimal.
It does not have driver/automationName specific commands unless adding commands with `add_command` method.
Available options for each automation name below will help to check what options are already defined.
Please use proper options for your automaiton usage.
`automationName` | Package path
Expand Down

0 comments on commit 8c17022

Please sign in to comment.