Skip to content

Commit

Permalink
docs: add options matrix in readme (#1046)
Browse files Browse the repository at this point in the history
* docs: add options matrix in readme

* chore: revert unnecessary change

* docs: add tweak pathds
  • Loading branch information
KazuCocoa authored Oct 24, 2024
1 parent 36786ef commit 27595c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,26 @@ def test_android_click(appium_service, android_driver_factory):
el.click()
```
### Available `options`
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
|:---|:-----|
any | `appium.options.common.base.AppiumOptions`
`uiautomator2` | `appium.options.android.Uiautomator2Options`
`espresso` | `appium.options.android.EspressoOptions`
`xcuitest` | `appium.options.ios.XCUITestOptions`
`safari` | `appium.options.ios.SafariOptions`
`mac2` | `appium.options.mac.Mac2Options`
`windows` | `appium.options.WindowsOptions`
`gecko` | `appium.options.GeckoOptions`
`flutterintegration` | `appium.options.flutter_integration.FlutterOptions`
## Direct Connect URLs
If your Selenium/Appium server decorates the new session capabilities response with the following keys:
Expand Down

0 comments on commit 27595c4

Please sign in to comment.