docs/android_docs.md in appium_lib-13.0.0 vs docs/android_docs.md in appium_lib-13.0.1

- old
+ new

@@ -1,6 +1,6 @@ -##### [load_settings](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/appium.rb#L60) common +##### [load_settings](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/appium.rb#L60) common > 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 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[hash] the symbolized hash with updated :app and :require keys -- -##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/appium.rb#L108) common +##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/appium.rb#L108) common > 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 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[hash] the symbolized hash with updated :app and :require keys -- -##### [expand_required_files](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/appium.rb#L113) common +##### [expand_required_files](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/appium.rb#L113) common > def expand_required_files(base_dir, file_paths) @@ -72,11 +72,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/appium.rb#L155) common +##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/appium.rb#L155) common > 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 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] driver - A driver to extend for -- -##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/appium.rb#L209) common +##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/appium.rb#L209) common > def promote_appium_methods(class_array, driver = $driver) Promote appium methods to class instance methods @@ -114,175 +114,175 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] driver - A driver to extend for -- -##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L49) common +##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L49) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L49) common +##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L49) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L52) common +##### [sauce](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L52) common > def sauce SauceLab's settings -- -##### [sauce_username](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L55) common +##### [sauce_username](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L55) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L58) common +##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L58) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L61) common +##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L61) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L65) common +##### [caps](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L65) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L66) common +##### [custom_url](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L66) common > def custom_url Returns the value of attribute custom_url. -- -##### [export_session](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L67) common +##### [export_session](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L67) common > def export_session Returns the value of attribute export_session. -- -##### [export_session_path](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L68) common +##### [export_session_path](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L68) common > def export_session_path Returns the value of attribute export_session_path. -- -##### [default_wait](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L69) common +##### [default_wait](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L69) common > def default_wait Returns the value of attribute default_wait. -- -##### [appium_port](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L70) common +##### [appium_port](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L70) common > def appium_port Returns the value of attribute appium_port. -- -##### [appium_device](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L71) common +##### [appium_device](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L71) common > def appium_device Returns the value of attribute appium_device. -- -##### [automation_name](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L72) common +##### [automation_name](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L72) common > def automation_name Returns the value of attribute automation_name. -- -##### [listener](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L73) common +##### [listener](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L73) common > def listener Returns the value of attribute listener. -- -##### [http_client](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L74) common +##### [http_client](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L74) common > def http_client Returns the value of attribute http_client. -- -##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L75) common +##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L75) common > def appium_wait_timeout Returns the value of attribute appium_wait_timeout. -- -##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L76) common +##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L76) common > def appium_wait_interval Returns the value of attribute appium_wait_interval. -- -##### [appium_server_status](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L79) common +##### [appium_server_status](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L79) common > def appium_server_status Appium's server version -- -##### [appium_debug](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L81) common +##### [appium_debug](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L81) common > def appium_debug Boolean debug mode for the Appium Ruby bindings -- -##### [driver](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L84) common +##### [driver](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L84) common > def driver Returns the driver @@ -290,19 +290,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] the driver -- -##### [core](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L86) common +##### [core](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L86) common > def core Instance of Appium::Core::Driver -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L155) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L155) common > def initialize(opts = {}, global_driver = false) Creates a new driver. The driver is defined as global scope by default. We can avoid defining global driver. @@ -317,19 +317,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] -- -##### [driver_attributes](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L277) common +##### [driver_attributes](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L277) common > def driver_attributes Returns a hash of the driver attributes -- -##### [device_is_android?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L297) common +##### [device_is_android?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L297) common > def device_is_android? @@ -337,11 +337,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L301) common +##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L301) common > def device_is_ios? @@ -349,11 +349,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L305) common +##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L305) common > def device_is_windows? @@ -361,11 +361,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L311) common +##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L311) common > def automation_name_is_uiautomator2? Return true if automationName is 'uiautomator2' @@ -373,11 +373,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L317) common +##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L317) common > def automation_name_is_espresso? Return true if automationName is 'Espresso' @@ -385,11 +385,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L323) common +##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L323) common > def automation_name_is_xcuitest? Return true if automationName is 'XCUITest' @@ -397,11 +397,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [action](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L337) common +##### [action](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L337) common > def action An entry point to chain W3C actions Read https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Base/Bridge/W3C#action-instance_method @@ -410,11 +410,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TouchAction|Selenium::WebDriver::PointerActions] -- -##### [appium_server_version](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L352) common +##### [appium_server_version](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L352) common > def appium_server_version Returns the server's version info @@ -422,11 +422,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash] -- -##### [remote_status](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L360) common +##### [remote_status](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L360) common > def appium_server_version Returns the server's version info @@ -434,11 +434,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash] -- -##### [platform_version](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L364) common +##### [platform_version](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L364) common > def platform_version Return the platform version as an array of integers @@ -446,11 +446,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Integer>] -- -##### [appium_client_version](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L380) common +##### [appium_client_version](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L380) common > def appium_client_version Returns the client's version info @@ -458,11 +458,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash] -- -##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L392) common +##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L392) common > def absolute_app_path(opts) [Deprecated] Converts app_path to an absolute path. @@ -475,11 +475,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] APP_PATH as an absolute path -- -##### [server_url](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L417) common +##### [server_url](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L417) common > def server_url Get the server url @@ -487,11 +487,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] the server url -- -##### [restart](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L426) common +##### [restart](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L426) common > def restart Restarts the driver @@ -499,11 +499,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] the driver -- -##### [screenshot](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L439) common +##### [screenshot](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L439) common > def screenshot(png_save_path) Takes a png screenshot and saves to the target path. @@ -515,11 +515,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[File] -- -##### [element_screenshot](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L453) common +##### [element_screenshot](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L453) common > def element_screenshot(element, png_save_path) Takes a png screenshot of particular element's area @@ -533,11 +533,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[File] -- -##### [driver_quit](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L460) common +##### [driver_quit](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L460) common > def driver_quit Quits the driver @@ -545,11 +545,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [quit_driver](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L466) common +##### [quit_driver](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L466) common > def driver_quit Quits the driver @@ -557,11 +557,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [window_size](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L477) common +##### [window_size](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L477) common > def window_size Get the device window's size. @@ -569,11 +569,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Selenium::WebDriver::Dimension] -- -##### [window_rect](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L492) common +##### [window_rect](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L492) common > def window_rect Get the device window's rect. @@ -581,11 +581,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Selenium::WebDriver::Rectangle] -- -##### [start_driver](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L525) common +##### [start_driver](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L525) common > def start_driver(http_client_ops = { http_client: ::Appium::Http::Default.new, open_timeout: 999_999, read_timeout: 999_999 }) Creates a new global driver and quits the old one if it exists. You can customise http_client as the following @@ -601,27 +601,27 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Selenium::WebDriver] the new global driver -- -##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L552) common +##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L552) common > def set_implicit_wait(wait) To ignore error for Espresso Driver -- -##### [no_wait](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L563) common +##### [no_wait](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L563) common > def no_wait Set implicit wait to zero. -- -##### [set_wait](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L577) common +##### [set_wait](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L577) common > def set_wait(timeout = nil) Set implicit wait. Default to @default_wait. @@ -633,11 +633,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [exists](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L594) common +##### [exists](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L594) common > def exists(pre_check = 0, post_check = @default_wait) Returns existence of element. @@ -657,11 +657,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [execute_script](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L618) common +##### [execute_script](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L618) common > def execute_script(script, *args) The same as @driver.execute_script @@ -675,21 +675,21 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Object] -- -##### [execute_async_script](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L626) common +##### [execute_async_script](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L626) common > def execute_async_script(script, *args) Wrap calling selenium webdrier APIs via ruby_core Get the window handles of open browser windows -- -##### [execute_driver](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L658) common +##### [execute_driver](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L658) common > def execute_driver(script: '', type: 'webdriverio', timeout_ms: nil) Run a set of script against the current session, allowing execution of many commands in one Appium request. Supports {https://webdriver.io/docs/api.html WebdriverIO} API so far. @@ -711,67 +711,67 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Appium::Core::Base::Device::ExecuteDriver::Result] The script result parsed by Appium::Core::Base::Device::ExecuteDriver::Result. -- -##### [window_handles](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L662) common +##### [window_handles](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L662) common > def window_handles -- -##### [window_handle](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L667) common +##### [window_handle](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L667) common > def window_handle Get the current window handle -- -##### [navigate](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L671) common +##### [navigate](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L671) common > def navigate -- -##### [manage](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L675) common +##### [manage](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L675) common > def manage -- -##### [get](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L679) common +##### [get](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L679) common > def get(url) -- -##### [current_url](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L683) common +##### [current_url](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L683) common > def current_url -- -##### [title](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L687) common +##### [title](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L687) common > def title -- -##### [switch_to](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L693) common +##### [switch_to](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L693) common > def switch_to @@ -779,11 +779,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TargetLocator] -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L720) common +##### [find_elements](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L720) common > def find_elements(*args) Calls @driver.find_elements_with_appium @@ -799,11 +799,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] Array is empty when no elements are found. -- -##### [find_element](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L736) common +##### [find_element](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L736) common > def find_element(*args) Calls @driver.find_element @@ -817,11 +817,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L751) common +##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L751) common > def find_element_by_image(png_img_path) Return ImageElement if current view has a partial image @@ -833,11 +833,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[::Appium::Core::ImageElement] -- -##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L766) common +##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L766) common > def find_elements_by_image(png_img_paths) Return ImageElement if current view has partial images @@ -849,11 +849,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[::Appium::Core::ImageElement]] -- -##### [set_location](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L779) common +##### [set_location](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L779) common > def set_location(opts = {}) Calls @driver.set_location @@ -865,11 +865,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Selenium::WebDriver::Location] the location constructed by the selenium webdriver -- -##### [log_event](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L803) common +##### [log_event](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L803) common > def log_event(vendor:, event:) Logs a custom event. The event is available via {::Appium::Core::Events#get} or <code>driver.session_capabilities['events']</code> with <code>eventTimings</code> capabilities. @@ -884,19 +884,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[nil] -- -##### [log_event=](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L807) common +##### [log_event=](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L807) common > def log_event=(log_event) -- -##### [log_events](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L826) common +##### [log_events](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L826) common > def log_events(type = nil) Returns events with filtering with 'type'. Defaults to all available events. @@ -908,11 +908,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash] -- -##### [x](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/driver.rb#L833) common +##### [x](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/driver.rb#L833) common > def x Quit the driver and Pry. quit and exit are reserved by Pry. @@ -921,35 +921,35 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [username](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L18) common +##### [username](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L18) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L20) common +##### [access_key](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L20) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L22) common +##### [endpoint](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L22) common > 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L47) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L47) common > def initialize(appium_lib_opts) Create a SauceLabs instance to manage sauce labs related attributes. @@ -961,11 +961,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Appium::SauceLabs] -- -##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L67) common +##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L67) common > def sauce_server_url? Return true if an instance of Appium::SauceLabs has sauce_username and sauce_access_key. @@ -973,11 +973,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Boolean] -- -##### [server_url](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/sauce_labs.rb#L80) common +##### [server_url](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/sauce_labs.rb#L80) common > def server_url Return a particular server url to access to. Default is the local address. @@ -985,11 +985,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [get_log](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/log.rb#L25) common +##### [get_log](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/log.rb#L25) common > def get_log(type) @@ -1001,11 +1001,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Selenium::WebDriver::LogEntry]] A list of logs data. -- -##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/log.rb#L37) common +##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/log.rb#L37) common > def get_available_log_types Get a list of available log types @@ -1013,11 +1013,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[String]] A list of available log types. -- -##### [wait_true](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/wait.rb#L44) common +##### [wait_true](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/wait.rb#L44) common > 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. @@ -1033,11 +1033,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash|Numeric] opts - Options. If the value is _Numeric_, the value is set as `{ timeout: value }` -- -##### [wait](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/wait.rb#L73) common +##### [wait](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/wait.rb#L73) common > def wait(opts = {}) Check every interval seconds to see if yield doesn't raise an exception. Give up after timeout seconds. @@ -1051,35 +1051,35 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Hash|Numeric] opts - Options. If the value is _Numeric_, the value is set as `{ timeout: value }` -- -##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/device.rb#L26) common +##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/device.rb#L26) common > def add_touch_actions -- -##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/device.rb#L38) common +##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/device.rb#L38) common > def delegate_from_appium_driver(method, delegation_target) -- -##### [ignore](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L30) common +##### [ignore](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L30) common > def ignore Return yield and ignore any exceptions. -- -##### [back](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L38) common +##### [back](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L38) common > def back Navigate back. @@ -1087,11 +1087,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [session_id](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L49) common +##### [session_id](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L49) common > def session_id For Sauce Labs reporting. Returns the current session id. @@ -1099,11 +1099,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [xpath](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L57) common +##### [xpath](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L57) common > def xpath(xpath_str) Returns the first element that matches the provided xpath. @@ -1115,11 +1115,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [xpaths](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L65) common +##### [xpaths](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L65) common > def xpaths(xpath_str) Returns all elements that match the provided xpath. @@ -1131,19 +1131,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [result](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L75) common +##### [result](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L75) common > def result Returns the value of attribute result. -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L77) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L77) common > def initialize(platform) rubocop:disable Lint/MissingSuper @@ -1151,35 +1151,35 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[CountElements] a new instance of CountElements -- -##### [reset](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L82) common +##### [reset](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L82) common > def reset -- -##### [start_element](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L87) common +##### [start_element](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L87) common > def start_element(name, attrs = []) http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [formatted_result](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L98) common +##### [formatted_result](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L98) common > def formatted_result -- -##### [get_page_class](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L116) common +##### [get_page_class](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L116) common > def get_page_class Returns a string of class counts of visible elements. @@ -1187,11 +1187,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [page_class](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L141) common +##### [page_class](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L141) common > def page_class Count all classes on screen and print to stdout. Useful for appium_console. @@ -1200,11 +1200,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[nil] -- -##### [source](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L148) common +##### [source](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L148) common > def source Prints xml of the current page @@ -1212,11 +1212,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [get_source](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L155) common +##### [get_source](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L155) common > def get_source Returns XML string for the current page Same as driver.page_source @@ -1225,19 +1225,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L165) common +##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L165) common > def px_to_window_rel(opts = {}, driver = $driver) Converts pixel values to window relative values -- -##### [xml_keys](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L184) common +##### [xml_keys](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L184) common > def xml_keys(target) Search strings.xml's values for target. @@ -1249,11 +1249,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array] -- -##### [xml_values](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L192) common +##### [xml_values](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L192) common > def xml_values(target) Search strings.xml's keys for target. @@ -1265,11 +1265,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array] -- -##### [resolve_id](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L200) common +##### [resolve_id](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L200) common > def resolve_id(id) Resolve id in strings.xml and return the value. @@ -1281,27 +1281,27 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [filter](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L207) common +##### [filter](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L207) common > def filter Returns the value of attribute filter. -- -##### [filter=](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L210) common +##### [filter=](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L210) common > def filter=(value) convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L217) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L217) common > def initialize rubocop:disable Lint/MissingSuper @@ -1309,51 +1309,51 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[HTMLElements] a new instance of HTMLElements -- -##### [reset](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L222) common +##### [reset](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L222) common > def reset -- -##### [result](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L228) common +##### [result](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L228) common > def result -- -##### [start_element](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L242) common +##### [start_element](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L242) common > def start_element(name, attrs = []) -- -##### [end_element](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L252) common +##### [end_element](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L252) common > def end_element(name) -- -##### [characters](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/helper.rb#L259) common +##### [characters](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/helper.rb#L259) common > def characters(chars) -- -##### [pinch](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/multi_touch.rb#L65) common +##### [pinch](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/multi_touch.rb#L65) common > 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. @@ -1369,11 +1369,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] driver - Set a driver to conduct the action. DEfault is global driver($driver) -- -##### [zoom](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/multi_touch.rb#L108) common +##### [zoom](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/multi_touch.rb#L108) common > 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. @@ -1389,11 +1389,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Driver] driver - Set a driver to conduct the action. DEfault is global driver($driver) -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/multi_touch.rb#L194) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/multi_touch.rb#L194) common > def initialize(driver = $driver) self @@ -1401,11 +1401,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[MultiTouch] a new instance of MultiTouch -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/touch_actions.rb#L62) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/touch_actions.rb#L62) common > def initialize(driver = $driver) @@ -1413,19 +1413,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TouchAction] a new instance of TouchAction -- -##### [swipe](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/touch_actions.rb#L66) common +##### [swipe](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/touch_actions.rb#L66) common > def swipe(opts) -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/command/ws_logcat.rb#L19) common +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/command/ws_logcat.rb#L19) common > def initialize(url:, output_file: 'logcat.log') @@ -1433,27 +1433,27 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[WsLogcat] a new instance of WsLogcat -- -##### [handle_message_data](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/common/command/ws_logcat.rb#L24) common +##### [handle_message_data](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/common/command/ws_logcat.rb#L24) common > def handle_message_data(data) -- -##### [for](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/android.rb#L33) android +##### [for](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/android.rb#L33) android > def for(target) -- -##### [text](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L25) android +##### [text](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L25) android > def text(value) Find the first TextView that contains value or by index. If int then the TextView at that index is returned. @@ -1466,11 +1466,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TextView] -- -##### [texts](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L35) android +##### [texts](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L35) android > def texts(value = false) Find all TextViews containing value. If value is omitted, all texts are returned. @@ -1483,11 +1483,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<TEXT_VIEW>] -- -##### [first_text](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L43) android +##### [first_text](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L43) android > def first_text Find the first TextView. @@ -1495,11 +1495,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TEXT_VIEW] -- -##### [last_text](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L49) android +##### [last_text](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L49) android > def last_text Find the last TextView. @@ -1507,11 +1507,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TEXT_VIEW] -- -##### [text_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L56) android +##### [text_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L56) android > def text_exact(value) Find the first TextView that exactly matches value. @@ -1523,11 +1523,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[TEXT_VIEW] -- -##### [texts_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/text.rb#L63) android +##### [texts_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/text.rb#L63) android > def texts_exact(value) Find all TextViews that exactly match value. @@ -1539,43 +1539,43 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<TEXT_VIEW>] -- -##### [result](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L20) android +##### [result](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L20) android > def result Returns the value of attribute result. -- -##### [keys](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L20) android +##### [keys](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L20) android > def keys Returns the value of attribute keys. -- -##### [filter](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L20) android +##### [filter](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L20) android > def filter Returns the value of attribute filter. -- -##### [filter=](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L23) android +##### [filter=](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L23) android > def filter=(value) convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L30) android +##### [initialize](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L30) android > def initialize rubocop:disable Lint/MissingSuper @@ -1583,27 +1583,27 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[AndroidElements] a new instance of AndroidElements -- -##### [reset](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L35) android +##### [reset](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L35) android > def reset -- -##### [start_element](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L41) android +##### [start_element](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L41) 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/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L95) android +##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L95) android > def get_android_inspect(class_name = false) Android only. Returns a string containing interesting elements. @@ -1618,11 +1618,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [page](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L121) android +##### [page](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L121) android > def page(opts = {}) Intended for use with console. Inspects and prints the current page. @@ -1637,11 +1637,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [id](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L130) android +##### [id](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L130) android > def id(id) Find the first matching element by id @@ -1653,11 +1653,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [ids](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L138) android +##### [ids](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L138) android > def ids(id) Find all matching elements by id @@ -1669,11 +1669,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [ele_index](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L147) android +##### [ele_index](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L147) android > def ele_index(class_name, index) Find the element of type class_name at matching index. @@ -1687,11 +1687,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] the found element of type class_name -- -##### [first_ele](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L166) android +##### [first_ele](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L166) android > def first_ele(class_name) Find the first element that matches class_name @@ -1703,11 +1703,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [last_ele](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L173) android +##### [last_ele](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L173) android > def last_ele(class_name) Find the last element that matches class_name @@ -1719,11 +1719,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [tag](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L181) android +##### [tag](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L181) android > def tag(class_name) Find the first element of type class_name @@ -1735,11 +1735,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [tags](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L189) android +##### [tags](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L189) android > def tags(class_name) Find all elements of type class_name @@ -1751,11 +1751,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L232) android +##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L232) android > def string_visible_contains_xpath(class_name, value) Returns a string that matches the first element that contains value For automationName is uiautomator2 @@ -1772,11 +1772,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L252) android +##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L252) android > def string_visible_contains(class_name, value) Returns a string that matches the first element that contains value For automationName is Appium @@ -1793,11 +1793,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L270) android +##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L270) android > def complex_find_contains(class_name, value) Find the first element that contains value @@ -1811,11 +1811,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L278) android +##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L278) android > def complex_finds_contains(class_name, value) Find all elements containing value @@ -1829,11 +1829,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L320) android +##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L320) android > def complex_find_exact(class_name, value) Find the first element exactly matching value @@ -1847,11 +1847,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/helper.rb#L328) android +##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/helper.rb#L328) android > def complex_finds_exact(class_name, value) Find all elements exactly matching value @@ -1865,11 +1865,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [alert_click](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/alert.rb#L20) android +##### [alert_click](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/alert.rb#L20) android > def alert_click(value) Click the first alert button that contains value or by index. @@ -1881,11 +1881,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [alert_accept](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/alert.rb#L27) android +##### [alert_accept](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/alert.rb#L27) android > def alert_accept Accept the alert. The last button is considered "accept." @@ -1894,11 +1894,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/alert.rb#L34) android +##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/alert.rb#L34) android > def alert_accept_text Get the text of the alert's accept button. The last button is considered "accept." @@ -1907,11 +1907,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/alert.rb#L41) android +##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/alert.rb#L41) android > def alert_dismiss Dismiss the alert. The first button is considered "dismiss." @@ -1920,11 +1920,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[void] -- -##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/alert.rb#L48) android +##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/alert.rb#L48) android > def alert_dismiss_text Get the text of the alert's dismiss button. The first button is considered "dismiss." @@ -1933,11 +1933,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L27) android +##### [button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L27) android > def button(value) Find the first button that contains value or by index. If int then the button at that index is returned. @@ -1950,11 +1950,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[BUTTON] -- -##### [buttons](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L45) android +##### [buttons](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L45) android > def buttons(value = false) Find all buttons containing value. If value is omitted, all buttons are returned. @@ -1967,11 +1967,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<BUTTON>] -- -##### [first_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L53) android +##### [first_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L53) android > def first_button Find the first button. @@ -1979,11 +1979,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[BUTTON] -- -##### [last_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L59) android +##### [last_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L59) android > def last_button Find the last button. @@ -1991,11 +1991,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[BUTTON] -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L75) android +##### [button_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L75) android > def button_exact(value) Find the first button that exactly matches value. @@ -2007,11 +2007,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[BUTTON] -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L82) android +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L82) android > def buttons_exact(value) Find all buttons that exactly match value. @@ -2023,35 +2023,35 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<BUTTON>] -- -##### [_button_visible_selectors](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L95) android +##### [_button_visible_selectors](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L95) android > def _button_visible_selectors(opts = {}) -- -##### [_button_exact_string](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L108) android +##### [_button_exact_string](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L108) android > def _button_exact_string(value) -- -##### [_button_contains_string](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/button.rb#L114) android +##### [_button_contains_string](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/button.rb#L114) android > def _button_contains_string(value) -- -##### [find](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L20) android +##### [find](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L20) android > def find(value) Find the first element containing value @@ -2063,11 +2063,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [finds](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L27) android +##### [finds](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L27) android > def finds(value) Find all elements containing value @@ -2079,11 +2079,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [find_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L34) android +##### [find_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L34) android > def find_exact(value) Find the first element exactly matching value @@ -2095,11 +2095,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [finds_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L41) android +##### [finds_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L41) android > def finds_exact(value) Find all elements exactly matching value @@ -2111,11 +2111,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [scroll_to](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L54) android +##### [scroll_to](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L54) android > def scroll_to(text, scrollable_index = 0) Scroll to the first element containing target text or description. @@ -2129,11 +2129,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] the element scrolled to -- -##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/generic.rb#L70) android +##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/generic.rb#L70) android > def scroll_to_exact(text, scrollable_index = 0) Scroll to the first element with the exact target text or description. @@ -2147,19 +2147,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] the element scrolled to -- -##### [for](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/bridge.rb#L21) android +##### [for](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/bridge.rb#L21) android > def for(target) -- -##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/helper.rb#L23) android +##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/helper.rb#L23) android > def complex_find_contains(class_name, value) Find the first element that contains value @@ -2173,11 +2173,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/helper.rb#L31) android +##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/helper.rb#L31) android > def complex_finds_contains(class_name, value) Find all elements containing value @@ -2191,11 +2191,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/helper.rb#L39) android +##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/helper.rb#L39) android > def complex_find_exact(class_name, value) Find the first element exactly matching value @@ -2209,11 +2209,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/helper.rb#L47) android +##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/helper.rb#L47) android > def complex_finds_exact(class_name, value) Find all elements exactly matching value @@ -2227,11 +2227,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [textfield](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L24) android +##### [textfield](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L24) android > def textfield(value) Find the first EditText that contains value or by index. If int then the EditText at that index is returned. @@ -2244,11 +2244,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[EDIT_TEXT] -- -##### [textfields](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L34) android +##### [textfields](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L34) android > def textfields(value = false) Find all EditTexts containing value. If value is omitted, all EditTexts are returned. @@ -2261,11 +2261,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<EDIT_TEXT>] -- -##### [first_textfield](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L42) android +##### [first_textfield](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L42) android > def first_textfield Find the first EditText. @@ -2273,11 +2273,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[EDIT_TEXT] -- -##### [last_textfield](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L48) android +##### [last_textfield](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L48) android > def last_textfield Find the last EditText. @@ -2285,11 +2285,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[EDIT_TEXT] -- -##### [textfield_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L55) android +##### [textfield_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L55) android > def textfield_exact(value) Find the first EditText that exactly matches value. @@ -2301,11 +2301,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[EDIT_TEXT] -- -##### [textfields_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/element/textfield.rb#L62) android +##### [textfields_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/element/textfield.rb#L62) android > def textfields_exact(value) Find all EditTexts that exactly match value. @@ -2317,19 +2317,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<EDIT_TEXT>] -- -##### [for](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/bridge.rb#L21) android +##### [for](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/bridge.rb#L21) android > def for(target) -- -##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/helper.rb#L27) android +##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/helper.rb#L27) android > def string_visible_contains(class_name, value) Returns a string that matches the first element that contains value For automationName is Appium @@ -2346,11 +2346,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] -- -##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/helper.rb#L45) android +##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/helper.rb#L45) android > def complex_find_contains(class_name, value) Find the first element that contains value @@ -2364,11 +2364,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/helper.rb#L56) android +##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/helper.rb#L56) android > def complex_finds_contains(class_name, value) Find all elements containing value @@ -2382,11 +2382,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Element>] -- -##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/helper.rb#L84) android +##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/helper.rb#L84) android > def complex_find_exact(class_name, value) Find the first element exactly matching value @@ -2400,11 +2400,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/helper.rb#L95) android +##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/helper.rb#L95) android > def complex_finds_exact(class_name, value) Find all elements exactly matching value @@ -2418,11 +2418,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] -- -##### [shell](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/command/command.rb#L28) android +##### [shell](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/command/command.rb#L28) 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. @@ -2433,11 +2433,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array] arguments - Arguments for the adb command -- -##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/command/command.rb#L42) android +##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/command/command.rb#L42) android > def start_logs_broadcast(logcat_file = 'logcat.log') Starts Android logcat broadcast websocket @@ -2445,19 +2445,19 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[String] logcat_file - A file path to write messages from a logcat WebSocket client -- -##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/common/command/command.rb#L55) android +##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/common/command/command.rb#L55) android > def stop_logs_broadcast Stop Android logcat broadcast websocket -- -##### [button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L23) android +##### [button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L23) android > def button(value) Find the first button that contains value or by index. If int then the button at that index is returned. @@ -2470,11 +2470,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [buttons](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L46) android +##### [buttons](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L46) android > def buttons(value = false) Find all buttons containing value. If value is omitted, all buttons are returned. @@ -2487,11 +2487,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Button>] -- -##### [first_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L56) android +##### [first_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L56) android > def first_button Find the first button. @@ -2499,11 +2499,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [last_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L62) android +##### [last_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L62) android > def last_button Find the last button. @@ -2511,11 +2511,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L77) android +##### [button_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L77) android > def button_exact(value) Find the first button that exactly matches value. @@ -2527,11 +2527,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L89) android +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L89) android > def buttons_exact(value) Find all buttons that exactly match value. @@ -2543,35 +2543,35 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Button>] -- -##### [_button_visible_selectors_xpath](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L104) android +##### [_button_visible_selectors_xpath](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L104) android > def _button_visible_selectors_xpath(opts = {}) -- -##### [_button_exact_string_xpath](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L125) android +##### [_button_exact_string_xpath](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L125) android > def _button_exact_string_xpath(class_name, value) -- -##### [_button_contains_string_xpath](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/button.rb#L130) android +##### [_button_contains_string_xpath](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/button.rb#L130) android > def _button_contains_string_xpath(class_name, value) -- -##### [scroll_to](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/generic.rb#L23) android +##### [scroll_to](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/generic.rb#L23) android > def scroll_to(text) Scroll to the first element containing target text or description. Scroll happens upto 30 times in centre of device width. @@ -2584,11 +2584,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] the element scrolled to -- -##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/espresso/element/generic.rb#L48) android +##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/espresso/element/generic.rb#L48) android > def scroll_to_exact(text) Scroll to the first element with the exact target text or description. Scroll happens upto 30 times in centre of device width. @@ -2601,11 +2601,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Element] the element scrolled to -- -##### [button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L23) android +##### [button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L23) android > def button(value) Find the first button that contains value or by index. If int then the button at that index is returned. @@ -2618,11 +2618,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [buttons](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L44) android +##### [buttons](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L44) android > def buttons(value = false) Find all buttons containing value. If value is omitted, all buttons are returned. @@ -2635,11 +2635,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Array<Button>] -- -##### [first_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L52) android +##### [first_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L52) android > def first_button Find the first button. @@ -2647,11 +2647,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [last_button](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L59) android +##### [last_button](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L59) android > def last_button Find the last button. @@ -2659,11 +2659,11 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L76) android +##### [button_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L76) android > def button_exact(value) Find the first button that exactly matches value. @@ -2675,10 +2675,10 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Button] -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/a5add59a76fd88883c323566387c03b95a6db265/lib/appium_lib/android/uiautomator2/element/button.rb#L84) android +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/777e15d7c0a727cbe25b1e51a3ba7a68759a12db/lib/appium_lib/android/uiautomator2/element/button.rb#L84) android > def buttons_exact(value) Find all buttons that exactly match value.