File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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.
243244Please use proper options for your automaiton usage.
244245
245246` automationName` | Package path
You can’t perform that action at this time.
0 commit comments