docs/android_docs.md in appium_lib-9.9.2 vs docs/android_docs.md in appium_lib-9.10.0
- old
+ new
@@ -1,6 +1,6 @@
-##### [load_settings](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/appium.rb#L45)
+##### [load_settings](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/appium.rb#L45)
> def load_settings(opts = {})
Load arbitrary text ([toml format](https://github.com/toml-lang/toml))
The toml is parsed by https://github.com/fbernier/tomlrb .
@@ -25,11 +25,11 @@
[hash] the symbolized hash with updated :app and :require keys
--
-##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/appium.rb#L79)
+##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/appium.rb#L79)
> def load_settings(opts = {})
Load arbitrary text ([toml format](https://github.com/toml-lang/toml))
The toml is parsed by https://github.com/fbernier/tomlrb .
@@ -54,11 +54,11 @@
[hash] the symbolized hash with updated :app and :require keys
--
-##### [expand_required_files](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/appium.rb#L84)
+##### [expand_required_files](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/appium.rb#L84)
> def expand_required_files(base_dir, file_paths)
@@ -72,11 +72,11 @@
[Array] list of require files as an array, nil if require doesn't exist
--
-##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/appium.rb#L126)
+##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/appium.rb#L126)
> def promote_singleton_appium_methods(modules, driver = $driver)
This method is intended to work with page objects that share
a common module. For example, Page::HomePage, Page::SignIn
@@ -96,11 +96,11 @@
[Driver] driver - A driver to extend for
--
-##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/appium.rb#L181)
+##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/appium.rb#L181)
> def promote_appium_methods(class_array, driver = $driver)
Promote appium methods to class instance methods
@@ -114,175 +114,175 @@
[Driver] driver - A driver to extend for
--
-##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L36)
+##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L36)
> def global_webdriver_http_sleep
The amount to sleep in seconds before every webdriver http call.
--
-##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L36)
+##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L36)
> def global_webdriver_http_sleep=(value)
The amount to sleep in seconds before every webdriver http call.
--
-##### [sauce](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L39)
+##### [sauce](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L39)
> def sauce
SauceLab's settings
--
-##### [sauce_username](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L42)
+##### [sauce_username](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L42)
> def sauce_username
Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_USERNAME is in ENV.
same as @sauce.username
--
-##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L45)
+##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L45)
> def sauce_access_key
Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ACCESS_KEY is in ENV.
same as @sauce.access_key
--
-##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L48)
+##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L48)
> def sauce_endpoint
Override the Sauce Appium endpoint to allow e.g. TestObject tests
same as @sauce.endpoint
--
-##### [caps](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L52)
+##### [caps](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L52)
> def caps
from Core
read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
--
-##### [custom_url](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L53)
+##### [custom_url](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L53)
> def custom_url
Returns the value of attribute custom_url
--
-##### [export_session](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L54)
+##### [export_session](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L54)
> def export_session
Returns the value of attribute export_session
--
-##### [export_session_path](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L55)
+##### [export_session_path](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L55)
> def export_session_path
Returns the value of attribute export_session_path
--
-##### [default_wait](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L56)
+##### [default_wait](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L56)
> def default_wait
Returns the value of attribute default_wait
--
-##### [appium_port](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L57)
+##### [appium_port](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L57)
> def appium_port
Returns the value of attribute appium_port
--
-##### [appium_device](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L58)
+##### [appium_device](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L58)
> def appium_device
Returns the value of attribute appium_device
--
-##### [automation_name](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L59)
+##### [automation_name](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L59)
> def automation_name
Returns the value of attribute automation_name
--
-##### [listener](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L60)
+##### [listener](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L60)
> def listener
Returns the value of attribute listener
--
-##### [http_client](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L61)
+##### [http_client](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L61)
> def http_client
Returns the value of attribute http_client
--
-##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L62)
+##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L62)
> def appium_wait_timeout
Returns the value of attribute appium_wait_timeout
--
-##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L63)
+##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L63)
> def appium_wait_interval
Returns the value of attribute appium_wait_interval
--
-##### [appium_server_status](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L66)
+##### [appium_server_status](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L66)
> def appium_server_status
Appium's server version
--
-##### [appium_debug](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L68)
+##### [appium_debug](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L68)
> def appium_debug
Boolean debug mode for the Appium Ruby bindings
--
-##### [driver](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L71)
+##### [driver](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L71)
> def driver
Returns the driver
@@ -290,19 +290,19 @@
[Driver] the driver
--
-##### [core](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L73)
+##### [core](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L73)
> def core
Instance of Appium::Core::Driver
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L137)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L137)
> def initialize(opts = {}, global_driver = nil)
Creates a new driver. The driver is defined as global scope by default.
We can avoid defining global driver.
@@ -317,19 +317,19 @@
[Driver]
--
-##### [driver_attributes](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L247)
+##### [driver_attributes](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L247)
> def driver_attributes
Returns a hash of the driver attributes
--
-##### [device_is_android?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L267)
+##### [device_is_android?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L267)
> def device_is_android?
@@ -337,11 +337,11 @@
[Boolean]
--
-##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L271)
+##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L271)
> def device_is_ios?
@@ -349,11 +349,11 @@
[Boolean]
--
-##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L275)
+##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L275)
> def device_is_windows?
@@ -361,11 +361,11 @@
[Boolean]
--
-##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L281)
+##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L281)
> def automation_name_is_uiautomator2?
Return true if automationName is 'uiautomator2'
@@ -373,11 +373,11 @@
[Boolean]
--
-##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L287)
+##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L287)
> def automation_name_is_espresso?
Return true if automationName is 'Espresso'
@@ -385,11 +385,11 @@
[Boolean]
--
-##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L293)
+##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L293)
> def automation_name_is_xcuitest?
Return true if automationName is 'XCUITest'
@@ -397,11 +397,11 @@
[Boolean]
--
-##### [dialect](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L313)
+##### [dialect](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L313)
> def dialect
Get the dialect value whether current driver is OSS or W3C
@@ -419,11 +419,11 @@
action.perform
end
--
-##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L320)
+##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L320)
> def check_server_version_xcuitest
Return true if the target Appium server is over REQUIRED_VERSION_XCUITEST.
If the Appium server is under REQUIRED_VERSION_XCUITEST, then error is raised.
@@ -432,11 +432,11 @@
[Boolean]
--
-##### [appium_server_version](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L341)
+##### [appium_server_version](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L341)
> def appium_server_version
Returns the server's version info
@@ -444,11 +444,11 @@
[Hash]
--
-##### [remote_status](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L348)
+##### [remote_status](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L348)
> def appium_server_version
Returns the server's version info
@@ -456,11 +456,11 @@
[Hash]
--
-##### [platform_version](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L352)
+##### [platform_version](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L352)
> def platform_version
Return the platform version as an array of integers
@@ -468,11 +468,11 @@
[Array<Integer>]
--
-##### [appium_client_version](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L365)
+##### [appium_client_version](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L365)
> def appium_client_version
Returns the client's version info
@@ -480,11 +480,11 @@
[Hash]
--
-##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L377)
+##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L377)
> def self.absolute_app_path(opts)
Converts app_path to an absolute path.
@@ -497,11 +497,11 @@
[String] APP_PATH as an absolute path
--
-##### [server_url](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L410)
+##### [server_url](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L410)
> def server_url
Get the server url
@@ -509,11 +509,11 @@
[String] the server url
--
-##### [restart](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L418)
+##### [restart](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L418)
> def restart
Restarts the driver
@@ -521,11 +521,11 @@
[Driver] the driver
--
-##### [screenshot](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L431)
+##### [screenshot](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L431)
> def screenshot(png_save_path)
Takes a png screenshot and saves to the target path.
@@ -537,11 +537,11 @@
[File]
--
-##### [element_screenshot](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L445)
+##### [element_screenshot](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L445)
> def element_screenshot(element, png_save_path)
Takes a png screenshot of particular element's area
@@ -555,11 +555,11 @@
[File]
--
-##### [driver_quit](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L452)
+##### [driver_quit](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L452)
> def driver_quit
Quits the driver
@@ -567,11 +567,11 @@
[void]
--
-##### [quit_driver](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L455)
+##### [quit_driver](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L455)
> def driver_quit
Quits the driver
@@ -579,11 +579,11 @@
[void]
--
-##### [window_size](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L466)
+##### [window_size](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L466)
> def window_size
Get the device window's size.
@@ -591,11 +591,11 @@
[Selenium::WebDriver::Dimension]
--
-##### [start_driver](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L498)
+##### [start_driver](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L498)
> def start_driver(http_client_ops =
Creates a new global driver and quits the old one if it exists.
You can customise http_client as the following
@@ -611,27 +611,27 @@
[Selenium::WebDriver] the new global driver
--
-##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L520)
+##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L520)
> def set_implicit_wait(wait)
To ignore error for Espresso Driver
--
-##### [no_wait](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L530)
+##### [no_wait](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L530)
> def no_wait
Set implicit wait to zero.
--
-##### [set_wait](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L544)
+##### [set_wait](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L544)
> def set_wait(timeout = nil)
Set implicit wait. Default to @core.default_wait.
@@ -643,11 +643,11 @@
[void]
--
-##### [exists](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L561)
+##### [exists](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L561)
> def exists(pre_check = 0, post_check = @core.default_wait)
Returns existence of element.
@@ -667,11 +667,11 @@
[Boolean]
--
-##### [execute_script](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L585)
+##### [execute_script](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L585)
> def execute_script(script, *args)
The same as @driver.execute_script
@@ -685,11 +685,11 @@
[Object]
--
-##### [find_elements](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L607)
+##### [find_elements](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L607)
> def find_elements(*args)
Calls @driver.find_elements_with_appium
@@ -705,11 +705,11 @@
[Array<Element>] Array is empty when no elements are found.
--
-##### [find_element](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L622)
+##### [find_element](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L622)
> def find_element(*args)
Calls @driver.find_element
@@ -723,11 +723,11 @@
[Element]
--
-##### [set_location](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L635)
+##### [set_location](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L635)
> def set_location(opts = {})
Calls @driver.set_location
@@ -739,11 +739,11 @@
[Selenium::WebDriver::Location] the location constructed by the selenium webdriver
--
-##### [x](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/driver.rb#L645)
+##### [x](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/driver.rb#L645)
> def x
Quit the driver and Pry.
quit and exit are reserved by Pry.
@@ -752,35 +752,35 @@
[void]
--
-##### [username](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L4)
+##### [username](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L4)
> def username
Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_USERNAME is in ENV.
--
-##### [access_key](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L6)
+##### [access_key](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L6)
> def access_key
Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ACCESS_KEY is in ENV.
--
-##### [endpoint](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L8)
+##### [endpoint](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L8)
> def endpoint
Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'ondemand.saucelabs.com:443/wd/hub'.
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L33)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L33)
> def initialize(appium_lib_opts)
Create a SauceLabs instance to manage sauce labs related attributes.
@@ -792,11 +792,11 @@
[Appium::SauceLabs]
--
-##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L53)
+##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L53)
> def sauce_server_url?
Return true if an instance of Appium::SauceLabs has sauce_username and sauce_access_key.
@@ -804,11 +804,11 @@
[Boolean]
--
-##### [server_url](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/sauce_labs.rb#L66)
+##### [server_url](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/sauce_labs.rb#L66)
> def server_url
Return a particular server url to access to. Default is the local address.
@@ -816,11 +816,11 @@
[String]
--
-##### [get_log](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/log.rb#L11)
+##### [get_log](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/log.rb#L11)
> def get_log(type)
@@ -832,11 +832,11 @@
[[Selenium::WebDriver::LogEntry]] A list of logs data.
--
-##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/log.rb#L23)
+##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/log.rb#L23)
> def get_available_log_types
Get a list of available log types
@@ -844,11 +844,11 @@
[[String]] A list of available log types.
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/wait.rb#L6)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/wait.rb#L6)
> def initialize(opts = {})
@@ -856,11 +856,11 @@
[Wait] a new instance of Wait
--
-##### [wait_true](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/wait.rb#L26)
+##### [wait_true](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/wait.rb#L26)
> def wait_true(opts = {})
Check every interval seconds to see if yield returns a truthy value.
Note this isn't a strict boolean true, any truthy value is accepted.
@@ -876,11 +876,11 @@
[Hash] opts - Options
--
-##### [wait](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/wait.rb#L43)
+##### [wait](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/wait.rb#L43)
> def wait(opts = {})
Check every interval seconds to see if yield doesn't raise an exception.
Give up after timeout seconds.
@@ -894,27 +894,27 @@
[Hash] opts - Options
--
-##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/device.rb#L12)
+##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/device.rb#L12)
> def add_touch_actions
--
-##### [ignore](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L16)
+##### [ignore](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L16)
> def ignore
Return yield and ignore any exceptions.
--
-##### [back](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L23)
+##### [back](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L23)
> def back
Navigate back.
@@ -922,11 +922,11 @@
[void]
--
-##### [session_id](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L34)
+##### [session_id](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L34)
> def session_id
For Sauce Labs reporting. Returns the current session id.
@@ -934,11 +934,11 @@
[String]
--
-##### [xpath](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L42)
+##### [xpath](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L42)
> def xpath(xpath_str)
Returns the first element that matches the provided xpath.
@@ -950,11 +950,11 @@
[Element]
--
-##### [xpaths](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L50)
+##### [xpaths](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L50)
> def xpaths(xpath_str)
Returns all elements that match the provided xpath.
@@ -966,19 +966,19 @@
[Array<Element>]
--
-##### [result](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L60)
+##### [result](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L60)
> def result
Returns the value of attribute result
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L62)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L62)
> def initialize
@@ -986,35 +986,35 @@
[CountElements] a new instance of CountElements
--
-##### [reset](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L66)
+##### [reset](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L66)
> def reset
--
-##### [start_element](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L71)
+##### [start_element](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L71)
> def start_element(name, attrs = [], driver = $driver)
http://nokogiri.org/Nokogiri/XML/SAX/Document.html
--
-##### [formatted_result](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L77)
+##### [formatted_result](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L77)
> def formatted_result
--
-##### [get_page_class](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L96)
+##### [get_page_class](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L96)
> def get_page_class
Returns a string of class counts of visible elements.
@@ -1022,11 +1022,11 @@
[String]
--
-##### [page_class](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L121)
+##### [page_class](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L121)
> def page_class
Count all classes on screen and print to stdout.
Useful for appium_console.
@@ -1035,11 +1035,11 @@
[nil]
--
-##### [source](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L128)
+##### [source](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L128)
> def source
Prints xml of the current page
@@ -1047,11 +1047,11 @@
[void]
--
-##### [get_source](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L135)
+##### [get_source](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L135)
> def get_source
Returns XML string for the current page
Same as driver.page_source
@@ -1060,19 +1060,19 @@
[String]
--
-##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L145)
+##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L145)
> def px_to_window_rel(opts = {}, driver = $driver)
Converts pixel values to window relative values
--
-##### [xml_keys](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L164)
+##### [xml_keys](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L164)
> def xml_keys(target)
Search strings.xml's values for target.
@@ -1084,11 +1084,11 @@
[Array]
--
-##### [xml_values](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L172)
+##### [xml_values](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L172)
> def xml_values(target)
Search strings.xml's keys for target.
@@ -1100,11 +1100,11 @@
[Array]
--
-##### [resolve_id](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L180)
+##### [resolve_id](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L180)
> def resolve_id(id)
Resolve id in strings.xml and return the value.
@@ -1116,27 +1116,27 @@
[String]
--
-##### [filter](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L187)
+##### [filter](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L187)
> def filter
Returns the value of attribute filter
--
-##### [filter=](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L190)
+##### [filter=](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L190)
> def filter=(value)
convert to string to support symbols
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L196)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L196)
> def initialize
@@ -1144,59 +1144,59 @@
[HTMLElements] a new instance of HTMLElements
--
-##### [reset](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L201)
+##### [reset](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L201)
> def reset
--
-##### [result](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L207)
+##### [result](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L207)
> def result
--
-##### [start_element](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L223)
+##### [start_element](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L223)
> def start_element(name, attrs = [])
--
-##### [end_element](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L232)
+##### [end_element](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L232)
> def end_element(name)
--
-##### [characters](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/helper.rb#L238)
+##### [characters](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/helper.rb#L238)
> def characters(chars)
--
-##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/http_client.rb#L8)
+##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/http_client.rb#L8)
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
Default HTTP client inherit Appium::Core::Base::Http::Default, but has different DEFAULT_HEADERS
--
-##### [pinch](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/multi_touch.rb#L51)
+##### [pinch](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/multi_touch.rb#L51)
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
Convenience method for pinching the screen.
Places two fingers at the edges of the screen and brings them together.
@@ -1212,11 +1212,11 @@
[Driver] driver - Set a driver to conduct the action. DEfault is global driver($driver)
--
-##### [zoom](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/multi_touch.rb#L95)
+##### [zoom](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/multi_touch.rb#L95)
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
Convenience method for zooming the screen.
Places two fingers at the edges of the screen and brings them together.
@@ -1232,11 +1232,11 @@
[Driver] driver - Set a driver to conduct the action. DEfault is global driver($driver)
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/multi_touch.rb#L216)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/multi_touch.rb#L216)
> def initialize(driver = $driver)
self
@@ -1244,19 +1244,19 @@
[MultiTouch] a new instance of MultiTouch
--
-##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/touch_actions.rb#L33)
+##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/touch_actions.rb#L33)
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/touch_actions.rb#L47)
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/touch_actions.rb#L47)
> def initialize(driver = $driver)
@@ -1264,35 +1264,35 @@
[TouchAction] a new instance of TouchAction
--
-##### [swipe](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/common/touch_actions.rb#L51)
+##### [swipe](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/common/touch_actions.rb#L51)
> def swipe(opts, ele = nil)
--
-##### [for](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/android.rb#L19) android
+##### [for](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/android.rb#L19) android
> def self.for(target)
--
-##### [TextView](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L4) android
+##### [TextView](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L4) android
> TextView = 'android.widget.TextView'.freeze
--
-##### [text](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L10) android
+##### [text](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L10) android
> def text(value)
Find the first TextView that contains value or by index.
If int then the TextView at that index is returned.
@@ -1305,11 +1305,11 @@
[TextView]
--
-##### [texts](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L19) android
+##### [texts](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L19) android
> def texts(value = false)
Find all TextViews containing value.
If value is omitted, all texts are returned.
@@ -1322,11 +1322,11 @@
[Array<TextView>]
--
-##### [first_text](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L26) android
+##### [first_text](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L26) android
> def first_text
Find the first TextView.
@@ -1334,11 +1334,11 @@
[TextView]
--
-##### [last_text](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L32) android
+##### [last_text](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L32) android
> def last_text
Find the last TextView.
@@ -1346,11 +1346,11 @@
[TextView]
--
-##### [text_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L39) android
+##### [text_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L39) android
> def text_exact(value)
Find the first TextView that exactly matches value.
@@ -1362,11 +1362,11 @@
[TextView]
--
-##### [texts_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/text.rb#L46) android
+##### [texts_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/text.rb#L46) android
> def texts_exact(value)
Find all TextViews that exactly match value.
@@ -1378,43 +1378,43 @@
[Array<TextView>]
--
-##### [result](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L6) android
+##### [result](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L6) android
> def result
Returns the value of attribute result
--
-##### [keys](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L6) android
+##### [keys](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L6) android
> def keys
Returns the value of attribute keys
--
-##### [filter](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L6) android
+##### [filter](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L6) android
> def filter
Returns the value of attribute filter
--
-##### [filter=](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L9) android
+##### [filter=](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L9) android
> def filter=(value)
convert to string to support symbols
--
-##### [initialize](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L15) android
+##### [initialize](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L15) android
> def initialize
@@ -1422,27 +1422,27 @@
[AndroidElements] a new instance of AndroidElements
--
-##### [reset](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L20) android
+##### [reset](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L20) android
> def reset
--
-##### [start_element](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L26) android
+##### [start_element](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L26) android
> def start_element(name, attrs = [], driver = $driver)
http://nokogiri.org/Nokogiri/XML/SAX/Document.html
--
-##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L80) android
+##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L80) android
> def get_android_inspect(class_name = false)
Android only.
Returns a string containing interesting elements.
@@ -1457,11 +1457,11 @@
[String]
--
-##### [page](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L106) android
+##### [page](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L106) android
> def page(opts = {})
Intended for use with console.
Inspects and prints the current page.
@@ -1476,11 +1476,11 @@
[void]
--
-##### [id](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L115) android
+##### [id](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L115) android
> def id(id)
Find the first matching element by id
@@ -1492,11 +1492,11 @@
[Element]
--
-##### [ids](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L123) android
+##### [ids](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L123) android
> def ids(id)
Find all matching elements by id
@@ -1508,11 +1508,11 @@
[Element]
--
-##### [ele_index](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L132) android
+##### [ele_index](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L132) android
> def ele_index(class_name, index)
Find the element of type class_name at matching index.
@@ -1526,11 +1526,11 @@
[Element] the found element of type class_name
--
-##### [first_ele](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L150) android
+##### [first_ele](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L150) android
> def first_ele(class_name)
Find the first element that matches class_name
@@ -1542,11 +1542,11 @@
[Element]
--
-##### [last_ele](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L157) android
+##### [last_ele](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L157) android
> def last_ele(class_name)
Find the last element that matches class_name
@@ -1558,11 +1558,11 @@
[Element]
--
-##### [tag](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L165) android
+##### [tag](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L165) android
> def tag(class_name)
Find the first element of type class_name
@@ -1574,11 +1574,11 @@
[Element]
--
-##### [tags](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L173) android
+##### [tags](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L173) android
> def tags(class_name)
Find all elements of type class_name
@@ -1590,11 +1590,11 @@
[Element]
--
-##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L216) android
+##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L216) android
> def string_visible_contains_xpath(class_name, value)
Returns a string that matches the first element that contains value
For automationName is uiautomator2
@@ -1611,11 +1611,11 @@
[String]
--
-##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L236) android
+##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L236) android
> def string_visible_contains(class_name, value)
Returns a string that matches the first element that contains value
For automationName is Appium
@@ -1632,11 +1632,11 @@
[String]
--
-##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L254) android
+##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L254) android
> def complex_find_contains(class_name, value)
Find the first element that contains value
@@ -1650,11 +1650,11 @@
[Element]
--
-##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L262) android
+##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L262) android
> def complex_finds_contains(class_name, value)
Find all elements containing value
@@ -1668,11 +1668,11 @@
[Array<Element>]
--
-##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L306) android
+##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L306) android
> def complex_find_exact(class_name, value)
Find the first element exactly matching value
@@ -1686,11 +1686,11 @@
[Element]
--
-##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/helper.rb#L314) android
+##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/helper.rb#L314) android
> def complex_finds_exact(class_name, value)
Find all elements exactly matching value
@@ -1704,11 +1704,11 @@
[Element]
--
-##### [alert_click](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/alert.rb#L6) android
+##### [alert_click](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/alert.rb#L6) android
> def alert_click(value)
Click the first alert button that contains value or by index.
@@ -1720,11 +1720,11 @@
[void]
--
-##### [alert_accept](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/alert.rb#L13) android
+##### [alert_accept](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/alert.rb#L13) android
> def alert_accept
Accept the alert.
The last button is considered "accept."
@@ -1733,11 +1733,11 @@
[void]
--
-##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/alert.rb#L20) android
+##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/alert.rb#L20) android
> def alert_accept_text
Get the text of the alert's accept button.
The last button is considered "accept."
@@ -1746,11 +1746,11 @@
[String]
--
-##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/alert.rb#L27) android
+##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/alert.rb#L27) android
> def alert_dismiss
Dismiss the alert.
The first button is considered "dismiss."
@@ -1759,11 +1759,11 @@
[void]
--
-##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/alert.rb#L34) android
+##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/alert.rb#L34) android
> def alert_dismiss_text
Get the text of the alert's dismiss button.
The first button is considered "dismiss."
@@ -1772,27 +1772,27 @@
[String]
--
-##### [Button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L3) android
+##### [Button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L3) android
> Button = 'android.widget.Button'.freeze
--
-##### [ImageButton](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L4) android
+##### [ImageButton](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L4) android
> ImageButton = 'android.widget.ImageButton'.freeze
--
-##### [button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L10) android
+##### [button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L10) android
> def button(value)
Find the first button that contains value or by index.
If int then the button at that index is returned.
@@ -1805,11 +1805,11 @@
[Button]
--
-##### [buttons](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L27) android
+##### [buttons](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L27) android
> def buttons(value = false)
Find all buttons containing value.
If value is omitted, all buttons are returned.
@@ -1822,11 +1822,11 @@
[Array<Button>]
--
-##### [first_button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L34) android
+##### [first_button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L34) android
> def first_button
Find the first button.
@@ -1834,11 +1834,11 @@
[Button]
--
-##### [last_button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L40) android
+##### [last_button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L40) android
> def last_button
Find the last button.
@@ -1846,11 +1846,11 @@
[Button]
--
-##### [button_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L56) android
+##### [button_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L56) android
> def button_exact(value)
Find the first button that exactly matches value.
@@ -1862,11 +1862,11 @@
[Button]
--
-##### [buttons_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/button.rb#L63) android
+##### [buttons_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/button.rb#L63) android
> def buttons_exact(value)
Find all buttons that exactly match value.
@@ -1878,11 +1878,11 @@
[Array<Button>]
--
-##### [find](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L6) android
+##### [find](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L6) android
> def find(value)
Find the first element containing value
@@ -1894,11 +1894,11 @@
[Element]
--
-##### [finds](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L13) android
+##### [finds](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L13) android
> def finds(value)
Find all elements containing value
@@ -1910,11 +1910,11 @@
[Array<Element>]
--
-##### [find_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L20) android
+##### [find_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L20) android
> def find_exact(value)
Find the first element exactly matching value
@@ -1926,11 +1926,11 @@
[Element]
--
-##### [finds_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L27) android
+##### [finds_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L27) android
> def finds_exact(value)
Find all elements exactly matching value
@@ -1942,11 +1942,11 @@
[Array<Element>]
--
-##### [scroll_to](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L40) android
+##### [scroll_to](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L40) android
> def scroll_to(text, scrollable_index = 0)
Scroll to the first element containing target text or description.
@@ -1960,11 +1960,11 @@
[Element] the element scrolled to
--
-##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/generic.rb#L58) android
+##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/generic.rb#L58) android
> def scroll_to_exact(text, scrollable_index = 0)
Scroll to the first element with the exact target text or description.
@@ -1978,27 +1978,27 @@
[Element] the element scrolled to
--
-##### [for](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/espresso/bridge.rb#L7) android
+##### [for](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/espresso/bridge.rb#L7) android
> def self.for(target)
--
-##### [EditText](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L3) android
+##### [EditText](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L3) android
> EditText = 'android.widget.EditText'.freeze
--
-##### [textfield](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L9) android
+##### [textfield](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L9) android
> def textfield(value)
Find the first EditText that contains value or by index.
If int then the EditText at that index is returned.
@@ -2011,11 +2011,11 @@
[EditText]
--
-##### [textfields](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L18) android
+##### [textfields](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L18) android
> def textfields(value = false)
Find all EditTexts containing value.
If value is omitted, all EditTexts are returned.
@@ -2028,11 +2028,11 @@
[Array<EditText>]
--
-##### [first_textfield](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L25) android
+##### [first_textfield](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L25) android
> def first_textfield
Find the first EditText.
@@ -2040,11 +2040,11 @@
[EditText]
--
-##### [last_textfield](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L31) android
+##### [last_textfield](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L31) android
> def last_textfield
Find the last EditText.
@@ -2052,11 +2052,11 @@
[EditText]
--
-##### [textfield_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L38) android
+##### [textfield_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L38) android
> def textfield_exact(value)
Find the first EditText that exactly matches value.
@@ -2068,11 +2068,11 @@
[EditText]
--
-##### [textfields_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/element/textfield.rb#L45) android
+##### [textfields_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/element/textfield.rb#L45) android
> def textfields_exact(value)
Find all EditTexts that exactly match value.
@@ -2084,19 +2084,19 @@
[Array<EditText>]
--
-##### [for](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/bridge.rb#L7) android
+##### [for](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/bridge.rb#L7) android
> def self.for(target)
--
-##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/helper.rb#L13) android
+##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/helper.rb#L13) android
> def string_visible_contains(class_name, value)
Returns a string that matches the first element that contains value
For automationName is Appium
@@ -2113,11 +2113,11 @@
[String]
--
-##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/helper.rb#L31) android
+##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/helper.rb#L31) android
> def complex_find_contains(class_name, value)
Find the first element that contains value
@@ -2131,11 +2131,11 @@
[Element]
--
-##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/helper.rb#L41) android
+##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/helper.rb#L41) android
> def complex_finds_contains(class_name, value)
Find all elements containing value
@@ -2149,11 +2149,11 @@
[Array<Element>]
--
-##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/helper.rb#L69) android
+##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/helper.rb#L69) android
> def complex_find_exact(class_name, value)
Find the first element exactly matching value
@@ -2167,11 +2167,11 @@
[Element]
--
-##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/helper.rb#L79) android
+##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/helper.rb#L79) android
> def complex_finds_exact(class_name, value)
Find all elements exactly matching value
@@ -2185,11 +2185,11 @@
[Element]
--
-##### [shell](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/common/command/command.rb#L14) android
+##### [shell](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/common/command/command.rb#L14) android
> def shell(command, arguments)
Conduct an adb shell script on Appium server.
Require `--relaxed-security` arguments when run Appium server as server side arguments.
@@ -2200,11 +2200,11 @@
[Array] arguments - Arguments for the adb command
--
-##### [button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L9) android
+##### [button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L9) android
> def button(value)
Find the first button that contains value or by index.
If int then the button at that index is returned.
@@ -2217,11 +2217,11 @@
[Button]
--
-##### [buttons](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L29) android
+##### [buttons](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L29) android
> def buttons(value = false)
Find all buttons containing value.
If value is omitted, all buttons are returned.
@@ -2234,11 +2234,11 @@
[Array<Button>]
--
-##### [first_button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L36) android
+##### [first_button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L36) android
> def first_button
Find the first button.
@@ -2246,11 +2246,11 @@
[Button]
--
-##### [last_button](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L43) android
+##### [last_button](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L43) android
> def last_button
Find the last button.
@@ -2258,11 +2258,11 @@
[Button]
--
-##### [button_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L60) android
+##### [button_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L60) android
> def button_exact(value)
Find the first button that exactly matches value.
@@ -2274,10 +2274,10 @@
[Button]
--
-##### [buttons_exact](https://github.com/appium/ruby_lib/blob/a22707d2f8d3855e3fa3bc24f11b476d348c2392/lib/appium_lib/android/uiautomator2/element/button.rb#L68) android
+##### [buttons_exact](https://github.com/appium/ruby_lib/blob/61b96df188dc2166ab6c1d99ed01658a4007a498/lib/appium_lib/android/uiautomator2/element/button.rb#L68) android
> def buttons_exact(value)
Find all buttons that exactly match value.