From 8c17022126d6ccb355a262b6c6b99e839c053692 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Mon, 14 Oct 2024 22:27:57 -0700 Subject: [PATCH] docs: add options matrix in readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 622c8e14..e26cde96 100644 --- a/README.md +++ b/README.md @@ -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