diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c306d3..9099c656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Commit based release not is [release_notes.md](./release_notes.md) Release tags are https://github.com/appium/ruby_lib/releases . +## v9.3.6 +### 1. Enhancements +- Add toggle touch id enrollment [#521](https://github.com/appium/ruby_lib/pull/521) + +### 2. Bug fixes + +### 3. Deprecations + ## v9.3.5 ### 1. Enhancements - add some commands for Android and class chain for iOS [#513](https://github.com/appium/ruby_lib/issues/513) @@ -65,7 +73,7 @@ Release tags are https://github.com/appium/ruby_lib/releases . ## v9.3.0 ### 1. Enhancements - wait / wait_true need global defaults [#250](https://github.com/appium/ruby_lib/issues/250) - - You can set default value in `appium_lib` + - You can set default value in `appium_lib` - e.g.: [lib/appium_lib/driver.rb](https://github.com/appium/ruby_lib/blob/34803ef6b7b94df9ef4e147ba8fec5c1d2cfaada/lib/appium_lib/driver.rb#L341-L351) - Problem with delta_x/delta_y in swipe method [#461](https://github.com/appium/ruby_lib/issues/461) - Revert _fix arguments for `move_to` in `swipe` method._ in Appium v8.2.1 diff --git a/docs/android_docs.md b/docs/android_docs.md index bf51da56..de8d980a 100644 --- a/docs/android_docs.md +++ b/docs/android_docs.md @@ -1,4 +1,4 @@ -##### [load_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L75) +##### [load_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L75) > def self.load_settings(opts = {}) @@ -27,7 +27,7 @@ __Returns:__ -- -##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L111) +##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L111) > def self.load_settings(opts = {}) @@ -57,7 +57,7 @@ __Returns:__ -- -##### [expand_required_files](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L117) +##### [expand_required_files](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L117) > def self.expand_required_files(base_dir, file_paths) @@ -75,7 +75,7 @@ __Returns:__ -- -##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L149) +##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L149) > def self.symbolize_keys(hash) @@ -86,7 +86,7 @@ https://github.com/rails/docrails/blob/a3b1105ada3da64acfa3843b164b14b734456a50/ -- -##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L170) +##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L170) > def self.promote_singleton_appium_methods(modules) @@ -104,7 +104,7 @@ otherwise, the array of modules will be used as the promotion target. -- -##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L223) +##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L223) > def self.promote_appium_methods(class_array) @@ -134,7 +134,7 @@ __Parameters:__ -- -##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L258) +##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L258) > def self.init_caps_for_appium(opts_caps = {}) @@ -153,7 +153,7 @@ __Returns:__ -- -##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L276) +##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L276) > def global_webdriver_http_sleep @@ -161,7 +161,7 @@ The amount to sleep in seconds before every webdriver http call. -- -##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L276) +##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L276) > def global_webdriver_http_sleep=(value) @@ -169,7 +169,7 @@ The amount to sleep in seconds before every webdriver http call. -- -##### [caps](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L278) +##### [caps](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L278) > def caps @@ -177,7 +177,7 @@ Selenium webdriver capabilities -- -##### [caps=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L278) +##### [caps=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L278) > def caps=(value) @@ -185,7 +185,7 @@ Selenium webdriver capabilities -- -##### [custom_url](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L280) +##### [custom_url](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L280) > def custom_url @@ -193,7 +193,7 @@ Custom URL for the selenium server -- -##### [custom_url=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L280) +##### [custom_url=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L280) > def custom_url=(value) @@ -201,7 +201,7 @@ Custom URL for the selenium server -- -##### [export_session](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L282) +##### [export_session](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L282) > def export_session @@ -209,7 +209,7 @@ Export session id to textfile in /tmp for 3rd party tools -- -##### [export_session=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L282) +##### [export_session=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L282) > def export_session=(value) @@ -217,7 +217,7 @@ Export session id to textfile in /tmp for 3rd party tools -- -##### [default_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L287) +##### [default_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L287) > def default_wait @@ -231,7 +231,7 @@ __Returns:__ -- -##### [sauce_username](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L289) +##### [sauce_username](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L289) > def sauce_username @@ -239,7 +239,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US -- -##### [sauce_username=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L289) +##### [sauce_username=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L289) > def sauce_username=(value) @@ -247,7 +247,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US -- -##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L291) +##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L291) > def sauce_access_key @@ -255,7 +255,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ -- -##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L291) +##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L291) > def sauce_access_key=(value) @@ -263,7 +263,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ -- -##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L293) +##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L293) > def sauce_endpoint @@ -271,7 +271,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests -- -##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L293) +##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L293) > def sauce_endpoint=(value) @@ -279,7 +279,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests -- -##### [appium_port](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L295) +##### [appium_port](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L295) > def appium_port @@ -287,7 +287,7 @@ Appium's server port -- -##### [appium_port=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L295) +##### [appium_port=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L295) > def appium_port=(value) @@ -295,7 +295,7 @@ Appium's server port -- -##### [appium_device](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L297) +##### [appium_device](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L297) > def appium_device @@ -303,7 +303,7 @@ Device type to request from the appium server -- -##### [appium_device=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L297) +##### [appium_device=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L297) > def appium_device=(value) @@ -311,7 +311,7 @@ Device type to request from the appium server -- -##### [automation_name](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L300) +##### [automation_name](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L300) > def automation_name @@ -320,7 +320,7 @@ If automation_name is nil, it is not set both client side and server side. -- -##### [appium_server_status](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L302) +##### [appium_server_status](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L302) > def appium_server_status @@ -328,7 +328,7 @@ Appium's server version -- -##### [appium_debug](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L304) +##### [appium_debug](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L304) > def appium_debug @@ -336,7 +336,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [appium_debug=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L304) +##### [appium_debug=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L304) > def appium_debug=(value) @@ -344,7 +344,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [listener](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L306) +##### [listener](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L306) > def listener @@ -352,7 +352,7 @@ instance of AbstractEventListener for logging support -- -##### [listener=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L306) +##### [listener=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L306) > def listener=(value) @@ -360,7 +360,7 @@ instance of AbstractEventListener for logging support -- -##### [driver](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L309) +##### [driver](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L309) > def driver @@ -372,7 +372,7 @@ __Returns:__ -- -##### [http_client](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L312) +##### [http_client](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L312) > def http_client @@ -384,7 +384,7 @@ __Returns:__ -- -##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L317) +##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L317) > def appium_wait_timeout @@ -398,7 +398,7 @@ __Returns:__ -- -##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L322) +##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L322) > def appium_wait_interval @@ -412,7 +412,7 @@ __Returns:__ -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L362) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L362) > def initialize(opts = {}) @@ -428,7 +428,7 @@ __Returns:__ -- -##### [driver_attributes](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L440) +##### [driver_attributes](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L440) > def driver_attributes @@ -436,7 +436,7 @@ Returns a hash of the driver attributes -- -##### [device_is_android?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L465) +##### [device_is_android?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L465) > def device_is_android? @@ -448,7 +448,7 @@ __Returns:__ -- -##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L471) +##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L471) > def automation_name_is_xcuitest? @@ -460,7 +460,7 @@ __Returns:__ -- -##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L478) +##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L478) > def check_server_version_xcuitest @@ -473,7 +473,7 @@ __Returns:__ -- -##### [appium_server_version](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L497) +##### [appium_server_version](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L497) > def appium_server_version @@ -494,7 +494,7 @@ __Returns:__ -- -##### [appium_client_version](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L510) +##### [appium_client_version](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L510) > def appium_client_version @@ -512,7 +512,7 @@ __Returns:__ -- -##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L522) +##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L522) > def self.absolute_app_path(opts) @@ -529,7 +529,7 @@ __Returns:__ -- -##### [server_url](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L555) +##### [server_url](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L555) > def server_url @@ -541,7 +541,7 @@ __Returns:__ -- -##### [restart](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L566) +##### [restart](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L566) > def restart @@ -553,7 +553,7 @@ __Returns:__ -- -##### [screenshot](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L577) +##### [screenshot](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L577) > def screenshot(png_save_path) @@ -571,7 +571,7 @@ __Returns:__ -- -##### [driver_quit](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L584) +##### [driver_quit](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L584) > def driver_quit @@ -583,7 +583,7 @@ __Returns:__ -- -##### [start_driver](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L594) +##### [start_driver](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L594) > def start_driver @@ -595,7 +595,7 @@ __Returns:__ -- -##### [no_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L632) +##### [no_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L632) > def no_wait @@ -603,7 +603,7 @@ Set implicit wait to zero. -- -##### [set_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L646) +##### [set_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L646) > def set_wait(timeout = nil) @@ -625,7 +625,7 @@ __Returns:__ -- -##### [exists](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L663) +##### [exists](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L663) > def exists(pre_check = 0, post_check = @default_wait) @@ -649,7 +649,7 @@ __Returns:__ -- -##### [execute_script](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L687) +##### [execute_script](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L687) > def execute_script(script, *args) @@ -667,7 +667,7 @@ __Returns:__ -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L695) +##### [find_elements](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L695) > def find_elements(*args) @@ -683,7 +683,7 @@ __Returns:__ -- -##### [find_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L703) +##### [find_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L703) > def find_element(*args) @@ -699,7 +699,7 @@ __Returns:__ -- -##### [set_location](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L716) +##### [set_location](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L716) > def set_location(opts = {}) @@ -715,7 +715,7 @@ __Returns:__ -- -##### [x](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L726) +##### [x](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L726) > def x @@ -728,7 +728,7 @@ __Returns:__ -- -##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L735) +##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L735) > def set_automation_name_if_nil @@ -737,7 +737,7 @@ Since @automation_name is set only client side before start_driver is called. -- -##### [logger=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/logger.rb#L13) +##### [logger=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/logger.rb#L13) > def logger=(value) @@ -749,7 +749,7 @@ __Parameters:__ -- -##### [logger](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/logger.rb#L17) +##### [logger](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/logger.rb#L17) > def logger @@ -757,7 +757,7 @@ __Parameters:__ -- -##### [app_strings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L7) +##### [app_strings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L7) > def app_strings @@ -768,7 +768,7 @@ app_strings #=> "TransitionsTitle"=>"Transitions", "WebTitle"=>"Web" -- -##### [background_app](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L13) +##### [background_app](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L13) > def background_app @@ -777,7 +777,7 @@ This is a blocking application -- -##### [current_activity](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L24) +##### [current_activity](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L24) > def current_activity @@ -785,7 +785,7 @@ This is a blocking application -- -##### [get_system_bars](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L26) +##### [get_system_bars](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L26) > def get_system_bars @@ -800,7 +800,7 @@ __Returns:__ -- -##### [get_display_density](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L34) +##### [get_display_density](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L34) > def get_display_density @@ -815,7 +815,7 @@ __Returns:__ -- -##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L42) +##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L42) > def is_keyboard_shown @@ -830,7 +830,7 @@ __Returns:__ -- -##### [launch_app](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L50) +##### [launch_app](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L50) > def launch_app @@ -838,7 +838,7 @@ Start the simulator and application configured with desired capabilities -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L53) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L53) > def reset @@ -846,7 +846,7 @@ Reset the device, relaunching the application. -- -##### [shake](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L56) +##### [shake](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L56) > def shake @@ -854,7 +854,7 @@ Cause the device to shake -- -##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L59) +##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L59) > def toggle_flight_mode @@ -862,7 +862,7 @@ Toggle flight mode on or off -- -##### [device_locked?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L62) +##### [device_locked?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L62) > def device_locked? @@ -870,7 +870,7 @@ Toggle flight mode on or off -- -##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L64) +##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L64) > def hide_keyboard @@ -883,7 +883,7 @@ Defaults to 'Done'. -- -##### [press_keycode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L73) +##### [press_keycode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L73) > def press_keycode @@ -898,7 +898,7 @@ __Parameters:__ -- -##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L79) +##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L79) > def long_press_keycode @@ -913,7 +913,7 @@ __Parameters:__ -- -##### [push_file](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L85) +##### [push_file](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L85) > def push_file @@ -927,7 +927,7 @@ __Parameters:__ -- -##### [pull_file](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L90) +##### [pull_file](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L90) > def pull_file @@ -944,7 +944,7 @@ __Parameters:__ -- -##### [pull_folder](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L100) +##### [pull_folder](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L100) > def pull_folder @@ -959,7 +959,7 @@ __Parameters:__ -- -##### [touch_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L108) +##### [touch_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L108) > def touch_id @@ -976,7 +976,15 @@ Defaults to true. -- -##### [end_coverage](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L117) +##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L117) + +> def toggle_touch_id_enrollment + +iOS Simulator only: Toggle touch id enrollment on an iOS Simulator. + +-- + +##### [end_coverage](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L120) > def end_coverage @@ -990,7 +998,7 @@ __Parameters:__ -- -##### [get_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L122) +##### [get_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L125) > def get_settings @@ -998,7 +1006,7 @@ Get appium Settings for current test session -- -##### [update_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L125) +##### [update_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L128) > def update_settings @@ -1010,7 +1018,7 @@ __Parameters:__ -- -##### [start_activity](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L129) +##### [start_activity](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L132) > def start_activity @@ -1024,7 +1032,7 @@ start_activity app_package: 'io.appium.android.apis', -- -##### [get_network_connection](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L143) +##### [get_network_connection](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L146) > def get_network_connection @@ -1033,7 +1041,7 @@ See set_network_connection method for return value -- -##### [set_network_connection](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L147) +##### [set_network_connection](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L150) > def set_network_connection @@ -1052,7 +1060,7 @@ __Parameters:__ -- -##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L160) +##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L163) > def set_immediate_value @@ -1066,7 +1074,7 @@ set_immediate_value element, 'hello' -- -##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L169) +##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L172) > def get_performance_data_types @@ -1080,7 +1088,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def extend_search_contexts @@ -1088,7 +1096,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [find_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def find_element @@ -1096,7 +1104,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [find_elements](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def find_elements @@ -1108,7 +1116,7 @@ find_element/s with their accessibility_id -- -##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L455) +##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L465) > def add_touch_actions @@ -1116,7 +1124,7 @@ find_element/s with their accessibility_id -- -##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L478) +##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L488) > def add_ime_actions @@ -1124,7 +1132,7 @@ find_element/s with their accessibility_id -- -##### [set_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L553) +##### [set_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L563) > def set_context @@ -1139,7 +1147,7 @@ __Parameters:__ -- -##### [current_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L561) +##### [current_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L571) > def current_context @@ -1151,7 +1159,7 @@ __Returns:__ -- -##### [available_contexts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L564) +##### [available_contexts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L574) > def available_contexts @@ -1163,7 +1171,7 @@ __Returns:__ -- -##### [within_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L574) +##### [within_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L584) > def within_context(context) @@ -1179,7 +1187,7 @@ __Parameters:__ -- -##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L582) +##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L592) > def switch_to_default_context @@ -1187,7 +1195,7 @@ Change to the default context. This is equivalent to `set_context nil`. -- -##### [pinch](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L28) +##### [pinch](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L28) > def pinch(percentage = 25, auto_perform = true) @@ -1206,7 +1214,7 @@ __Parameters:__ -- -##### [zoom](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L57) +##### [zoom](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L57) > def zoom(percentage = 200, auto_perform = true) @@ -1225,7 +1233,7 @@ __Parameters:__ -- -##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L79) +##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L79) > def pinch_for_xcuitest(rate) @@ -1233,7 +1241,7 @@ __Parameters:__ -- -##### [pinch_android](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L94) +##### [pinch_android](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L94) > def pinch_android(rate) @@ -1241,7 +1249,7 @@ __Parameters:__ -- -##### [pinch_ios](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L108) +##### [pinch_ios](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L108) > def pinch_ios(rate) @@ -1249,7 +1257,7 @@ __Parameters:__ -- -##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L122) +##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L122) > def zoom_for_xcuitest(rate) @@ -1257,7 +1265,7 @@ __Parameters:__ -- -##### [zoom_android](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L137) +##### [zoom_android](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L137) > def zoom_android(rate) @@ -1265,7 +1273,7 @@ __Parameters:__ -- -##### [zoom_ios](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L151) +##### [zoom_ios](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L151) > def zoom_ios(rate) @@ -1273,7 +1281,7 @@ __Parameters:__ -- -##### [actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L166) +##### [actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L166) > def actions @@ -1281,7 +1289,7 @@ self -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L169) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L169) > def initialize @@ -1293,7 +1301,7 @@ __Returns:__ -- -##### [add](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L175) +##### [add](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L175) > def add(chain) @@ -1305,7 +1313,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L180) +##### [perform](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L180) > def perform @@ -1313,7 +1321,7 @@ Ask Appium to perform the actions -- -##### [ACTIONS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L20) +##### [ACTIONS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L20) > ACTIONS = [:move_to, :long_press, :double_tap, :two_finger_tap, :press, :release, :tap, :wait, :perform].freeze @@ -1321,7 +1329,7 @@ Ask Appium to perform the actions -- -##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L21) +##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L21) > COMPLEX_ACTIONS = [:swipe].freeze @@ -1329,7 +1337,7 @@ Ask Appium to perform the actions -- -##### [actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L35) +##### [actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L35) > def actions @@ -1337,7 +1345,7 @@ Returns the value of attribute actions -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L37) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L37) > def initialize @@ -1349,7 +1357,7 @@ __Returns:__ -- -##### [move_to](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L48) +##### [move_to](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L48) > def move_to(opts) @@ -1363,7 +1371,7 @@ __Parameters:__ -- -##### [long_press](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L62) +##### [long_press](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L62) > def long_press(opts) @@ -1384,7 +1392,7 @@ __Parameters:__ -- -##### [press](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L74) +##### [press](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L74) > def press(opts) @@ -1397,7 +1405,7 @@ __Parameters:__ -- -##### [release](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L85) +##### [release](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L85) > def release(opts = nil) @@ -1409,7 +1417,7 @@ __Parameters:__ -- -##### [tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L97) +##### [tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L97) > def tap(opts) @@ -1422,7 +1430,7 @@ __Parameters:__ -- -##### [double_tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L110) +##### [double_tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L110) > def double_tap(opts) @@ -1434,7 +1442,7 @@ __Parameters:__ -- -##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L121) +##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L121) > def two_finger_tap(opts) @@ -1446,7 +1454,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L129) +##### [wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L129) > def wait(milliseconds) @@ -1458,7 +1466,7 @@ __Parameters:__ -- -##### [swipe](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L152) +##### [swipe](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L152) > def swipe(opts, ele = nil) @@ -1479,7 +1487,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L177) +##### [perform](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L177) > def perform @@ -1487,7 +1495,7 @@ Ask the driver to perform all actions in this action chain. -- -##### [cancel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L184) +##### [cancel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L184) > def cancel @@ -1495,7 +1503,7 @@ Does nothing, currently. -- -##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L190) +##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L190) > def swipe_coordinates(end_x: nil, end_y: nil, offset_x: nil, offset_y: nil) @@ -1503,7 +1511,7 @@ Does nothing, currently. -- -##### [chain_method](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L208) +##### [chain_method](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L208) > def chain_method(method, args = nil) @@ -1511,7 +1519,7 @@ Does nothing, currently. -- -##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L214) +##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L214) > def args_with_ele_ref(args) @@ -1519,7 +1527,7 @@ Does nothing, currently. -- -##### [_generic_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L9) +##### [_generic_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L9) > def _generic_wait(opts = {}) @@ -1528,7 +1536,7 @@ https://github.com/SeleniumHQ/selenium/blob/cf501dda3f0ed12233de51ce8170c0e8090f -- -##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L48) +##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L48) > def _process_wait_opts(opts) @@ -1536,7 +1544,7 @@ process opts before calling _generic_wait -- -##### [wait_true](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L69) +##### [wait_true](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L69) > def wait_true(opts = {}, &block) @@ -1556,7 +1564,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L87) +##### [wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L87) > def wait(opts = {}, &block) @@ -1574,7 +1582,7 @@ __Parameters:__ -- -##### [ignore](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L24) +##### [ignore](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L24) > def ignore @@ -1582,7 +1590,7 @@ Return yield and ignore any exceptions. -- -##### [back](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L31) +##### [back](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L31) > def back @@ -1594,7 +1602,7 @@ __Returns:__ -- -##### [session_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L36) +##### [session_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L36) > def session_id @@ -1602,7 +1610,7 @@ For Sauce Labs reporting. Returns the current session id. -- -##### [xpath](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L44) +##### [xpath](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L44) > def xpath(xpath_str) @@ -1618,7 +1626,7 @@ __Returns:__ -- -##### [xpaths](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L52) +##### [xpaths](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L52) > def xpaths(xpath_str) @@ -1634,7 +1642,7 @@ __Returns:__ -- -##### [_print_source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L56) +##### [_print_source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L56) > def _print_source(source) @@ -1642,7 +1650,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L69) +##### [result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L69) > def result @@ -1650,7 +1658,7 @@ Returns the value of attribute result -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L71) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L71) > def initialize @@ -1662,7 +1670,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L75) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L75) > def reset @@ -1670,7 +1678,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L80) +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L80) > def start_element(name, attrs = []) @@ -1678,7 +1686,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [formatted_result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L86) +##### [formatted_result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L86) > def formatted_result @@ -1686,7 +1694,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [get_page_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L97) +##### [get_page_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L97) > def get_page_class @@ -1694,7 +1702,7 @@ Returns a string of class counts of visible elements. -- -##### [page_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L108) +##### [page_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L108) > def page_class @@ -1703,7 +1711,7 @@ Useful for appium_console. -- -##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L118) +##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L118) > def px_to_window_rel(opts = {}) @@ -1715,7 +1723,7 @@ px_to_window_rel x: 50, y: 150 -- -##### [xml_keys](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L137) +##### [xml_keys](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L137) > def xml_keys(target) @@ -1731,7 +1739,7 @@ __Returns:__ -- -##### [xml_values](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L145) +##### [xml_values](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L145) > def xml_values(target) @@ -1747,7 +1755,7 @@ __Returns:__ -- -##### [resolve_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L153) +##### [resolve_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L153) > def resolve_id(id) @@ -1763,7 +1771,7 @@ __Returns:__ -- -##### [filter](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L159) +##### [filter](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L159) > def filter @@ -1771,7 +1779,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L162) +##### [filter=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L162) > def filter=(value) @@ -1779,7 +1787,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L168) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L168) > def initialize @@ -1791,7 +1799,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L173) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L173) > def reset @@ -1799,7 +1807,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L179) +##### [result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L179) > def result @@ -1807,7 +1815,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L195) +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L195) > def start_element(name, attrs = []) @@ -1815,7 +1823,7 @@ __Returns:__ -- -##### [end_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L204) +##### [end_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L204) > def end_element(name) @@ -1823,7 +1831,7 @@ __Returns:__ -- -##### [characters](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L210) +##### [characters](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L210) > def characters(chars) @@ -1831,7 +1839,7 @@ __Returns:__ -- -##### [_no_such_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L217) +##### [_no_such_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L217) > def _no_such_element @@ -1839,7 +1847,7 @@ __Returns:__ -- -##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/command.rb#L4) +##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/command.rb#L4) > COMMAND_NO_ARG = { @@ -1847,7 +1855,7 @@ __Returns:__ -- -##### [COMMAND](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/command.rb#L27) +##### [COMMAND](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/command.rb#L27) > COMMAND = { @@ -1855,7 +1863,7 @@ __Returns:__ -- -##### [window_size](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/element/window.rb#L5) +##### [window_size](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/element/window.rb#L5) > def window_size @@ -1863,7 +1871,7 @@ Get the window's size -- -##### [FINDERS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/search_context.rb#L5) +##### [FINDERS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/search_context.rb#L5) > FINDERS = { @@ -1871,7 +1879,7 @@ rubocop:disable Style/MutableConstant -- -##### [result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L6) android +##### [result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L6) android > def result @@ -1879,7 +1887,7 @@ Returns the value of attribute result -- -##### [keys](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L6) android +##### [keys](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L6) android > def keys @@ -1887,7 +1895,7 @@ Returns the value of attribute keys -- -##### [instance](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L6) android +##### [instance](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L6) android > def instance @@ -1895,7 +1903,7 @@ Returns the value of attribute instance -- -##### [filter](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L6) android +##### [filter](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L6) android > def filter @@ -1903,7 +1911,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L9) android +##### [filter=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L9) android > def filter=(value) @@ -1911,7 +1919,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L15) android +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L15) android > def initialize @@ -1923,7 +1931,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L21) android +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L21) android > def reset @@ -1931,7 +1939,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L28) android +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L28) android > def start_element(name, attrs = []) @@ -1939,7 +1947,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [_fix_android_native_source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L88) android +##### [_fix_android_native_source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L88) android > def _fix_android_native_source(source) @@ -1949,7 +1957,7 @@ https://code.google.com/p/android/issues/detail?id=74143 -- -##### [source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L116) android +##### [source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L116) android > def source @@ -1961,7 +1969,7 @@ __Returns:__ -- -##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L126) android +##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L126) android > def get_android_inspect(class_name = false) @@ -1980,7 +1988,7 @@ __Returns:__ -- -##### [page](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L152) android +##### [page](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L152) android > def page(opts = {}) @@ -1999,7 +2007,7 @@ __Returns:__ -- -##### [current_app](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L164) android +##### [current_app](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L164) android > def current_app @@ -2009,7 +2017,7 @@ example line: -- -##### [id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L188) android +##### [id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L188) android > def id(id) @@ -2025,7 +2033,7 @@ __Returns:__ -- -##### [ids](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L196) android +##### [ids](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L196) android > def ids(id) @@ -2041,7 +2049,7 @@ __Returns:__ -- -##### [ele_index](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L205) android +##### [ele_index](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L205) android > def ele_index(class_name, index) @@ -2059,7 +2067,7 @@ __Returns:__ -- -##### [first_ele](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L223) android +##### [first_ele](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L223) android > def first_ele(class_name) @@ -2075,7 +2083,7 @@ __Returns:__ -- -##### [last_ele](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L230) android +##### [last_ele](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L230) android > def last_ele(class_name) @@ -2091,7 +2099,7 @@ __Returns:__ -- -##### [tag](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L238) android +##### [tag](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L238) android > def tag(class_name) @@ -2107,7 +2115,7 @@ __Returns:__ -- -##### [tags](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L246) android +##### [tags](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L246) android > def tags(class_name) @@ -2123,7 +2131,7 @@ __Returns:__ -- -##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L288) android +##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L288) android > def string_visible_contains(class_name, value) @@ -2143,7 +2151,7 @@ __Returns:__ -- -##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L308) android +##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L308) android > def complex_find_contains(element, value) @@ -2161,7 +2169,7 @@ __Returns:__ -- -##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L316) android +##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L316) android > def complex_finds_contains(element, value) @@ -2179,7 +2187,7 @@ __Returns:__ -- -##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L345) android +##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L345) android > def complex_find_exact(class_name, value) @@ -2197,7 +2205,7 @@ __Returns:__ -- -##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L353) android +##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L353) android > def complex_finds_exact(class_name, value) @@ -2215,7 +2223,7 @@ __Returns:__ -- -##### [get_source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/helper.rb#L361) android +##### [get_source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/helper.rb#L361) android > def get_source @@ -2229,7 +2237,7 @@ __Returns:__ -- -##### [_nodeset_to_uiselector](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/client_xpath.rb#L5) android +##### [_nodeset_to_uiselector](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/client_xpath.rb#L5) android > def _nodeset_to_uiselector(opts = {}) @@ -2237,7 +2245,7 @@ __Returns:__ -- -##### [_client_xpath](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/client_xpath.rb#L20) android +##### [_client_xpath](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/client_xpath.rb#L20) android > def _client_xpath(opts = {}) @@ -2245,7 +2253,7 @@ __Returns:__ -- -##### [client_xpath](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/client_xpath.rb#L36) android +##### [client_xpath](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/client_xpath.rb#L36) android > def client_xpath(xpath) @@ -2253,7 +2261,7 @@ __Returns:__ -- -##### [client_xpaths](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/client_xpath.rb#L40) android +##### [client_xpaths](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/client_xpath.rb#L40) android > def client_xpaths(xpath) @@ -2261,7 +2269,7 @@ __Returns:__ -- -##### [TextView](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L4) android +##### [TextView](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L4) android > TextView = 'android.widget.TextView'.freeze @@ -2269,7 +2277,7 @@ __Returns:__ -- -##### [text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L10) android +##### [text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L10) android > def text(value) @@ -2286,7 +2294,7 @@ __Returns:__ -- -##### [texts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L19) android +##### [texts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L19) android > def texts(value = false) @@ -2303,7 +2311,7 @@ __Returns:__ -- -##### [first_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L26) android +##### [first_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L26) android > def first_text @@ -2315,7 +2323,7 @@ __Returns:__ -- -##### [last_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L32) android +##### [last_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L32) android > def last_text @@ -2327,7 +2335,7 @@ __Returns:__ -- -##### [text_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L39) android +##### [text_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L39) android > def text_exact(value) @@ -2343,7 +2351,7 @@ __Returns:__ -- -##### [texts_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/text.rb#L46) android +##### [texts_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/text.rb#L46) android > def texts_exact(value) @@ -2359,7 +2367,7 @@ __Returns:__ -- -##### [alert_click](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/alert.rb#L6) android +##### [alert_click](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/alert.rb#L6) android > def alert_click(value) @@ -2375,7 +2383,7 @@ __Returns:__ -- -##### [alert_accept](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/alert.rb#L13) android +##### [alert_accept](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/alert.rb#L13) android > def alert_accept @@ -2388,7 +2396,7 @@ __Returns:__ -- -##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/alert.rb#L20) android +##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/alert.rb#L20) android > def alert_accept_text @@ -2401,7 +2409,7 @@ __Returns:__ -- -##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/alert.rb#L27) android +##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/alert.rb#L27) android > def alert_dismiss @@ -2414,7 +2422,7 @@ __Returns:__ -- -##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/alert.rb#L34) android +##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/alert.rb#L34) android > def alert_dismiss_text @@ -2427,7 +2435,7 @@ __Returns:__ -- -##### [Button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L4) android +##### [Button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L4) android > Button = 'android.widget.Button'.freeze @@ -2435,7 +2443,7 @@ __Returns:__ -- -##### [ImageButton](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L5) android +##### [ImageButton](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L5) android > ImageButton = 'android.widget.ImageButton'.freeze @@ -2443,7 +2451,7 @@ __Returns:__ -- -##### [button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L43) android +##### [button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L43) android > def button(value) @@ -2460,7 +2468,7 @@ __Returns:__ -- -##### [buttons](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L60) android +##### [buttons](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L60) android > def buttons(value = false) @@ -2477,7 +2485,7 @@ __Returns:__ -- -##### [first_button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L67) android +##### [first_button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L67) android > def first_button @@ -2489,7 +2497,7 @@ __Returns:__ -- -##### [last_button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L73) android +##### [last_button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L73) android > def last_button @@ -2501,7 +2509,7 @@ __Returns:__ -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L89) android +##### [button_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L89) android > def button_exact(value) @@ -2517,7 +2525,7 @@ __Returns:__ -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/button.rb#L96) android +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/button.rb#L96) android > def buttons_exact(value) @@ -2533,7 +2541,7 @@ __Returns:__ -- -##### [uiautomator_find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/mobile_methods.rb#L10) android +##### [uiautomator_find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/mobile_methods.rb#L10) android > def uiautomator_find @@ -2545,7 +2553,7 @@ find_element/s can be used with a [UISelector](http://developer.android.com/tool -- -##### [find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L6) android +##### [find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L6) android > def find(value) @@ -2561,7 +2569,7 @@ __Returns:__ -- -##### [finds](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L13) android +##### [finds](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L13) android > def finds(value) @@ -2577,7 +2585,7 @@ __Returns:__ -- -##### [find_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L20) android +##### [find_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L20) android > def find_exact(value) @@ -2593,7 +2601,7 @@ __Returns:__ -- -##### [finds_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L27) android +##### [finds_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L27) android > def finds_exact(value) @@ -2609,7 +2617,7 @@ __Returns:__ -- -##### [scroll_to](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L40) android +##### [scroll_to](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L40) android > def scroll_to(text, scrollable_index = 0) @@ -2627,7 +2635,7 @@ __Returns:__ -- -##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/generic.rb#L54) android +##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/generic.rb#L54) android > def scroll_to_exact(text, scrollable_index = 0) @@ -2645,7 +2653,7 @@ __Returns:__ -- -##### [EditText](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L3) android +##### [EditText](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L3) android > EditText = 'android.widget.EditText'.freeze @@ -2653,7 +2661,7 @@ __Returns:__ -- -##### [textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L9) android +##### [textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L9) android > def textfield(value) @@ -2670,7 +2678,7 @@ __Returns:__ -- -##### [textfields](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L18) android +##### [textfields](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L18) android > def textfields(value = false) @@ -2687,7 +2695,7 @@ __Returns:__ -- -##### [first_textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L25) android +##### [first_textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L25) android > def first_textfield @@ -2699,7 +2707,7 @@ __Returns:__ -- -##### [last_textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L31) android +##### [last_textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L31) android > def last_textfield @@ -2711,7 +2719,7 @@ __Returns:__ -- -##### [textfield_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L38) android +##### [textfield_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L38) android > def textfield_exact(value) @@ -2727,7 +2735,7 @@ __Returns:__ -- -##### [textfields_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/android/element/textfield.rb#L45) android +##### [textfields_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/android/element/textfield.rb#L45) android > def textfields_exact(value) @@ -2743,7 +2751,7 @@ __Returns:__ -- -##### [value](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L12) +##### [value](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L12) > def value @@ -2753,7 +2761,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element -- -##### [name](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L19) +##### [name](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L19) > def name @@ -2763,7 +2771,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element -- -##### [location_rel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L31) +##### [location_rel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L31) > def location_rel @@ -2781,7 +2789,7 @@ __Returns:__ -- -##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L152) +##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L152) > DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze @@ -2789,7 +2797,7 @@ __Returns:__ -- -##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L155) +##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L155) > def patch_remote_driver_commands diff --git a/docs/ios_docs.md b/docs/ios_docs.md index 03bb81ca..bf2d50ca 100644 --- a/docs/ios_docs.md +++ b/docs/ios_docs.md @@ -1,4 +1,4 @@ -##### [load_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L75) +##### [load_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L75) > def self.load_settings(opts = {}) @@ -27,7 +27,7 @@ __Returns:__ -- -##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L111) +##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L111) > def self.load_settings(opts = {}) @@ -57,7 +57,7 @@ __Returns:__ -- -##### [expand_required_files](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L117) +##### [expand_required_files](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L117) > def self.expand_required_files(base_dir, file_paths) @@ -75,7 +75,7 @@ __Returns:__ -- -##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L149) +##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L149) > def self.symbolize_keys(hash) @@ -86,7 +86,7 @@ https://github.com/rails/docrails/blob/a3b1105ada3da64acfa3843b164b14b734456a50/ -- -##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L170) +##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L170) > def self.promote_singleton_appium_methods(modules) @@ -104,7 +104,7 @@ otherwise, the array of modules will be used as the promotion target. -- -##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L223) +##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L223) > def self.promote_appium_methods(class_array) @@ -134,7 +134,7 @@ __Parameters:__ -- -##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L258) +##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L258) > def self.init_caps_for_appium(opts_caps = {}) @@ -153,7 +153,7 @@ __Returns:__ -- -##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L276) +##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L276) > def global_webdriver_http_sleep @@ -161,7 +161,7 @@ The amount to sleep in seconds before every webdriver http call. -- -##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L276) +##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L276) > def global_webdriver_http_sleep=(value) @@ -169,7 +169,7 @@ The amount to sleep in seconds before every webdriver http call. -- -##### [caps](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L278) +##### [caps](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L278) > def caps @@ -177,7 +177,7 @@ Selenium webdriver capabilities -- -##### [caps=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L278) +##### [caps=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L278) > def caps=(value) @@ -185,7 +185,7 @@ Selenium webdriver capabilities -- -##### [custom_url](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L280) +##### [custom_url](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L280) > def custom_url @@ -193,7 +193,7 @@ Custom URL for the selenium server -- -##### [custom_url=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L280) +##### [custom_url=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L280) > def custom_url=(value) @@ -201,7 +201,7 @@ Custom URL for the selenium server -- -##### [export_session](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L282) +##### [export_session](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L282) > def export_session @@ -209,7 +209,7 @@ Export session id to textfile in /tmp for 3rd party tools -- -##### [export_session=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L282) +##### [export_session=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L282) > def export_session=(value) @@ -217,7 +217,7 @@ Export session id to textfile in /tmp for 3rd party tools -- -##### [default_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L287) +##### [default_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L287) > def default_wait @@ -231,7 +231,7 @@ __Returns:__ -- -##### [sauce_username](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L289) +##### [sauce_username](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L289) > def sauce_username @@ -239,7 +239,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US -- -##### [sauce_username=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L289) +##### [sauce_username=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L289) > def sauce_username=(value) @@ -247,7 +247,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US -- -##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L291) +##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L291) > def sauce_access_key @@ -255,7 +255,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ -- -##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L291) +##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L291) > def sauce_access_key=(value) @@ -263,7 +263,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_ -- -##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L293) +##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L293) > def sauce_endpoint @@ -271,7 +271,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests -- -##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L293) +##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L293) > def sauce_endpoint=(value) @@ -279,7 +279,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests -- -##### [appium_port](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L295) +##### [appium_port](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L295) > def appium_port @@ -287,7 +287,7 @@ Appium's server port -- -##### [appium_port=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L295) +##### [appium_port=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L295) > def appium_port=(value) @@ -295,7 +295,7 @@ Appium's server port -- -##### [appium_device](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L297) +##### [appium_device](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L297) > def appium_device @@ -303,7 +303,7 @@ Device type to request from the appium server -- -##### [appium_device=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L297) +##### [appium_device=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L297) > def appium_device=(value) @@ -311,7 +311,7 @@ Device type to request from the appium server -- -##### [automation_name](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L300) +##### [automation_name](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L300) > def automation_name @@ -320,7 +320,7 @@ If automation_name is nil, it is not set both client side and server side. -- -##### [appium_server_status](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L302) +##### [appium_server_status](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L302) > def appium_server_status @@ -328,7 +328,7 @@ Appium's server version -- -##### [appium_debug](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L304) +##### [appium_debug](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L304) > def appium_debug @@ -336,7 +336,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [appium_debug=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L304) +##### [appium_debug=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L304) > def appium_debug=(value) @@ -344,7 +344,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [listener](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L306) +##### [listener](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L306) > def listener @@ -352,7 +352,7 @@ instance of AbstractEventListener for logging support -- -##### [listener=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L306) +##### [listener=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L306) > def listener=(value) @@ -360,7 +360,7 @@ instance of AbstractEventListener for logging support -- -##### [driver](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L309) +##### [driver](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L309) > def driver @@ -372,7 +372,7 @@ __Returns:__ -- -##### [http_client](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L312) +##### [http_client](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L312) > def http_client @@ -384,7 +384,7 @@ __Returns:__ -- -##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L317) +##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L317) > def appium_wait_timeout @@ -398,7 +398,7 @@ __Returns:__ -- -##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L322) +##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L322) > def appium_wait_interval @@ -412,7 +412,7 @@ __Returns:__ -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L362) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L362) > def initialize(opts = {}) @@ -428,7 +428,7 @@ __Returns:__ -- -##### [driver_attributes](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L440) +##### [driver_attributes](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L440) > def driver_attributes @@ -436,7 +436,7 @@ Returns a hash of the driver attributes -- -##### [device_is_android?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L465) +##### [device_is_android?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L465) > def device_is_android? @@ -448,7 +448,7 @@ __Returns:__ -- -##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L471) +##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L471) > def automation_name_is_xcuitest? @@ -460,7 +460,7 @@ __Returns:__ -- -##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L478) +##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L478) > def check_server_version_xcuitest @@ -473,7 +473,7 @@ __Returns:__ -- -##### [appium_server_version](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L497) +##### [appium_server_version](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L497) > def appium_server_version @@ -494,7 +494,7 @@ __Returns:__ -- -##### [appium_client_version](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L510) +##### [appium_client_version](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L510) > def appium_client_version @@ -512,7 +512,7 @@ __Returns:__ -- -##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L522) +##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L522) > def self.absolute_app_path(opts) @@ -529,7 +529,7 @@ __Returns:__ -- -##### [server_url](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L555) +##### [server_url](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L555) > def server_url @@ -541,7 +541,7 @@ __Returns:__ -- -##### [restart](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L566) +##### [restart](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L566) > def restart @@ -553,7 +553,7 @@ __Returns:__ -- -##### [screenshot](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L577) +##### [screenshot](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L577) > def screenshot(png_save_path) @@ -571,7 +571,7 @@ __Returns:__ -- -##### [driver_quit](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L584) +##### [driver_quit](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L584) > def driver_quit @@ -583,7 +583,7 @@ __Returns:__ -- -##### [start_driver](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L594) +##### [start_driver](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L594) > def start_driver @@ -595,7 +595,7 @@ __Returns:__ -- -##### [no_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L632) +##### [no_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L632) > def no_wait @@ -603,7 +603,7 @@ Set implicit wait to zero. -- -##### [set_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L646) +##### [set_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L646) > def set_wait(timeout = nil) @@ -625,7 +625,7 @@ __Returns:__ -- -##### [exists](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L663) +##### [exists](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L663) > def exists(pre_check = 0, post_check = @default_wait) @@ -649,7 +649,7 @@ __Returns:__ -- -##### [execute_script](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L687) +##### [execute_script](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L687) > def execute_script(script, *args) @@ -667,7 +667,7 @@ __Returns:__ -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L695) +##### [find_elements](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L695) > def find_elements(*args) @@ -683,7 +683,7 @@ __Returns:__ -- -##### [find_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L703) +##### [find_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L703) > def find_element(*args) @@ -699,7 +699,7 @@ __Returns:__ -- -##### [set_location](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L716) +##### [set_location](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L716) > def set_location(opts = {}) @@ -715,7 +715,7 @@ __Returns:__ -- -##### [x](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L726) +##### [x](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L726) > def x @@ -728,7 +728,7 @@ __Returns:__ -- -##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/driver.rb#L735) +##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/driver.rb#L735) > def set_automation_name_if_nil @@ -737,7 +737,7 @@ Since @automation_name is set only client side before start_driver is called. -- -##### [logger=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/logger.rb#L13) +##### [logger=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/logger.rb#L13) > def logger=(value) @@ -749,7 +749,7 @@ __Parameters:__ -- -##### [logger](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/logger.rb#L17) +##### [logger](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/logger.rb#L17) > def logger @@ -757,7 +757,7 @@ __Parameters:__ -- -##### [app_strings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L7) +##### [app_strings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L7) > def app_strings @@ -768,7 +768,7 @@ app_strings #=> "TransitionsTitle"=>"Transitions", "WebTitle"=>"Web" -- -##### [background_app](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L13) +##### [background_app](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L13) > def background_app @@ -777,7 +777,7 @@ This is a blocking application -- -##### [current_activity](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L24) +##### [current_activity](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L24) > def current_activity @@ -785,7 +785,7 @@ This is a blocking application -- -##### [get_system_bars](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L26) +##### [get_system_bars](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L26) > def get_system_bars @@ -800,7 +800,7 @@ __Returns:__ -- -##### [get_display_density](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L34) +##### [get_display_density](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L34) > def get_display_density @@ -815,7 +815,7 @@ __Returns:__ -- -##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L42) +##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L42) > def is_keyboard_shown @@ -830,7 +830,7 @@ __Returns:__ -- -##### [launch_app](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L50) +##### [launch_app](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L50) > def launch_app @@ -838,7 +838,7 @@ Start the simulator and application configured with desired capabilities -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L53) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L53) > def reset @@ -846,7 +846,7 @@ Reset the device, relaunching the application. -- -##### [shake](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L56) +##### [shake](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L56) > def shake @@ -854,7 +854,7 @@ Cause the device to shake -- -##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L59) +##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L59) > def toggle_flight_mode @@ -862,7 +862,7 @@ Toggle flight mode on or off -- -##### [device_locked?](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L62) +##### [device_locked?](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L62) > def device_locked? @@ -870,7 +870,7 @@ Toggle flight mode on or off -- -##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L64) +##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L64) > def hide_keyboard @@ -883,7 +883,7 @@ Defaults to 'Done'. -- -##### [press_keycode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L73) +##### [press_keycode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L73) > def press_keycode @@ -898,7 +898,7 @@ __Parameters:__ -- -##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L79) +##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L79) > def long_press_keycode @@ -913,7 +913,7 @@ __Parameters:__ -- -##### [push_file](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L85) +##### [push_file](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L85) > def push_file @@ -927,7 +927,7 @@ __Parameters:__ -- -##### [pull_file](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L90) +##### [pull_file](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L90) > def pull_file @@ -944,7 +944,7 @@ __Parameters:__ -- -##### [pull_folder](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L100) +##### [pull_folder](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L100) > def pull_folder @@ -959,7 +959,7 @@ __Parameters:__ -- -##### [touch_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L108) +##### [touch_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L108) > def touch_id @@ -976,7 +976,15 @@ Defaults to true. -- -##### [end_coverage](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L117) +##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L117) + +> def toggle_touch_id_enrollment + +iOS Simulator only: Toggle touch id enrollment on an iOS Simulator. + +-- + +##### [end_coverage](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L120) > def end_coverage @@ -990,7 +998,7 @@ __Parameters:__ -- -##### [get_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L122) +##### [get_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L125) > def get_settings @@ -998,7 +1006,7 @@ Get appium Settings for current test session -- -##### [update_settings](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L125) +##### [update_settings](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L128) > def update_settings @@ -1010,7 +1018,7 @@ __Parameters:__ -- -##### [start_activity](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L129) +##### [start_activity](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L132) > def start_activity @@ -1024,7 +1032,7 @@ start_activity app_package: 'io.appium.android.apis', -- -##### [get_network_connection](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L143) +##### [get_network_connection](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L146) > def get_network_connection @@ -1033,7 +1041,7 @@ See set_network_connection method for return value -- -##### [set_network_connection](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L147) +##### [set_network_connection](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L150) > def set_network_connection @@ -1052,7 +1060,7 @@ __Parameters:__ -- -##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L160) +##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L163) > def set_immediate_value @@ -1066,7 +1074,7 @@ set_immediate_value element, 'hello' -- -##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L169) +##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L172) > def get_performance_data_types @@ -1080,7 +1088,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def extend_search_contexts @@ -1088,7 +1096,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [find_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def find_element @@ -1096,7 +1104,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L424) +##### [find_elements](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L434) > def find_elements @@ -1108,7 +1116,7 @@ find_element/s with their accessibility_id -- -##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L455) +##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L465) > def add_touch_actions @@ -1116,7 +1124,7 @@ find_element/s with their accessibility_id -- -##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L478) +##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L488) > def add_ime_actions @@ -1124,7 +1132,7 @@ find_element/s with their accessibility_id -- -##### [set_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L553) +##### [set_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L563) > def set_context @@ -1139,7 +1147,7 @@ __Parameters:__ -- -##### [current_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L561) +##### [current_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L571) > def current_context @@ -1151,7 +1159,7 @@ __Returns:__ -- -##### [available_contexts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L564) +##### [available_contexts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L574) > def available_contexts @@ -1163,7 +1171,7 @@ __Returns:__ -- -##### [within_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L574) +##### [within_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L584) > def within_context(context) @@ -1179,7 +1187,7 @@ __Parameters:__ -- -##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/device.rb#L582) +##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/device.rb#L592) > def switch_to_default_context @@ -1187,7 +1195,7 @@ Change to the default context. This is equivalent to `set_context nil`. -- -##### [pinch](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L28) +##### [pinch](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L28) > def pinch(percentage = 25, auto_perform = true) @@ -1206,7 +1214,7 @@ __Parameters:__ -- -##### [zoom](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L57) +##### [zoom](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L57) > def zoom(percentage = 200, auto_perform = true) @@ -1225,7 +1233,7 @@ __Parameters:__ -- -##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L79) +##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L79) > def pinch_for_xcuitest(rate) @@ -1233,7 +1241,7 @@ __Parameters:__ -- -##### [pinch_android](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L94) +##### [pinch_android](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L94) > def pinch_android(rate) @@ -1241,7 +1249,7 @@ __Parameters:__ -- -##### [pinch_ios](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L108) +##### [pinch_ios](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L108) > def pinch_ios(rate) @@ -1249,7 +1257,7 @@ __Parameters:__ -- -##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L122) +##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L122) > def zoom_for_xcuitest(rate) @@ -1257,7 +1265,7 @@ __Parameters:__ -- -##### [zoom_android](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L137) +##### [zoom_android](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L137) > def zoom_android(rate) @@ -1265,7 +1273,7 @@ __Parameters:__ -- -##### [zoom_ios](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L151) +##### [zoom_ios](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L151) > def zoom_ios(rate) @@ -1273,7 +1281,7 @@ __Parameters:__ -- -##### [actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L166) +##### [actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L166) > def actions @@ -1281,7 +1289,7 @@ self -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L169) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L169) > def initialize @@ -1293,7 +1301,7 @@ __Returns:__ -- -##### [add](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L175) +##### [add](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L175) > def add(chain) @@ -1305,7 +1313,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/multi_touch.rb#L180) +##### [perform](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/multi_touch.rb#L180) > def perform @@ -1313,7 +1321,7 @@ Ask Appium to perform the actions -- -##### [ACTIONS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L20) +##### [ACTIONS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L20) > ACTIONS = [:move_to, :long_press, :double_tap, :two_finger_tap, :press, :release, :tap, :wait, :perform].freeze @@ -1321,7 +1329,7 @@ Ask Appium to perform the actions -- -##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L21) +##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L21) > COMPLEX_ACTIONS = [:swipe].freeze @@ -1329,7 +1337,7 @@ Ask Appium to perform the actions -- -##### [actions](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L35) +##### [actions](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L35) > def actions @@ -1337,7 +1345,7 @@ Returns the value of attribute actions -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L37) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L37) > def initialize @@ -1349,7 +1357,7 @@ __Returns:__ -- -##### [move_to](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L48) +##### [move_to](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L48) > def move_to(opts) @@ -1363,7 +1371,7 @@ __Parameters:__ -- -##### [long_press](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L62) +##### [long_press](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L62) > def long_press(opts) @@ -1384,7 +1392,7 @@ __Parameters:__ -- -##### [press](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L74) +##### [press](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L74) > def press(opts) @@ -1397,7 +1405,7 @@ __Parameters:__ -- -##### [release](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L85) +##### [release](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L85) > def release(opts = nil) @@ -1409,7 +1417,7 @@ __Parameters:__ -- -##### [tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L97) +##### [tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L97) > def tap(opts) @@ -1422,7 +1430,7 @@ __Parameters:__ -- -##### [double_tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L110) +##### [double_tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L110) > def double_tap(opts) @@ -1434,7 +1442,7 @@ __Parameters:__ -- -##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L121) +##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L121) > def two_finger_tap(opts) @@ -1446,7 +1454,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L129) +##### [wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L129) > def wait(milliseconds) @@ -1458,7 +1466,7 @@ __Parameters:__ -- -##### [swipe](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L152) +##### [swipe](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L152) > def swipe(opts, ele = nil) @@ -1479,7 +1487,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L177) +##### [perform](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L177) > def perform @@ -1487,7 +1495,7 @@ Ask the driver to perform all actions in this action chain. -- -##### [cancel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L184) +##### [cancel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L184) > def cancel @@ -1495,7 +1503,7 @@ Does nothing, currently. -- -##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L190) +##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L190) > def swipe_coordinates(end_x: nil, end_y: nil, offset_x: nil, offset_y: nil) @@ -1503,7 +1511,7 @@ Does nothing, currently. -- -##### [chain_method](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L208) +##### [chain_method](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L208) > def chain_method(method, args = nil) @@ -1511,7 +1519,7 @@ Does nothing, currently. -- -##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/device/touch_actions.rb#L214) +##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/device/touch_actions.rb#L214) > def args_with_ele_ref(args) @@ -1519,7 +1527,7 @@ Does nothing, currently. -- -##### [_generic_wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L9) +##### [_generic_wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L9) > def _generic_wait(opts = {}) @@ -1528,7 +1536,7 @@ https://github.com/SeleniumHQ/selenium/blob/cf501dda3f0ed12233de51ce8170c0e8090f -- -##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L48) +##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L48) > def _process_wait_opts(opts) @@ -1536,7 +1544,7 @@ process opts before calling _generic_wait -- -##### [wait_true](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L69) +##### [wait_true](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L69) > def wait_true(opts = {}, &block) @@ -1556,7 +1564,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/wait.rb#L87) +##### [wait](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/wait.rb#L87) > def wait(opts = {}, &block) @@ -1574,7 +1582,7 @@ __Parameters:__ -- -##### [ignore](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L24) +##### [ignore](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L24) > def ignore @@ -1582,7 +1590,7 @@ Return yield and ignore any exceptions. -- -##### [back](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L31) +##### [back](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L31) > def back @@ -1594,7 +1602,7 @@ __Returns:__ -- -##### [session_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L36) +##### [session_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L36) > def session_id @@ -1602,7 +1610,7 @@ For Sauce Labs reporting. Returns the current session id. -- -##### [xpath](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L44) +##### [xpath](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L44) > def xpath(xpath_str) @@ -1618,7 +1626,7 @@ __Returns:__ -- -##### [xpaths](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L52) +##### [xpaths](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L52) > def xpaths(xpath_str) @@ -1634,7 +1642,7 @@ __Returns:__ -- -##### [_print_source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L56) +##### [_print_source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L56) > def _print_source(source) @@ -1642,7 +1650,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L69) +##### [result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L69) > def result @@ -1650,7 +1658,7 @@ Returns the value of attribute result -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L71) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L71) > def initialize @@ -1662,7 +1670,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L75) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L75) > def reset @@ -1670,7 +1678,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L80) +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L80) > def start_element(name, attrs = []) @@ -1678,7 +1686,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [formatted_result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L86) +##### [formatted_result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L86) > def formatted_result @@ -1686,7 +1694,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [get_page_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L97) +##### [get_page_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L97) > def get_page_class @@ -1694,7 +1702,7 @@ Returns a string of class counts of visible elements. -- -##### [page_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L108) +##### [page_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L108) > def page_class @@ -1703,7 +1711,7 @@ Useful for appium_console. -- -##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L118) +##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L118) > def px_to_window_rel(opts = {}) @@ -1715,7 +1723,7 @@ px_to_window_rel x: 50, y: 150 -- -##### [xml_keys](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L137) +##### [xml_keys](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L137) > def xml_keys(target) @@ -1731,7 +1739,7 @@ __Returns:__ -- -##### [xml_values](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L145) +##### [xml_values](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L145) > def xml_values(target) @@ -1747,7 +1755,7 @@ __Returns:__ -- -##### [resolve_id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L153) +##### [resolve_id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L153) > def resolve_id(id) @@ -1763,7 +1771,7 @@ __Returns:__ -- -##### [filter](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L159) +##### [filter](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L159) > def filter @@ -1771,7 +1779,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L162) +##### [filter=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L162) > def filter=(value) @@ -1779,7 +1787,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L168) +##### [initialize](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L168) > def initialize @@ -1791,7 +1799,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L173) +##### [reset](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L173) > def reset @@ -1799,7 +1807,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L179) +##### [result](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L179) > def result @@ -1807,7 +1815,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L195) +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L195) > def start_element(name, attrs = []) @@ -1815,7 +1823,7 @@ __Returns:__ -- -##### [end_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L204) +##### [end_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L204) > def end_element(name) @@ -1823,7 +1831,7 @@ __Returns:__ -- -##### [characters](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L210) +##### [characters](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L210) > def characters(chars) @@ -1831,7 +1839,7 @@ __Returns:__ -- -##### [_no_such_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/helper.rb#L217) +##### [_no_such_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/helper.rb#L217) > def _no_such_element @@ -1839,7 +1847,7 @@ __Returns:__ -- -##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/command.rb#L4) +##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/command.rb#L4) > COMMAND_NO_ARG = { @@ -1847,7 +1855,7 @@ __Returns:__ -- -##### [COMMAND](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/command.rb#L27) +##### [COMMAND](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/command.rb#L27) > COMMAND = { @@ -1855,7 +1863,7 @@ __Returns:__ -- -##### [window_size](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/element/window.rb#L5) +##### [window_size](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/element/window.rb#L5) > def window_size @@ -1863,7 +1871,7 @@ Get the window's size -- -##### [FINDERS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/search_context.rb#L5) +##### [FINDERS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/search_context.rb#L5) > FINDERS = { @@ -1871,7 +1879,7 @@ rubocop:disable Style/MutableConstant -- -##### [filter](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L4) ios +##### [filter](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L4) ios > def filter @@ -1879,7 +1887,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L4) ios +##### [filter=](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L4) ios > def filter=(value) @@ -1891,7 +1899,7 @@ __Parameters:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L6) ios +##### [start_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L6) ios > def start_element(type, attrs = []) @@ -1899,7 +1907,7 @@ __Parameters:__ -- -##### [_print_attr](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L15) ios +##### [_print_attr](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L15) ios > def _print_attr(type, name, label, value, hint) @@ -1907,7 +1915,7 @@ __Parameters:__ -- -##### [ios_password](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L41) ios +##### [ios_password](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L41) ios > def ios_password(length = 1) @@ -1925,7 +1933,7 @@ __Returns:__ -- -##### [get_page](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L53) ios +##### [get_page](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L53) ios > def get_page(element = source_window(0), class_name = nil) @@ -1946,7 +1954,7 @@ __Returns:__ -- -##### [page](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L139) ios +##### [page](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L139) ios > def page(opts = {}) @@ -1972,7 +1980,7 @@ __Returns:__ -- -##### [source_window](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L170) ios +##### [source_window](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L170) ios > def source_window(_window_number = 0) @@ -1988,7 +1996,7 @@ __Returns:__ -- -##### [page_window](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L185) ios +##### [page_window](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L185) ios > def page_window(window_number = 0) @@ -2006,7 +2014,7 @@ __Returns:__ -- -##### [id](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L193) ios +##### [id](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L193) ios > def id(id) @@ -2022,7 +2030,7 @@ __Returns:__ -- -##### [ios_version](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L199) ios +##### [ios_version](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L199) ios > def ios_version @@ -2034,7 +2042,7 @@ __Returns:__ -- -##### [ele_index](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L212) ios +##### [ele_index](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L212) ios > def ele_index(class_name, index) @@ -2052,7 +2060,7 @@ __Returns:__ -- -##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L248) ios +##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L248) ios > def find_ele_by_attr(class_name, attr, value) @@ -2074,7 +2082,7 @@ __Returns:__ -- -##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L259) ios +##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L259) ios > def find_eles_by_attr(class_name, attr, value) @@ -2096,7 +2104,7 @@ __Returns:__ -- -##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L280) ios +##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L280) ios > def find_ele_by_predicate(class_name: '*', value:) @@ -2113,7 +2121,7 @@ __Returns:__ -- -##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L291) ios +##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L291) ios > def find_eles_by_predicate(class_name: '*', value:) @@ -2132,7 +2140,7 @@ __Returns:__ -- -##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L307) ios +##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L307) ios > def find_ele_by_attr_include(class_name, attr, value) @@ -2153,7 +2161,7 @@ __Returns:__ -- -##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L317) ios +##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L317) ios > def find_eles_by_attr_include(class_name, attr, value) @@ -2174,7 +2182,7 @@ __Returns:__ -- -##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L325) ios +##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L325) ios > def find_ele_by_predicate_include(class_name: '*', value:) @@ -2191,7 +2199,7 @@ __Returns:__ -- -##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L336) ios +##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L336) ios > def find_eles_by_predicate_include(class_name: '*', value:) @@ -2210,7 +2218,7 @@ __Returns:__ -- -##### [first_ele](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L349) ios +##### [first_ele](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L349) ios > def first_ele(class_name) @@ -2226,7 +2234,7 @@ __Returns:__ -- -##### [last_ele](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L356) ios +##### [last_ele](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L356) ios > def last_ele(class_name) @@ -2242,7 +2250,7 @@ __Returns:__ -- -##### [tag](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L370) ios +##### [tag](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L370) ios > def tag(class_name) @@ -2258,7 +2266,7 @@ __Returns:__ -- -##### [tags](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L382) ios +##### [tags](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L382) ios > def tags(class_name) @@ -2274,7 +2282,7 @@ __Returns:__ -- -##### [tags_include](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L398) ios +##### [tags_include](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L398) ios > def tags_include(class_names:, value: nil) @@ -2294,7 +2302,7 @@ __Returns:__ -- -##### [tags_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L427) ios +##### [tags_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L427) ios > def tags_exact(class_names:, value: nil) @@ -2314,7 +2322,7 @@ __Returns:__ -- -##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L478) ios +##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L478) ios > def ele_by_json_visible_contains(element, value) @@ -2333,7 +2341,7 @@ __Returns:__ -- -##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L487) ios +##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L487) ios > def eles_by_json_visible_contains(element, value) @@ -2352,7 +2360,7 @@ __Returns:__ -- -##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L517) ios +##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L517) ios > def ele_by_json_visible_exact(element, value) @@ -2371,7 +2379,7 @@ __Returns:__ -- -##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L526) ios +##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L526) ios > def eles_by_json_visible_exact(element, value) @@ -2390,7 +2398,7 @@ __Returns:__ -- -##### [_all_pred](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L591) ios +##### [_all_pred](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L591) ios > def _all_pred(opts) @@ -2400,7 +2408,7 @@ visible - if true, only visible elements are returned. default true -- -##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L604) ios +##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L604) ios > def ele_with_pred(opts) @@ -2416,7 +2424,7 @@ __Returns:__ -- -##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L615) ios +##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L615) ios > def eles_with_pred(opts) @@ -2432,7 +2440,7 @@ __Returns:__ -- -##### [source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L621) ios +##### [source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L621) ios > def source @@ -2444,7 +2452,7 @@ __Returns:__ -- -##### [_validate_object](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L625) ios +##### [_validate_object](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L625) ios > def _validate_object(*objects) @@ -2452,7 +2460,7 @@ __Returns:__ -- -##### [_by_json](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L674) ios +##### [_by_json](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L674) ios > def _by_json(opts) @@ -2487,7 +2495,7 @@ opts = { -- -##### [eles_by_json](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L724) ios +##### [eles_by_json](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L724) ios > def eles_by_json(opts) @@ -2506,7 +2514,7 @@ eles_by_json({ -- -##### [ele_by_json](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L730) ios +##### [ele_by_json](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L730) ios > def ele_by_json(opts) @@ -2514,7 +2522,7 @@ see eles_by_json -- -##### [get_source](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/helper.rb#L740) ios +##### [get_source](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/helper.rb#L740) ios > def get_source @@ -2527,7 +2535,7 @@ __Returns:__ -- -##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L4) ios +##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L4) ios > UIAStaticText = 'UIAStaticText'.freeze @@ -2535,7 +2543,7 @@ __Returns:__ -- -##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L5) ios +##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L5) ios > XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze @@ -2543,7 +2551,7 @@ __Returns:__ -- -##### [static_text_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L8) ios +##### [static_text_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L8) ios > def static_text_class @@ -2555,7 +2563,7 @@ __Returns:__ -- -##### [text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L16) ios +##### [text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L16) ios > def text(value) @@ -2572,7 +2580,7 @@ __Returns:__ -- -##### [texts](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L30) ios +##### [texts](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L30) ios > def texts(value = false) @@ -2589,7 +2597,7 @@ __Returns:__ -- -##### [first_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L43) ios +##### [first_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L43) ios > def first_text @@ -2601,7 +2609,7 @@ __Returns:__ -- -##### [last_text](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L49) ios +##### [last_text](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L49) ios > def last_text @@ -2613,7 +2621,7 @@ __Returns:__ -- -##### [text_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L56) ios +##### [text_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L56) ios > def text_exact(value) @@ -2629,7 +2637,7 @@ __Returns:__ -- -##### [texts_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/text.rb#L67) ios +##### [texts_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/text.rb#L67) ios > def texts_exact(value) @@ -2645,7 +2653,7 @@ __Returns:__ -- -##### [alert_accept](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/alert.rb#L5) ios +##### [alert_accept](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/alert.rb#L5) ios > def alert_accept @@ -2657,7 +2665,7 @@ __Returns:__ -- -##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/alert.rb#L13) ios +##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/alert.rb#L13) ios > def alert_dismiss @@ -2669,7 +2677,7 @@ __Returns:__ -- -##### [UIAButton](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L4) ios +##### [UIAButton](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L4) ios > UIAButton = 'UIAButton'.freeze @@ -2677,7 +2685,7 @@ __Returns:__ -- -##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L5) ios +##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L5) ios > XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze @@ -2685,7 +2693,7 @@ __Returns:__ -- -##### [button_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L8) ios +##### [button_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L8) ios > def button_class @@ -2697,7 +2705,7 @@ __Returns:__ -- -##### [button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L16) ios +##### [button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L16) ios > def button(value) @@ -2714,7 +2722,7 @@ __Returns:__ -- -##### [buttons](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L31) ios +##### [buttons](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L31) ios > def buttons(value = false) @@ -2731,7 +2739,7 @@ __Returns:__ -- -##### [first_button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L44) ios +##### [first_button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L44) ios > def first_button @@ -2743,7 +2751,7 @@ __Returns:__ -- -##### [last_button](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L52) ios +##### [last_button](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L52) ios > def last_button @@ -2757,7 +2765,7 @@ __Returns:__ -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L59) ios +##### [button_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L59) ios > def button_exact(value) @@ -2773,7 +2781,7 @@ __Returns:__ -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/button.rb#L70) ios +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/button.rb#L70) ios > def buttons_exact(value) @@ -2789,7 +2797,7 @@ __Returns:__ -- -##### [uiautomation_find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [uiautomation_find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def uiautomation_find @@ -2801,7 +2809,7 @@ find_element/s can be used with a [UIAutomation command](https://developer.apple -- -##### [ios_predicate_string_find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [ios_predicate_string_find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def ios_predicate_string_find @@ -2815,7 +2823,7 @@ find_element/s can be used with a [Predicates](https://developer.apple.com/libra -- -##### [ios_class_chain_find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [ios_class_chain_find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def ios_class_chain_find @@ -2833,7 +2841,7 @@ find_element/s can be used with a [class chain]( https://github.com/facebook/Web -- -##### [find](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L6) ios +##### [find](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L6) ios > def find(value) @@ -2849,7 +2857,7 @@ __Returns:__ -- -##### [finds](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L17) ios +##### [finds](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L17) ios > def finds(value) @@ -2865,7 +2873,7 @@ __Returns:__ -- -##### [find_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L29) ios +##### [find_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L29) ios > def find_exact(value) @@ -2881,7 +2889,7 @@ __Returns:__ -- -##### [finds_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L40) ios +##### [finds_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L40) ios > def finds_exact(value) @@ -2897,7 +2905,7 @@ __Returns:__ -- -##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L51) ios +##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L51) ios > def raise_error_if_no_element(element) @@ -2905,7 +2913,7 @@ __Returns:__ -- -##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/generic.rb#L58) ios +##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/generic.rb#L58) ios > def select_visible_elements(elements) @@ -2913,7 +2921,7 @@ Return visible elements. -- -##### [UIATextField](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L3) ios +##### [UIATextField](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L3) ios > UIATextField = 'UIATextField'.freeze @@ -2921,7 +2929,7 @@ Return visible elements. -- -##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L4) ios +##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L4) ios > UIASecureTextField = 'UIASecureTextField'.freeze @@ -2929,7 +2937,7 @@ Return visible elements. -- -##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L6) ios +##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L6) ios > XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze @@ -2937,7 +2945,7 @@ Return visible elements. -- -##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L7) ios +##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L7) ios > XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze @@ -2945,7 +2953,7 @@ Return visible elements. -- -##### [text_field_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L10) ios +##### [text_field_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L10) ios > def text_field_class @@ -2957,7 +2965,7 @@ __Returns:__ -- -##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L15) ios +##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L15) ios > def secure_text_field_class @@ -2969,7 +2977,7 @@ __Returns:__ -- -##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L35) ios +##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L35) ios > def _textfield_visible @@ -2977,7 +2985,7 @@ Appium -- -##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L40) ios +##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L40) ios > def _textfield_exact_string(value) @@ -2985,7 +2993,7 @@ Appium -- -##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L47) ios +##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L47) ios > def _textfield_contains_string(value) @@ -2993,7 +3001,7 @@ Appium -- -##### [textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L60) ios +##### [textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L60) ios > def textfield(value) @@ -3011,7 +3019,7 @@ __Returns:__ -- -##### [textfields](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L86) ios +##### [textfields](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L86) ios > def textfields(value = false) @@ -3028,7 +3036,7 @@ __Returns:__ -- -##### [first_textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L100) ios +##### [first_textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L100) ios > def first_textfield @@ -3040,7 +3048,7 @@ __Returns:__ -- -##### [last_textfield](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L110) ios +##### [last_textfield](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L110) ios > def last_textfield @@ -3052,7 +3060,7 @@ __Returns:__ -- -##### [textfield_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L123) ios +##### [textfield_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L123) ios > def textfield_exact(value) @@ -3068,7 +3076,7 @@ __Returns:__ -- -##### [textfields_exact](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/ios/element/textfield.rb#L134) ios +##### [textfields_exact](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/ios/element/textfield.rb#L134) ios > def textfields_exact(value) @@ -3084,7 +3092,7 @@ __Returns:__ -- -##### [value](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L12) +##### [value](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L12) > def value @@ -3094,7 +3102,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element -- -##### [name](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L19) +##### [name](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L19) > def name @@ -3104,7 +3112,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element -- -##### [location_rel](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L31) +##### [location_rel](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L31) > def location_rel @@ -3122,7 +3130,7 @@ __Returns:__ -- -##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L152) +##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L152) > DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze @@ -3130,7 +3138,7 @@ __Returns:__ -- -##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/11cdf97bf9c4a90ac4e7c7dcf518cfb3fcd99ef2/lib/appium_lib/common/patch.rb#L155) +##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/32bfee99bba89cfc2621b1770f14a796e5ac43ad/lib/appium_lib/common/patch.rb#L155) > def patch_remote_driver_commands diff --git a/lib/appium_lib/common/version.rb b/lib/appium_lib/common/version.rb index b139b7fa..baabb68c 100644 --- a/lib/appium_lib/common/version.rb +++ b/lib/appium_lib/common/version.rb @@ -1,5 +1,5 @@ module Appium # Version and Date are defined on the 'Appium' module, not 'Appium::Common' - VERSION = '9.3.5'.freeze unless defined? ::Appium::VERSION - DATE = '2017-03-26'.freeze unless defined? ::Appium::DATE + VERSION = '9.3.6'.freeze unless defined? ::Appium::VERSION + DATE = '2017-03-31'.freeze unless defined? ::Appium::DATE end diff --git a/release_notes.md b/release_notes.md index e3da2a82..8220150f 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,12 @@ +#### v9.3.5 2017-03-26 + +- [c652bb3](https://github.com/appium/ruby_lib/commit/c652bb3332016a3c8ba7502e31477a330ab1c1ab) Release 9 3 5 (#520) +- [c8ae26d](https://github.com/appium/ruby_lib/commit/c8ae26d6c9c400c5f40c3d1b620a3a5ba09c5932) Add some android commands (#517) +- [e0db50e](https://github.com/appium/ruby_lib/commit/e0db50e5635dc359620eec9f79609f55af6ba529) Add class chain (#515) +- [43ea919](https://github.com/appium/ruby_lib/commit/43ea919e4830477751f98aa6cf2475a54bcecb8e) [WIP]add scrollable index param into scroll_uiselector (#507) +- [80f8071](https://github.com/appium/ruby_lib/commit/80f80715dcee6de968700ece40894222af41579a) add clearing actions after calling perform (#512) + + #### v9.3.4 2017-03-16 - [2b01065](https://github.com/appium/ruby_lib/commit/2b01065d0b2c2287ed9568cb23de5e459082ef62) Release 9 3 4 (#509)