Skip to content

Commit 2b60bef

Browse files
triagerrunner
and
runner
authored
docs: Update generated docs [ci skip] (appium#14316)
Co-authored-by: runner <[email protected]>
1 parent 8709747 commit 2b60bef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+61
-61
lines changed

docs/en/commands/context/get-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For information on contexts, see Appium's [hybrid automation docs](/docs/en/writ
8585
|Language|Support|Documentation|
8686
|--------|-------|-------------|
8787
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/AppiumDriver.html#getContext--) |
88-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#switching-between-native-and-webview) |
88+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.context.Context.current_context) |
8989
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
9090
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/doc/api.md) |
9191
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#current_context-instance_method) |

docs/en/commands/context/get-contexts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For information on contexts, see Appium's [hybrid automation docs](/docs/en/writ
8484
|Language|Support|Documentation|
8585
|--------|-------|-------------|
8686
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/AppiumDriver.html#getContextHandles--) |
87-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#switching-between-native-and-webview) |
87+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.context.Context.contexts) |
8888
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8989
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/doc/api.md) |
9090
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#available_contexts-instance_method) |

docs/en/commands/context/set-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For information on contexts, see Appium's [hybrid automation docs](/docs/en/writ
114114
|Language|Support|Documentation|
115115
|--------|-------|-------------|
116116
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/AppiumDriver.html#context-java.lang.String-) |
117-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#switching-between-native-and-webview) |
117+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.context.Context.context) |
118118
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
119119
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/doc/api.md) |
120120
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#set_context-instance_method) |

docs/en/commands/device/activity/current-activity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $activity = $driver->currentActivity();
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/android/StartsActivity.html#currentActivity--) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#retrieving-the-current-running-package-and-activity) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.android.html#webdriver.extensions.android.activities.Activities.current_activity) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2519) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#current_activity-instance_method) |

docs/en/commands/device/activity/current-package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ current_package
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/android/StartsActivity.html#getCurrentPackage--) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#retrieving-the-current-running-package-and-activity) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.android.html#webdriver.extensions.android.common.Common.current_package) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| None | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2526) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#current_package-instance_method) |

docs/en/commands/device/activity/start-activity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $driver->startActivity(array('appPackage' => 'com.example',
7777
|Language|Support|Documentation|
7878
|--------|-------|-------------|
7979
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/android/AndroidMobileCommandHelper.html#startActivityCommand-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-) |
80-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#start-an-arbitrary-activity) |
80+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.android.html#webdriver.extensions.android.activities.Activities.start_activity) |
8181
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8282
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2948) |
8383
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Android/Device#start_activity-instance_method) |

docs/en/commands/device/app/activate-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ iOS tests with XCUITest can also use the `mobile: activateApp` method. See detai
8484
|Language|Support|Documentation|
8585
|--------|-------|-------------|
8686
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#activateApp-java.lang.String-) |
87-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/appium/webdriver/extensions/applications.py) |
87+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.activate_app) |
8888
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8989
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js) |
9090
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#activate_app-instance_method) |

docs/en/commands/device/app/app-state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ iOS tests with XCUITest can also use the `mobile: queryAppState` method. See det
8383
|Language|Support|Documentation|
8484
|--------|-------|-------------|
8585
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#queryAppState-java.lang.String-) |
86-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/appium/webdriver/extensions/applications.py) |
86+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.query_app_state) |
8787
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8888
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js) |
8989
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Base/Driver#app_state-instance_method) |

docs/en/commands/device/app/background-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ iOS tests with XCUITest can also use the `mobile: terminateApp` method to termin
9090
|Language|Support|Documentation|
9191
|--------|-------|-------------|
9292
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#runAppInBackground-java.time.Duration-) |
93-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#backgrounding-an-application) |
93+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.background_app) |
9494
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
9595
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2841) |
9696
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#background_app-instance_method) |

docs/en/commands/device/app/close-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $driver->closeApp();
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#closeApp--) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#closing-and-launching-an-application) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.close_app) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2798) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#close_app-instance_method) |

docs/en/commands/device/app/end-test-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $driver->endTestCoverage('Intent', '/path');
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/android/AndroidDriver.html#endTestCoverage-java.lang.String-java.lang.String-) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#end-test-coverage) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.android.html#webdriver.extensions.android.common.Common.end_test_coverage) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2858) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| None | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Android/Device#end_coverage-instance_method) |

docs/en/commands/device/app/get-app-strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $strings = $driver->appStrings();
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/HasAppStrings.html#getAppStringMap--) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#retrieving-application-strings) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.app_strings) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2916) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#app_strings-instance_method) |

docs/en/commands/device/app/install-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ iOS tests with XCUITest can also use the `mobile: installApp` method. See detail
7878
|Language|Support|Documentation|
7979
|--------|-------|-------------|
8080
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#installApp-java.lang.String-) |
81-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#installing-an-application) |
81+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.install_app) |
8282
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8383
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2540) |
8484
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#install_app-instance_method) |

docs/en/commands/device/app/is-app-installed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ iOS tests with XCUITest can also use the `mobile: isAppInstalled` method. See de
7878
|Language|Support|Documentation|
7979
|--------|-------|-------------|
8080
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#isAppInstalled-java.lang.String-) |
81-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#checking-if-an-application-is-installed) |
81+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.is_app_installed) |
8282
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8383
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2586) |
8484
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#app_installed%3F-instance_method) |

docs/en/commands/device/app/launch-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ iOS tests with XCUITest can also use the `mobile: launchApp` method. See detaile
7979
|Language|Support|Documentation|
8080
|--------|-------|-------------|
8181
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#launchApp--) |
82-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#closing-and-launching-an-application) |
82+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.launch_app) |
8383
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8484
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2798) |
8585
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#launch_app-instance_method) |

docs/en/commands/device/app/remove-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ iOS tests with XCUITest can also use the `mobile: removeApp` method. See detaile
7878
|Language|Support|Documentation|
7979
|--------|-------|-------------|
8080
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#removeApp-java.lang.String-) |
81-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#removing-an-application) |
81+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.remove_app) |
8282
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
8383
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2563) |
8484
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#remove_app-instance_method) |

docs/en/commands/device/app/reset-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $driver->reset();
7373
|Language|Support|Documentation|
7474
|--------|-------|-------------|
7575
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#resetApp--) |
76-
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/README.md#resetting-an-application) |
76+
|[Python](https://github.com/appium/python-client/releases/latest)| All | [appium.github.io](https://appium.github.io/python-client-sphinx/webdriver.extensions.html#webdriver.extensions.applications.Applications.reset) |
7777
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | |
7878
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2827) |
7979
|[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#reset-instance_method) |

0 commit comments

Comments
 (0)