From 230bac6fbcf26645111f76caab64dbf46de84897 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 13 May 2017 11:27:53 +0900 Subject: [PATCH] Release 9 4 4 (#577) * Release 9.4.4 * Update release notes * update changelogs --- CHANGELOG.md | 12 + docs/android_docs.md | 496 ++++++++++++++-------------- docs/ios_docs.md | 537 ++++++++++++++++--------------- docs_gen/make_docs.rb | 4 +- lib/appium_lib/common/version.rb | 4 +- release_notes.md | 12 + 6 files changed, 546 insertions(+), 519 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca29a94d..995b11b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ Commit based release not is [release_notes.md](./release_notes.md) Release tags are https://github.com/appium/ruby_lib/releases . +## v9.4.4 +### 1. Enhancements +- add mobile gesture, `mobile: alert` + - Required over https://github.com/appium/appium-xcuitest-driver/releases/tag/v2.28.6 +- add travis example for ios [#573](https://github.com/appium/ruby_lib/pull/573) +- remove some redundant code [#572](https://github.com/appium/ruby_lib/pull/572), [#571](https://github.com/appium/ruby_lib/pull/571) +- update api-demos [#569](https://github.com/appium/ruby_lib/issues/569) + +### 2. Bug fixes + +### 3. Deprecations + ## v9.4.3 ### 1. Enhancements - Use uiautomator for uiautomator2 [#561](https://github.com/appium/ruby_lib/pull/561) diff --git a/docs/android_docs.md b/docs/android_docs.md index 7e018db1..7236428d 100644 --- a/docs/android_docs.md +++ b/docs/android_docs.md @@ -1,4 +1,4 @@ -##### [load_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L76) +##### [load_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L76) > def self.load_settings(opts = {}) @@ -27,7 +27,7 @@ __Returns:__ -- -##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L112) +##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L112) > def self.load_settings(opts = {}) @@ -57,7 +57,7 @@ __Returns:__ -- -##### [expand_required_files](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L118) +##### [expand_required_files](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L118) > def self.expand_required_files(base_dir, file_paths) @@ -75,7 +75,7 @@ __Returns:__ -- -##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L150) +##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L150) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L171) +##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L171) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L224) +##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L224) > def self.promote_appium_methods(class_array) @@ -134,7 +134,7 @@ __Parameters:__ -- -##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L259) +##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L259) > def self.init_caps_for_appium(opts_caps = {}) @@ -153,7 +153,7 @@ __Returns:__ -- -##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L277) +##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L277) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L277) +##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L277) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L279) +##### [caps](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L279) > def caps @@ -177,7 +177,7 @@ Selenium webdriver capabilities -- -##### [caps=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L279) +##### [caps=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L279) > def caps=(value) @@ -185,7 +185,7 @@ Selenium webdriver capabilities -- -##### [custom_url](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L281) +##### [custom_url](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L281) > def custom_url @@ -193,7 +193,7 @@ Custom URL for the selenium server -- -##### [custom_url=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L281) +##### [custom_url=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L281) > def custom_url=(value) @@ -201,7 +201,7 @@ Custom URL for the selenium server -- -##### [export_session](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L283) +##### [export_session](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L283) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L283) +##### [export_session=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L283) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L288) +##### [default_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L288) > def default_wait @@ -231,7 +231,7 @@ __Returns:__ -- -##### [sauce_username](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L290) +##### [sauce_username](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L290) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L290) +##### [sauce_username=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L290) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L292) +##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L292) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L292) +##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L292) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L294) +##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L294) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L294) +##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L294) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L296) +##### [appium_port](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L296) > def appium_port @@ -287,7 +287,7 @@ Appium's server port -- -##### [appium_port=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L296) +##### [appium_port=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L296) > def appium_port=(value) @@ -295,7 +295,7 @@ Appium's server port -- -##### [appium_device](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L298) +##### [appium_device](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L298) > def appium_device @@ -303,7 +303,7 @@ Device type to request from the appium server -- -##### [appium_device=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L298) +##### [appium_device=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L298) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L301) +##### [automation_name](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L301) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L303) +##### [appium_server_status](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L303) > def appium_server_status @@ -328,7 +328,7 @@ Appium's server version -- -##### [appium_debug](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L305) +##### [appium_debug](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L305) > def appium_debug @@ -336,7 +336,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [appium_debug=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L305) +##### [appium_debug=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L305) > def appium_debug=(value) @@ -344,7 +344,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [listener](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L307) +##### [listener](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L307) > def listener @@ -352,7 +352,7 @@ instance of AbstractEventListener for logging support -- -##### [listener=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L307) +##### [listener=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L307) > def listener=(value) @@ -360,7 +360,7 @@ instance of AbstractEventListener for logging support -- -##### [driver](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L310) +##### [driver](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L310) > def driver @@ -372,7 +372,7 @@ __Returns:__ -- -##### [http_client](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L313) +##### [http_client](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L313) > def http_client @@ -384,7 +384,7 @@ __Returns:__ -- -##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L318) +##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L318) > def appium_wait_timeout @@ -398,7 +398,7 @@ __Returns:__ -- -##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L323) +##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L323) > def appium_wait_interval @@ -412,7 +412,7 @@ __Returns:__ -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L363) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L363) > def initialize(opts = {}) @@ -428,7 +428,7 @@ __Returns:__ -- -##### [driver_attributes](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L442) +##### [driver_attributes](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L441) > def driver_attributes @@ -436,7 +436,7 @@ Returns a hash of the driver attributes -- -##### [device_is_android?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L467) +##### [device_is_android?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L466) > def device_is_android? @@ -448,7 +448,7 @@ __Returns:__ -- -##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L473) +##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L472) > def automation_name_is_xcuitest? @@ -460,7 +460,7 @@ __Returns:__ -- -##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L479) +##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L478) > def automation_name_is_uiautomator2? @@ -472,7 +472,7 @@ __Returns:__ -- -##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L486) +##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L485) > def check_server_version_xcuitest @@ -485,7 +485,7 @@ __Returns:__ -- -##### [appium_server_version](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L507) +##### [appium_server_version](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L506) > def appium_server_version @@ -506,7 +506,7 @@ __Returns:__ -- -##### [appium_client_version](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L524) +##### [appium_client_version](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L523) > def appium_client_version @@ -524,7 +524,7 @@ __Returns:__ -- -##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L536) +##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L535) > def self.absolute_app_path(opts) @@ -541,7 +541,7 @@ __Returns:__ -- -##### [server_url](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L569) +##### [server_url](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L568) > def server_url @@ -553,7 +553,7 @@ __Returns:__ -- -##### [restart](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L580) +##### [restart](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L579) > def restart @@ -565,7 +565,7 @@ __Returns:__ -- -##### [screenshot](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L591) +##### [screenshot](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L590) > def screenshot(png_save_path) @@ -583,7 +583,7 @@ __Returns:__ -- -##### [driver_quit](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L598) +##### [driver_quit](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L597) > def driver_quit @@ -595,7 +595,7 @@ __Returns:__ -- -##### [start_driver](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L608) +##### [start_driver](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L607) > def start_driver @@ -607,7 +607,7 @@ __Returns:__ -- -##### [no_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L646) +##### [no_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L645) > def no_wait @@ -615,7 +615,7 @@ Set implicit wait to zero. -- -##### [set_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L660) +##### [set_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L659) > def set_wait(timeout = nil) @@ -637,7 +637,7 @@ __Returns:__ -- -##### [exists](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L677) +##### [exists](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L676) > def exists(pre_check = 0, post_check = @default_wait) @@ -661,7 +661,7 @@ __Returns:__ -- -##### [execute_script](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L701) +##### [execute_script](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L700) > def execute_script(script, *args) @@ -679,7 +679,7 @@ __Returns:__ -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L723) +##### [find_elements](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L722) > def find_elements(*args) @@ -705,7 +705,7 @@ __Returns:__ -- -##### [find_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L738) +##### [find_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L737) > def find_element(*args) @@ -726,7 +726,7 @@ __Returns:__ -- -##### [set_location](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L751) +##### [set_location](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L750) > def set_location(opts = {}) @@ -742,7 +742,7 @@ __Returns:__ -- -##### [x](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L761) +##### [x](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L760) > def x @@ -755,7 +755,7 @@ __Returns:__ -- -##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L770) +##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L769) > def set_automation_name_if_nil @@ -764,7 +764,7 @@ Since @automation_name is set only client side before start_driver is called. -- -##### [logger=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/logger.rb#L13) +##### [logger=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/logger.rb#L13) > def logger=(value) @@ -776,7 +776,7 @@ __Parameters:__ -- -##### [logger](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/logger.rb#L17) +##### [logger](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/logger.rb#L17) > def logger @@ -784,7 +784,7 @@ __Parameters:__ -- -##### [app_strings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L7) +##### [app_strings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L7) > def app_strings @@ -795,7 +795,7 @@ app_strings #=> "TransitionsTitle"=>"Transitions", "WebTitle"=>"Web" -- -##### [background_app](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L13) +##### [background_app](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L13) > def background_app @@ -804,7 +804,7 @@ This is a blocking application -- -##### [current_activity](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L24) +##### [current_activity](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L24) > def current_activity @@ -812,7 +812,7 @@ This is a blocking application -- -##### [get_system_bars](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L26) +##### [get_system_bars](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L26) > def get_system_bars @@ -827,7 +827,7 @@ __Returns:__ -- -##### [get_display_density](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L34) +##### [get_display_density](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L34) > def get_display_density @@ -842,7 +842,7 @@ __Returns:__ -- -##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L42) +##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L42) > def is_keyboard_shown @@ -857,7 +857,7 @@ __Returns:__ -- -##### [launch_app](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L50) +##### [launch_app](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L50) > def launch_app @@ -865,7 +865,7 @@ Start the simulator and application configured with desired capabilities -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L53) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L53) > def reset @@ -873,7 +873,7 @@ Reset the device, relaunching the application. -- -##### [shake](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L56) +##### [shake](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L56) > def shake @@ -881,7 +881,7 @@ Cause the device to shake -- -##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L59) +##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L59) > def toggle_flight_mode @@ -889,7 +889,7 @@ Toggle flight mode on or off -- -##### [device_locked?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L62) +##### [device_locked?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L62) > def device_locked? @@ -897,7 +897,7 @@ Toggle flight mode on or off -- -##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L64) +##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L64) > def hide_keyboard @@ -906,11 +906,15 @@ Hide the onscreen keyboard __Parameters:__      [String] close_key - The name of the key which closes the keyboard. -Defaults to 'Done'. +Defaults to 'Done' for iOS(except for XCUITest). + +     [Symbol] strategy - The symbol of the strategy which closes the keyboard. +XCUITest ignore this argument. +Default for iOS is `:pressKey`. Default for Android is `:tapOutside`. -- -##### [press_keycode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L73) +##### [press_keycode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L77) > def press_keycode @@ -925,7 +929,7 @@ __Parameters:__ -- -##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L79) +##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L83) > def long_press_keycode @@ -940,7 +944,7 @@ __Parameters:__ -- -##### [push_file](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L85) +##### [push_file](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L89) > def push_file @@ -954,7 +958,7 @@ __Parameters:__ -- -##### [pull_file](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L90) +##### [pull_file](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L94) > def pull_file @@ -971,7 +975,7 @@ __Parameters:__ -- -##### [pull_folder](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L100) +##### [pull_folder](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L104) > def pull_folder @@ -986,7 +990,7 @@ __Parameters:__ -- -##### [touch_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L108) +##### [touch_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L112) > def touch_id @@ -1003,7 +1007,7 @@ Defaults to true. -- -##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L117) +##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L121) > def toggle_touch_id_enrollment @@ -1011,7 +1015,7 @@ iOS Simulator only: Toggle touch id enrollment on an iOS Simulator. -- -##### [end_coverage](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L120) +##### [end_coverage](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L124) > def end_coverage @@ -1025,7 +1029,7 @@ __Parameters:__ -- -##### [get_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L125) +##### [get_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L129) > def get_settings @@ -1033,7 +1037,7 @@ Get appium Settings for current test session -- -##### [update_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L128) +##### [update_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L132) > def update_settings @@ -1045,7 +1049,7 @@ __Parameters:__ -- -##### [start_activity](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L132) +##### [start_activity](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L136) > def start_activity @@ -1059,7 +1063,7 @@ start_activity app_package: 'io.appium.android.apis', -- -##### [get_network_connection](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L146) +##### [get_network_connection](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L150) > def get_network_connection @@ -1068,7 +1072,7 @@ See set_network_connection method for return value -- -##### [set_network_connection](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L150) +##### [set_network_connection](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L154) > def set_network_connection @@ -1087,7 +1091,7 @@ __Parameters:__ -- -##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L163) +##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L167) > def set_immediate_value @@ -1101,7 +1105,7 @@ set_immediate_value element, 'hello' -- -##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L172) +##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L176) > def get_performance_data_types @@ -1115,7 +1119,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def extend_search_contexts @@ -1123,7 +1127,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_element_with_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [find_element_with_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def find_element_with_appium @@ -1131,7 +1135,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_elements_with_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [find_elements_with_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def find_elements_with_appium @@ -1143,7 +1147,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L465) +##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L469) > def add_touch_actions @@ -1151,7 +1155,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L488) +##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L492) > def add_ime_actions @@ -1159,7 +1163,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [set_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L563) +##### [set_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L567) > def set_context @@ -1174,7 +1178,7 @@ __Parameters:__ -- -##### [current_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L571) +##### [current_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L575) > def current_context @@ -1186,7 +1190,7 @@ __Returns:__ -- -##### [available_contexts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L574) +##### [available_contexts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L578) > def available_contexts @@ -1198,7 +1202,7 @@ __Returns:__ -- -##### [within_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L584) +##### [within_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L588) > def within_context(context) @@ -1214,7 +1218,7 @@ __Parameters:__ -- -##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L592) +##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L596) > def switch_to_default_context @@ -1222,7 +1226,7 @@ Change to the default context. This is equivalent to `set_context nil`. -- -##### [pinch](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L28) +##### [pinch](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L28) > def pinch(percentage = 25, auto_perform = true) @@ -1241,7 +1245,7 @@ __Parameters:__ -- -##### [zoom](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L57) +##### [zoom](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L57) > def zoom(percentage = 200, auto_perform = true) @@ -1260,7 +1264,7 @@ __Parameters:__ -- -##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L79) +##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L79) > def pinch_for_xcuitest(rate) @@ -1268,7 +1272,7 @@ __Parameters:__ -- -##### [pinch_android](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L94) +##### [pinch_android](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L94) > def pinch_android(rate) @@ -1276,7 +1280,7 @@ __Parameters:__ -- -##### [pinch_ios](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L108) +##### [pinch_ios](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L108) > def pinch_ios(rate) @@ -1284,7 +1288,7 @@ __Parameters:__ -- -##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L122) +##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L122) > def zoom_for_xcuitest(rate) @@ -1292,7 +1296,7 @@ __Parameters:__ -- -##### [zoom_android](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L137) +##### [zoom_android](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L137) > def zoom_android(rate) @@ -1300,7 +1304,7 @@ __Parameters:__ -- -##### [zoom_ios](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L151) +##### [zoom_ios](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L151) > def zoom_ios(rate) @@ -1308,7 +1312,7 @@ __Parameters:__ -- -##### [actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L166) +##### [actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L166) > def actions @@ -1316,7 +1320,7 @@ self -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L169) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L169) > def initialize @@ -1328,7 +1332,7 @@ __Returns:__ -- -##### [add](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L175) +##### [add](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L175) > def add(chain) @@ -1340,7 +1344,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L180) +##### [perform](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L180) > def perform @@ -1348,7 +1352,7 @@ Ask Appium to perform the actions -- -##### [ACTIONS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L20) +##### [ACTIONS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L20) > ACTIONS = [:move_to, :long_press, :double_tap, :two_finger_tap, :press, :release, :tap, :wait, :perform].freeze @@ -1356,7 +1360,7 @@ Ask Appium to perform the actions -- -##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L21) +##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L21) > COMPLEX_ACTIONS = [:swipe].freeze @@ -1364,7 +1368,7 @@ Ask Appium to perform the actions -- -##### [actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L35) +##### [actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L35) > def actions @@ -1372,7 +1376,7 @@ Returns the value of attribute actions -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L37) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L37) > def initialize @@ -1384,7 +1388,7 @@ __Returns:__ -- -##### [move_to](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L48) +##### [move_to](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L48) > def move_to(opts) @@ -1398,7 +1402,7 @@ __Parameters:__ -- -##### [long_press](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L62) +##### [long_press](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L62) > def long_press(opts) @@ -1419,7 +1423,7 @@ __Parameters:__ -- -##### [press](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L74) +##### [press](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L74) > def press(opts) @@ -1432,7 +1436,7 @@ __Parameters:__ -- -##### [release](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L85) +##### [release](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L85) > def release(opts = nil) @@ -1444,7 +1448,7 @@ __Parameters:__ -- -##### [tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L97) +##### [tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L97) > def tap(opts) @@ -1457,7 +1461,7 @@ __Parameters:__ -- -##### [double_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L110) +##### [double_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L110) > def double_tap(opts) @@ -1469,7 +1473,7 @@ __Parameters:__ -- -##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L121) +##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L121) > def two_finger_tap(opts) @@ -1481,7 +1485,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L129) +##### [wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L129) > def wait(milliseconds) @@ -1493,7 +1497,7 @@ __Parameters:__ -- -##### [swipe](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L152) +##### [swipe](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L152) > def swipe(opts, ele = nil) @@ -1514,7 +1518,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L177) +##### [perform](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L177) > def perform @@ -1522,7 +1526,7 @@ Ask the driver to perform all actions in this action chain. -- -##### [cancel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L184) +##### [cancel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L184) > def cancel @@ -1530,7 +1534,7 @@ Does nothing, currently. -- -##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L190) +##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L190) > def swipe_coordinates(end_x: nil, end_y: nil, offset_x: nil, offset_y: nil) @@ -1538,7 +1542,7 @@ Does nothing, currently. -- -##### [chain_method](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L208) +##### [chain_method](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L208) > def chain_method(method, args = nil) @@ -1546,7 +1550,7 @@ Does nothing, currently. -- -##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L214) +##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L214) > def args_with_ele_ref(args) @@ -1554,7 +1558,7 @@ Does nothing, currently. -- -##### [_generic_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L9) +##### [_generic_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L9) > def _generic_wait(opts = {}) @@ -1563,7 +1567,7 @@ https://github.com/SeleniumHQ/selenium/blob/cf501dda3f0ed12233de51ce8170c0e8090f -- -##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L48) +##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L48) > def _process_wait_opts(opts) @@ -1571,7 +1575,7 @@ process opts before calling _generic_wait -- -##### [wait_true](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L69) +##### [wait_true](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L69) > def wait_true(opts = {}, &block) @@ -1591,7 +1595,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L87) +##### [wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L87) > def wait(opts = {}, &block) @@ -1609,7 +1613,7 @@ __Parameters:__ -- -##### [ignore](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L24) +##### [ignore](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L24) > def ignore @@ -1617,7 +1621,7 @@ Return yield and ignore any exceptions. -- -##### [back](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L31) +##### [back](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L31) > def back @@ -1629,7 +1633,7 @@ __Returns:__ -- -##### [session_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L36) +##### [session_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L36) > def session_id @@ -1637,7 +1641,7 @@ For Sauce Labs reporting. Returns the current session id. -- -##### [xpath](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L44) +##### [xpath](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L44) > def xpath(xpath_str) @@ -1653,7 +1657,7 @@ __Returns:__ -- -##### [xpaths](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L52) +##### [xpaths](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L52) > def xpaths(xpath_str) @@ -1669,7 +1673,7 @@ __Returns:__ -- -##### [_print_source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L56) +##### [_print_source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L56) > def _print_source(source) @@ -1677,7 +1681,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L69) +##### [result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L69) > def result @@ -1685,7 +1689,7 @@ Returns the value of attribute result -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L71) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L71) > def initialize @@ -1697,7 +1701,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L75) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L75) > def reset @@ -1705,7 +1709,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L80) +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L80) > def start_element(name, attrs = []) @@ -1713,7 +1717,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [formatted_result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L86) +##### [formatted_result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L86) > def formatted_result @@ -1721,7 +1725,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [get_page_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L97) +##### [get_page_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L97) > def get_page_class @@ -1729,7 +1733,7 @@ Returns a string of class counts of visible elements. -- -##### [page_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L108) +##### [page_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L108) > def page_class @@ -1738,7 +1742,7 @@ Useful for appium_console. -- -##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L118) +##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L118) > def px_to_window_rel(opts = {}) @@ -1750,7 +1754,7 @@ px_to_window_rel x: 50, y: 150 -- -##### [xml_keys](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L137) +##### [xml_keys](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L137) > def xml_keys(target) @@ -1766,7 +1770,7 @@ __Returns:__ -- -##### [xml_values](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L145) +##### [xml_values](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L145) > def xml_values(target) @@ -1782,7 +1786,7 @@ __Returns:__ -- -##### [resolve_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L153) +##### [resolve_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L153) > def resolve_id(id) @@ -1798,7 +1802,7 @@ __Returns:__ -- -##### [filter](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L159) +##### [filter](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L159) > def filter @@ -1806,7 +1810,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L162) +##### [filter=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L162) > def filter=(value) @@ -1814,7 +1818,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L168) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L168) > def initialize @@ -1826,7 +1830,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L173) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L173) > def reset @@ -1834,7 +1838,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L179) +##### [result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L179) > def result @@ -1842,7 +1846,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L195) +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L195) > def start_element(name, attrs = []) @@ -1850,7 +1854,7 @@ __Returns:__ -- -##### [end_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L204) +##### [end_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L204) > def end_element(name) @@ -1858,7 +1862,7 @@ __Returns:__ -- -##### [characters](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L210) +##### [characters](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L210) > def characters(chars) @@ -1866,7 +1870,7 @@ __Returns:__ -- -##### [_no_such_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L217) +##### [_no_such_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L217) > def _no_such_element @@ -1874,7 +1878,7 @@ __Returns:__ -- -##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/command.rb#L4) +##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/command.rb#L4) > COMMAND_NO_ARG = { @@ -1882,7 +1886,7 @@ __Returns:__ -- -##### [COMMAND](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/command.rb#L27) +##### [COMMAND](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/command.rb#L27) > COMMAND = { @@ -1890,7 +1894,7 @@ __Returns:__ -- -##### [window_size](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/element/window.rb#L5) +##### [window_size](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/element/window.rb#L5) > def window_size @@ -1898,7 +1902,7 @@ Get the window's size -- -##### [FINDERS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/search_context.rb#L5) +##### [FINDERS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/search_context.rb#L5) > FINDERS = { @@ -1906,7 +1910,7 @@ rubocop:disable Style/MutableConstant -- -##### [result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L6) android +##### [result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L6) android > def result @@ -1914,7 +1918,7 @@ Returns the value of attribute result -- -##### [keys](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L6) android +##### [keys](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L6) android > def keys @@ -1922,15 +1926,7 @@ Returns the value of attribute keys -- -##### [instance](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L6) android - -> def instance - -Returns the value of attribute instance - --- - -##### [filter](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L6) android +##### [filter](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L6) android > def filter @@ -1938,7 +1934,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L9) android +##### [filter=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L9) android > def filter=(value) @@ -1946,7 +1942,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L15) android +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L15) android > def initialize @@ -1958,7 +1954,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L21) android +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L20) android > def reset @@ -1966,7 +1962,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L28) android +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L26) android > def start_element(name, attrs = []) @@ -1974,17 +1970,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [_fix_android_native_source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L88) android - -> def _fix_android_native_source(source) - -Fix uiautomator's xml dump. -https://github.com/appium/appium/issues/2822 -https://code.google.com/p/android/issues/detail?id=74143 - --- - -##### [source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L116) android +##### [source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L82) android > def source @@ -1996,7 +1982,7 @@ __Returns:__ -- -##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L126) android +##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L92) android > def get_android_inspect(class_name = false) @@ -2015,7 +2001,7 @@ __Returns:__ -- -##### [page](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L152) android +##### [page](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L118) android > def page(opts = {}) @@ -2034,7 +2020,7 @@ __Returns:__ -- -##### [current_app](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L164) android +##### [current_app](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L130) android > def current_app @@ -2044,7 +2030,7 @@ example line: -- -##### [id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L188) android +##### [id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L154) android > def id(id) @@ -2060,7 +2046,7 @@ __Returns:__ -- -##### [ids](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L196) android +##### [ids](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L162) android > def ids(id) @@ -2076,7 +2062,7 @@ __Returns:__ -- -##### [ele_index](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L205) android +##### [ele_index](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L171) android > def ele_index(class_name, index) @@ -2094,7 +2080,7 @@ __Returns:__ -- -##### [first_ele](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L223) android +##### [first_ele](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L189) android > def first_ele(class_name) @@ -2110,7 +2096,7 @@ __Returns:__ -- -##### [last_ele](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L230) android +##### [last_ele](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L196) android > def last_ele(class_name) @@ -2126,7 +2112,7 @@ __Returns:__ -- -##### [tag](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L238) android +##### [tag](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L204) android > def tag(class_name) @@ -2142,7 +2128,7 @@ __Returns:__ -- -##### [tags](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L246) android +##### [tags](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L212) android > def tags(class_name) @@ -2158,7 +2144,7 @@ __Returns:__ -- -##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L289) android +##### [string_visible_contains_xpath](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L255) android > def string_visible_contains_xpath(class_name, value) @@ -2179,7 +2165,7 @@ __Returns:__ -- -##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L309) android +##### [string_visible_contains](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L275) android > def string_visible_contains(class_name, value) @@ -2200,7 +2186,7 @@ __Returns:__ -- -##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L327) android +##### [complex_find_contains](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L293) android > def complex_find_contains(class_name, value) @@ -2218,7 +2204,7 @@ __Returns:__ -- -##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L341) android +##### [complex_finds_contains](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L307) android > def complex_finds_contains(class_name, value) @@ -2236,7 +2222,7 @@ __Returns:__ -- -##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L385) android +##### [complex_find_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L351) android > def complex_find_exact(class_name, value) @@ -2254,7 +2240,7 @@ __Returns:__ -- -##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L399) android +##### [complex_finds_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L365) android > def complex_finds_exact(class_name, value) @@ -2272,13 +2258,11 @@ __Returns:__ -- -##### [get_source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/helper.rb#L407) android +##### [get_source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/helper.rb#L371) android > def get_source -Returns XML string for the current page -Fixes uiautomator's $ in node names. -`android.app.ActionBar$Tab` becomes `android.app.ActionBar.Tab` +Returns XML string for the current page via `page_source` __Returns:__ @@ -2286,7 +2270,7 @@ __Returns:__ -- -##### [_nodeset_to_uiselector](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/client_xpath.rb#L5) android +##### [_nodeset_to_uiselector](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/client_xpath.rb#L5) android > def _nodeset_to_uiselector(opts = {}) @@ -2294,7 +2278,7 @@ __Returns:__ -- -##### [_client_xpath](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/client_xpath.rb#L20) android +##### [_client_xpath](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/client_xpath.rb#L20) android > def _client_xpath(opts = {}) @@ -2302,7 +2286,7 @@ __Returns:__ -- -##### [client_xpath](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/client_xpath.rb#L36) android +##### [client_xpath](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/client_xpath.rb#L36) android > def client_xpath(xpath) @@ -2310,7 +2294,7 @@ __Returns:__ -- -##### [client_xpaths](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/client_xpath.rb#L40) android +##### [client_xpaths](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/client_xpath.rb#L40) android > def client_xpaths(xpath) @@ -2318,7 +2302,7 @@ __Returns:__ -- -##### [TextView](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L4) android +##### [TextView](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L4) android > TextView = 'android.widget.TextView'.freeze @@ -2326,7 +2310,7 @@ __Returns:__ -- -##### [text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L10) android +##### [text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L10) android > def text(value) @@ -2343,7 +2327,7 @@ __Returns:__ -- -##### [texts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L19) android +##### [texts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L19) android > def texts(value = false) @@ -2360,7 +2344,7 @@ __Returns:__ -- -##### [first_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L26) android +##### [first_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L26) android > def first_text @@ -2372,7 +2356,7 @@ __Returns:__ -- -##### [last_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L32) android +##### [last_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L32) android > def last_text @@ -2384,7 +2368,7 @@ __Returns:__ -- -##### [text_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L39) android +##### [text_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L39) android > def text_exact(value) @@ -2400,7 +2384,7 @@ __Returns:__ -- -##### [texts_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/text.rb#L46) android +##### [texts_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/text.rb#L46) android > def texts_exact(value) @@ -2416,7 +2400,7 @@ __Returns:__ -- -##### [alert_click](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/alert.rb#L6) android +##### [alert_click](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/alert.rb#L6) android > def alert_click(value) @@ -2432,7 +2416,7 @@ __Returns:__ -- -##### [alert_accept](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/alert.rb#L13) android +##### [alert_accept](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/alert.rb#L13) android > def alert_accept @@ -2445,7 +2429,7 @@ __Returns:__ -- -##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/alert.rb#L20) android +##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/alert.rb#L20) android > def alert_accept_text @@ -2458,7 +2442,7 @@ __Returns:__ -- -##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/alert.rb#L27) android +##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/alert.rb#L27) android > def alert_dismiss @@ -2471,7 +2455,7 @@ __Returns:__ -- -##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/alert.rb#L34) android +##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/alert.rb#L34) android > def alert_dismiss_text @@ -2484,7 +2468,7 @@ __Returns:__ -- -##### [Button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L4) android +##### [Button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L4) android > Button = 'android.widget.Button'.freeze @@ -2492,7 +2476,7 @@ __Returns:__ -- -##### [ImageButton](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L5) android +##### [ImageButton](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L5) android > ImageButton = 'android.widget.ImageButton'.freeze @@ -2500,7 +2484,7 @@ __Returns:__ -- -##### [_button_visible_selectors](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L9) android +##### [_button_visible_selectors](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L9) android > def _button_visible_selectors(opts = {}) @@ -2508,7 +2492,7 @@ __Returns:__ -- -##### [_button_exact_string](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L22) android +##### [_button_exact_string](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L22) android > def _button_exact_string(value) @@ -2516,7 +2500,7 @@ __Returns:__ -- -##### [_button_contains_string](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L28) android +##### [_button_contains_string](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L28) android > def _button_contains_string(value) @@ -2524,7 +2508,7 @@ __Returns:__ -- -##### [button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L40) android +##### [button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L40) android > def button(value) @@ -2541,7 +2525,7 @@ __Returns:__ -- -##### [buttons](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L68) android +##### [buttons](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L68) android > def buttons(value = false) @@ -2558,7 +2542,7 @@ __Returns:__ -- -##### [first_button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L75) android +##### [first_button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L75) android > def first_button @@ -2570,7 +2554,7 @@ __Returns:__ -- -##### [last_button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L86) android +##### [last_button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L86) android > def last_button @@ -2582,7 +2566,7 @@ __Returns:__ -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L109) android +##### [button_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L109) android > def button_exact(value) @@ -2598,7 +2582,7 @@ __Returns:__ -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L121) android +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L121) android > def buttons_exact(value) @@ -2614,7 +2598,7 @@ __Returns:__ -- -##### [raise_no_such_element_if_empty](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/button.rb#L127) android +##### [raise_no_such_element_if_empty](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/button.rb#L127) android > def raise_no_such_element_if_empty(elements) @@ -2622,7 +2606,7 @@ __Returns:__ -- -##### [uiautomator_find](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/mobile_methods.rb#L10) android +##### [uiautomator_find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/mobile_methods.rb#L10) android > def uiautomator_find @@ -2634,7 +2618,7 @@ find_element/s can be used with a [UISelector](http://developer.android.com/tool -- -##### [find](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L6) android +##### [find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L6) android > def find(value) @@ -2650,7 +2634,7 @@ __Returns:__ -- -##### [finds](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L13) android +##### [finds](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L13) android > def finds(value) @@ -2666,7 +2650,7 @@ __Returns:__ -- -##### [find_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L20) android +##### [find_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L20) android > def find_exact(value) @@ -2682,7 +2666,7 @@ __Returns:__ -- -##### [finds_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L27) android +##### [finds_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L27) android > def finds_exact(value) @@ -2698,7 +2682,7 @@ __Returns:__ -- -##### [scroll_to](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L40) android +##### [scroll_to](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L40) android > def scroll_to(text, scrollable_index = 0) @@ -2716,7 +2700,7 @@ __Returns:__ -- -##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/generic.rb#L54) android +##### [scroll_to_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/generic.rb#L54) android > def scroll_to_exact(text, scrollable_index = 0) @@ -2734,7 +2718,7 @@ __Returns:__ -- -##### [EditText](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L3) android +##### [EditText](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L3) android > EditText = 'android.widget.EditText'.freeze @@ -2742,7 +2726,7 @@ __Returns:__ -- -##### [textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L9) android +##### [textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L9) android > def textfield(value) @@ -2759,7 +2743,7 @@ __Returns:__ -- -##### [textfields](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L18) android +##### [textfields](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L18) android > def textfields(value = false) @@ -2776,7 +2760,7 @@ __Returns:__ -- -##### [first_textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L25) android +##### [first_textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L25) android > def first_textfield @@ -2788,7 +2772,7 @@ __Returns:__ -- -##### [last_textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L31) android +##### [last_textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L31) android > def last_textfield @@ -2800,7 +2784,7 @@ __Returns:__ -- -##### [textfield_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L38) android +##### [textfield_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L38) android > def textfield_exact(value) @@ -2816,7 +2800,7 @@ __Returns:__ -- -##### [textfields_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/android/element/textfield.rb#L45) android +##### [textfields_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/android/element/textfield.rb#L45) android > def textfields_exact(value) @@ -2832,7 +2816,7 @@ __Returns:__ -- -##### [value](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L12) +##### [value](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L12) > def value @@ -2842,7 +2826,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element -- -##### [name](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L19) +##### [name](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L19) > def name @@ -2852,7 +2836,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element -- -##### [location_rel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L31) +##### [location_rel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L31) > def location_rel @@ -2870,7 +2854,7 @@ __Returns:__ -- -##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L152) +##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L152) > DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze @@ -2878,7 +2862,7 @@ __Returns:__ -- -##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L155) +##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/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 45cd4a2c..2407b7ee 100644 --- a/docs/ios_docs.md +++ b/docs/ios_docs.md @@ -1,4 +1,4 @@ -##### [load_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L76) +##### [load_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L76) > def self.load_settings(opts = {}) @@ -27,7 +27,7 @@ __Returns:__ -- -##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L112) +##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L112) > def self.load_settings(opts = {}) @@ -57,7 +57,7 @@ __Returns:__ -- -##### [expand_required_files](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L118) +##### [expand_required_files](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L118) > def self.expand_required_files(base_dir, file_paths) @@ -75,7 +75,7 @@ __Returns:__ -- -##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L150) +##### [symbolize_keys](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L150) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L171) +##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L171) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L224) +##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L224) > def self.promote_appium_methods(class_array) @@ -134,7 +134,7 @@ __Parameters:__ -- -##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L259) +##### [init_caps_for_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L259) > def self.init_caps_for_appium(opts_caps = {}) @@ -153,7 +153,7 @@ __Returns:__ -- -##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L277) +##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L277) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L277) +##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L277) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L279) +##### [caps](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L279) > def caps @@ -177,7 +177,7 @@ Selenium webdriver capabilities -- -##### [caps=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L279) +##### [caps=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L279) > def caps=(value) @@ -185,7 +185,7 @@ Selenium webdriver capabilities -- -##### [custom_url](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L281) +##### [custom_url](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L281) > def custom_url @@ -193,7 +193,7 @@ Custom URL for the selenium server -- -##### [custom_url=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L281) +##### [custom_url=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L281) > def custom_url=(value) @@ -201,7 +201,7 @@ Custom URL for the selenium server -- -##### [export_session](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L283) +##### [export_session](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L283) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L283) +##### [export_session=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L283) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L288) +##### [default_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L288) > def default_wait @@ -231,7 +231,7 @@ __Returns:__ -- -##### [sauce_username](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L290) +##### [sauce_username](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L290) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L290) +##### [sauce_username=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L290) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L292) +##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L292) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L292) +##### [sauce_access_key=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L292) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L294) +##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L294) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L294) +##### [sauce_endpoint=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L294) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L296) +##### [appium_port](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L296) > def appium_port @@ -287,7 +287,7 @@ Appium's server port -- -##### [appium_port=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L296) +##### [appium_port=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L296) > def appium_port=(value) @@ -295,7 +295,7 @@ Appium's server port -- -##### [appium_device](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L298) +##### [appium_device](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L298) > def appium_device @@ -303,7 +303,7 @@ Device type to request from the appium server -- -##### [appium_device=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L298) +##### [appium_device=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L298) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L301) +##### [automation_name](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L301) > 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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L303) +##### [appium_server_status](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L303) > def appium_server_status @@ -328,7 +328,7 @@ Appium's server version -- -##### [appium_debug](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L305) +##### [appium_debug](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L305) > def appium_debug @@ -336,7 +336,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [appium_debug=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L305) +##### [appium_debug=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L305) > def appium_debug=(value) @@ -344,7 +344,7 @@ Boolean debug mode for the Appium Ruby bindings -- -##### [listener](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L307) +##### [listener](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L307) > def listener @@ -352,7 +352,7 @@ instance of AbstractEventListener for logging support -- -##### [listener=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L307) +##### [listener=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L307) > def listener=(value) @@ -360,7 +360,7 @@ instance of AbstractEventListener for logging support -- -##### [driver](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L310) +##### [driver](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L310) > def driver @@ -372,7 +372,7 @@ __Returns:__ -- -##### [http_client](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L313) +##### [http_client](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L313) > def http_client @@ -384,7 +384,7 @@ __Returns:__ -- -##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L318) +##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L318) > def appium_wait_timeout @@ -398,7 +398,7 @@ __Returns:__ -- -##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L323) +##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L323) > def appium_wait_interval @@ -412,7 +412,7 @@ __Returns:__ -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L363) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L363) > def initialize(opts = {}) @@ -428,7 +428,7 @@ __Returns:__ -- -##### [driver_attributes](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L442) +##### [driver_attributes](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L441) > def driver_attributes @@ -436,7 +436,7 @@ Returns a hash of the driver attributes -- -##### [device_is_android?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L467) +##### [device_is_android?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L466) > def device_is_android? @@ -448,7 +448,7 @@ __Returns:__ -- -##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L473) +##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L472) > def automation_name_is_xcuitest? @@ -460,7 +460,7 @@ __Returns:__ -- -##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L479) +##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L478) > def automation_name_is_uiautomator2? @@ -472,7 +472,7 @@ __Returns:__ -- -##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L486) +##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L485) > def check_server_version_xcuitest @@ -485,7 +485,7 @@ __Returns:__ -- -##### [appium_server_version](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L507) +##### [appium_server_version](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L506) > def appium_server_version @@ -506,7 +506,7 @@ __Returns:__ -- -##### [appium_client_version](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L524) +##### [appium_client_version](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L523) > def appium_client_version @@ -524,7 +524,7 @@ __Returns:__ -- -##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L536) +##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L535) > def self.absolute_app_path(opts) @@ -541,7 +541,7 @@ __Returns:__ -- -##### [server_url](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L569) +##### [server_url](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L568) > def server_url @@ -553,7 +553,7 @@ __Returns:__ -- -##### [restart](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L580) +##### [restart](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L579) > def restart @@ -565,7 +565,7 @@ __Returns:__ -- -##### [screenshot](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L591) +##### [screenshot](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L590) > def screenshot(png_save_path) @@ -583,7 +583,7 @@ __Returns:__ -- -##### [driver_quit](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L598) +##### [driver_quit](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L597) > def driver_quit @@ -595,7 +595,7 @@ __Returns:__ -- -##### [start_driver](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L608) +##### [start_driver](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L607) > def start_driver @@ -607,7 +607,7 @@ __Returns:__ -- -##### [no_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L646) +##### [no_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L645) > def no_wait @@ -615,7 +615,7 @@ Set implicit wait to zero. -- -##### [set_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L660) +##### [set_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L659) > def set_wait(timeout = nil) @@ -637,7 +637,7 @@ __Returns:__ -- -##### [exists](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L677) +##### [exists](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L676) > def exists(pre_check = 0, post_check = @default_wait) @@ -661,7 +661,7 @@ __Returns:__ -- -##### [execute_script](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L701) +##### [execute_script](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L700) > def execute_script(script, *args) @@ -679,7 +679,7 @@ __Returns:__ -- -##### [find_elements](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L723) +##### [find_elements](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L722) > def find_elements(*args) @@ -705,7 +705,7 @@ __Returns:__ -- -##### [find_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L738) +##### [find_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L737) > def find_element(*args) @@ -726,7 +726,7 @@ __Returns:__ -- -##### [set_location](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L751) +##### [set_location](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L750) > def set_location(opts = {}) @@ -742,7 +742,7 @@ __Returns:__ -- -##### [x](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L761) +##### [x](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L760) > def x @@ -755,7 +755,7 @@ __Returns:__ -- -##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/driver.rb#L770) +##### [set_automation_name_if_nil](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/driver.rb#L769) > def set_automation_name_if_nil @@ -764,7 +764,7 @@ Since @automation_name is set only client side before start_driver is called. -- -##### [logger=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/logger.rb#L13) +##### [logger=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/logger.rb#L13) > def logger=(value) @@ -776,7 +776,7 @@ __Parameters:__ -- -##### [logger](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/logger.rb#L17) +##### [logger](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/logger.rb#L17) > def logger @@ -784,7 +784,7 @@ __Parameters:__ -- -##### [app_strings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L7) +##### [app_strings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L7) > def app_strings @@ -795,7 +795,7 @@ app_strings #=> "TransitionsTitle"=>"Transitions", "WebTitle"=>"Web" -- -##### [background_app](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L13) +##### [background_app](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L13) > def background_app @@ -804,7 +804,7 @@ This is a blocking application -- -##### [current_activity](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L24) +##### [current_activity](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L24) > def current_activity @@ -812,7 +812,7 @@ This is a blocking application -- -##### [get_system_bars](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L26) +##### [get_system_bars](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L26) > def get_system_bars @@ -827,7 +827,7 @@ __Returns:__ -- -##### [get_display_density](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L34) +##### [get_display_density](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L34) > def get_display_density @@ -842,7 +842,7 @@ __Returns:__ -- -##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L42) +##### [is_keyboard_shown](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L42) > def is_keyboard_shown @@ -857,7 +857,7 @@ __Returns:__ -- -##### [launch_app](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L50) +##### [launch_app](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L50) > def launch_app @@ -865,7 +865,7 @@ Start the simulator and application configured with desired capabilities -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L53) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L53) > def reset @@ -873,7 +873,7 @@ Reset the device, relaunching the application. -- -##### [shake](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L56) +##### [shake](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L56) > def shake @@ -881,7 +881,7 @@ Cause the device to shake -- -##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L59) +##### [toggle_flight_mode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L59) > def toggle_flight_mode @@ -889,7 +889,7 @@ Toggle flight mode on or off -- -##### [device_locked?](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L62) +##### [device_locked?](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L62) > def device_locked? @@ -897,7 +897,7 @@ Toggle flight mode on or off -- -##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L64) +##### [hide_keyboard](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L64) > def hide_keyboard @@ -906,11 +906,15 @@ Hide the onscreen keyboard __Parameters:__      [String] close_key - The name of the key which closes the keyboard. -Defaults to 'Done'. +Defaults to 'Done' for iOS(except for XCUITest). + +     [Symbol] strategy - The symbol of the strategy which closes the keyboard. +XCUITest ignore this argument. +Default for iOS is `:pressKey`. Default for Android is `:tapOutside`. -- -##### [press_keycode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L73) +##### [press_keycode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L77) > def press_keycode @@ -925,7 +929,7 @@ __Parameters:__ -- -##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L79) +##### [long_press_keycode](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L83) > def long_press_keycode @@ -940,7 +944,7 @@ __Parameters:__ -- -##### [push_file](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L85) +##### [push_file](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L89) > def push_file @@ -954,7 +958,7 @@ __Parameters:__ -- -##### [pull_file](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L90) +##### [pull_file](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L94) > def pull_file @@ -971,7 +975,7 @@ __Parameters:__ -- -##### [pull_folder](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L100) +##### [pull_folder](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L104) > def pull_folder @@ -986,7 +990,7 @@ __Parameters:__ -- -##### [touch_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L108) +##### [touch_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L112) > def touch_id @@ -1003,7 +1007,7 @@ Defaults to true. -- -##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L117) +##### [toggle_touch_id_enrollment](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L121) > def toggle_touch_id_enrollment @@ -1011,7 +1015,7 @@ iOS Simulator only: Toggle touch id enrollment on an iOS Simulator. -- -##### [end_coverage](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L120) +##### [end_coverage](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L124) > def end_coverage @@ -1025,7 +1029,7 @@ __Parameters:__ -- -##### [get_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L125) +##### [get_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L129) > def get_settings @@ -1033,7 +1037,7 @@ Get appium Settings for current test session -- -##### [update_settings](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L128) +##### [update_settings](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L132) > def update_settings @@ -1045,7 +1049,7 @@ __Parameters:__ -- -##### [start_activity](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L132) +##### [start_activity](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L136) > def start_activity @@ -1059,7 +1063,7 @@ start_activity app_package: 'io.appium.android.apis', -- -##### [get_network_connection](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L146) +##### [get_network_connection](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L150) > def get_network_connection @@ -1068,7 +1072,7 @@ See set_network_connection method for return value -- -##### [set_network_connection](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L150) +##### [set_network_connection](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L154) > def set_network_connection @@ -1087,7 +1091,7 @@ __Parameters:__ -- -##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L163) +##### [set_immediate_value](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L167) > def set_immediate_value @@ -1101,7 +1105,7 @@ set_immediate_value element, 'hello' -- -##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L172) +##### [get_performance_data_types](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L176) > def get_performance_data_types @@ -1115,7 +1119,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [extend_search_contexts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def extend_search_contexts @@ -1123,7 +1127,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_element_with_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [find_element_with_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def find_element_with_appium @@ -1131,7 +1135,7 @@ get_performance_data_types #=> ["cpuinfo", "batteryinfo", "networkinfo", "memory -- -##### [find_elements_with_appium](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L434) +##### [find_elements_with_appium](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L438) > def find_elements_with_appium @@ -1143,7 +1147,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L465) +##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L469) > def add_touch_actions @@ -1151,7 +1155,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L488) +##### [add_ime_actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L492) > def add_ime_actions @@ -1159,7 +1163,7 @@ find_element/s_with_appium with their accessibility_id -- -##### [set_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L563) +##### [set_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L567) > def set_context @@ -1174,7 +1178,7 @@ __Parameters:__ -- -##### [current_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L571) +##### [current_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L575) > def current_context @@ -1186,7 +1190,7 @@ __Returns:__ -- -##### [available_contexts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L574) +##### [available_contexts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L578) > def available_contexts @@ -1198,7 +1202,7 @@ __Returns:__ -- -##### [within_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L584) +##### [within_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L588) > def within_context(context) @@ -1214,7 +1218,7 @@ __Parameters:__ -- -##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/device.rb#L592) +##### [switch_to_default_context](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/device.rb#L596) > def switch_to_default_context @@ -1222,7 +1226,7 @@ Change to the default context. This is equivalent to `set_context nil`. -- -##### [pinch](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L28) +##### [pinch](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L28) > def pinch(percentage = 25, auto_perform = true) @@ -1241,7 +1245,7 @@ __Parameters:__ -- -##### [zoom](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L57) +##### [zoom](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L57) > def zoom(percentage = 200, auto_perform = true) @@ -1260,7 +1264,7 @@ __Parameters:__ -- -##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L79) +##### [pinch_for_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L79) > def pinch_for_xcuitest(rate) @@ -1268,7 +1272,7 @@ __Parameters:__ -- -##### [pinch_android](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L94) +##### [pinch_android](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L94) > def pinch_android(rate) @@ -1276,7 +1280,7 @@ __Parameters:__ -- -##### [pinch_ios](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L108) +##### [pinch_ios](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L108) > def pinch_ios(rate) @@ -1284,7 +1288,7 @@ __Parameters:__ -- -##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L122) +##### [zoom_for_xcuitest](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L122) > def zoom_for_xcuitest(rate) @@ -1292,7 +1296,7 @@ __Parameters:__ -- -##### [zoom_android](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L137) +##### [zoom_android](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L137) > def zoom_android(rate) @@ -1300,7 +1304,7 @@ __Parameters:__ -- -##### [zoom_ios](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L151) +##### [zoom_ios](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L151) > def zoom_ios(rate) @@ -1308,7 +1312,7 @@ __Parameters:__ -- -##### [actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L166) +##### [actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L166) > def actions @@ -1316,7 +1320,7 @@ self -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L169) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L169) > def initialize @@ -1328,7 +1332,7 @@ __Returns:__ -- -##### [add](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L175) +##### [add](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L175) > def add(chain) @@ -1340,7 +1344,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/multi_touch.rb#L180) +##### [perform](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/multi_touch.rb#L180) > def perform @@ -1348,7 +1352,7 @@ Ask Appium to perform the actions -- -##### [ACTIONS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L20) +##### [ACTIONS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L20) > ACTIONS = [:move_to, :long_press, :double_tap, :two_finger_tap, :press, :release, :tap, :wait, :perform].freeze @@ -1356,7 +1360,7 @@ Ask Appium to perform the actions -- -##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L21) +##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L21) > COMPLEX_ACTIONS = [:swipe].freeze @@ -1364,7 +1368,7 @@ Ask Appium to perform the actions -- -##### [actions](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L35) +##### [actions](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L35) > def actions @@ -1372,7 +1376,7 @@ Returns the value of attribute actions -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L37) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L37) > def initialize @@ -1384,7 +1388,7 @@ __Returns:__ -- -##### [move_to](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L48) +##### [move_to](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L48) > def move_to(opts) @@ -1398,7 +1402,7 @@ __Parameters:__ -- -##### [long_press](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L62) +##### [long_press](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L62) > def long_press(opts) @@ -1419,7 +1423,7 @@ __Parameters:__ -- -##### [press](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L74) +##### [press](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L74) > def press(opts) @@ -1432,7 +1436,7 @@ __Parameters:__ -- -##### [release](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L85) +##### [release](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L85) > def release(opts = nil) @@ -1444,7 +1448,7 @@ __Parameters:__ -- -##### [tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L97) +##### [tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L97) > def tap(opts) @@ -1457,7 +1461,7 @@ __Parameters:__ -- -##### [double_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L110) +##### [double_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L110) > def double_tap(opts) @@ -1469,7 +1473,7 @@ __Parameters:__ -- -##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L121) +##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L121) > def two_finger_tap(opts) @@ -1481,7 +1485,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L129) +##### [wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L129) > def wait(milliseconds) @@ -1493,7 +1497,7 @@ __Parameters:__ -- -##### [swipe](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L152) +##### [swipe](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L152) > def swipe(opts, ele = nil) @@ -1514,7 +1518,7 @@ __Parameters:__ -- -##### [perform](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L177) +##### [perform](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L177) > def perform @@ -1522,7 +1526,7 @@ Ask the driver to perform all actions in this action chain. -- -##### [cancel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L184) +##### [cancel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L184) > def cancel @@ -1530,7 +1534,7 @@ Does nothing, currently. -- -##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L190) +##### [swipe_coordinates](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L190) > def swipe_coordinates(end_x: nil, end_y: nil, offset_x: nil, offset_y: nil) @@ -1538,7 +1542,7 @@ Does nothing, currently. -- -##### [chain_method](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L208) +##### [chain_method](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L208) > def chain_method(method, args = nil) @@ -1546,7 +1550,7 @@ Does nothing, currently. -- -##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/device/touch_actions.rb#L214) +##### [args_with_ele_ref](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/device/touch_actions.rb#L214) > def args_with_ele_ref(args) @@ -1554,7 +1558,7 @@ Does nothing, currently. -- -##### [_generic_wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L9) +##### [_generic_wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L9) > def _generic_wait(opts = {}) @@ -1563,7 +1567,7 @@ https://github.com/SeleniumHQ/selenium/blob/cf501dda3f0ed12233de51ce8170c0e8090f -- -##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L48) +##### [_process_wait_opts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L48) > def _process_wait_opts(opts) @@ -1571,7 +1575,7 @@ process opts before calling _generic_wait -- -##### [wait_true](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L69) +##### [wait_true](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L69) > def wait_true(opts = {}, &block) @@ -1591,7 +1595,7 @@ __Parameters:__ -- -##### [wait](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/wait.rb#L87) +##### [wait](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/wait.rb#L87) > def wait(opts = {}, &block) @@ -1609,7 +1613,7 @@ __Parameters:__ -- -##### [ignore](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L24) +##### [ignore](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L24) > def ignore @@ -1617,7 +1621,7 @@ Return yield and ignore any exceptions. -- -##### [back](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L31) +##### [back](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L31) > def back @@ -1629,7 +1633,7 @@ __Returns:__ -- -##### [session_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L36) +##### [session_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L36) > def session_id @@ -1637,7 +1641,7 @@ For Sauce Labs reporting. Returns the current session id. -- -##### [xpath](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L44) +##### [xpath](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L44) > def xpath(xpath_str) @@ -1653,7 +1657,7 @@ __Returns:__ -- -##### [xpaths](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L52) +##### [xpaths](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L52) > def xpaths(xpath_str) @@ -1669,7 +1673,7 @@ __Returns:__ -- -##### [_print_source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L56) +##### [_print_source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L56) > def _print_source(source) @@ -1677,7 +1681,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L69) +##### [result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L69) > def result @@ -1685,7 +1689,7 @@ Returns the value of attribute result -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L71) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L71) > def initialize @@ -1697,7 +1701,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L75) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L75) > def reset @@ -1705,7 +1709,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L80) +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L80) > def start_element(name, attrs = []) @@ -1713,7 +1717,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [formatted_result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L86) +##### [formatted_result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L86) > def formatted_result @@ -1721,7 +1725,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html -- -##### [get_page_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L97) +##### [get_page_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L97) > def get_page_class @@ -1729,7 +1733,7 @@ Returns a string of class counts of visible elements. -- -##### [page_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L108) +##### [page_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L108) > def page_class @@ -1738,7 +1742,7 @@ Useful for appium_console. -- -##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L118) +##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L118) > def px_to_window_rel(opts = {}) @@ -1750,7 +1754,7 @@ px_to_window_rel x: 50, y: 150 -- -##### [xml_keys](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L137) +##### [xml_keys](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L137) > def xml_keys(target) @@ -1766,7 +1770,7 @@ __Returns:__ -- -##### [xml_values](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L145) +##### [xml_values](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L145) > def xml_values(target) @@ -1782,7 +1786,7 @@ __Returns:__ -- -##### [resolve_id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L153) +##### [resolve_id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L153) > def resolve_id(id) @@ -1798,7 +1802,7 @@ __Returns:__ -- -##### [filter](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L159) +##### [filter](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L159) > def filter @@ -1806,7 +1810,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L162) +##### [filter=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L162) > def filter=(value) @@ -1814,7 +1818,7 @@ convert to string to support symbols -- -##### [initialize](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L168) +##### [initialize](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L168) > def initialize @@ -1826,7 +1830,7 @@ __Returns:__ -- -##### [reset](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L173) +##### [reset](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L173) > def reset @@ -1834,7 +1838,7 @@ __Returns:__ -- -##### [result](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L179) +##### [result](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L179) > def result @@ -1842,7 +1846,7 @@ __Returns:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L195) +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L195) > def start_element(name, attrs = []) @@ -1850,7 +1854,7 @@ __Returns:__ -- -##### [end_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L204) +##### [end_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L204) > def end_element(name) @@ -1858,7 +1862,7 @@ __Returns:__ -- -##### [characters](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L210) +##### [characters](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L210) > def characters(chars) @@ -1866,7 +1870,7 @@ __Returns:__ -- -##### [_no_such_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/helper.rb#L217) +##### [_no_such_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/helper.rb#L217) > def _no_such_element @@ -1874,7 +1878,7 @@ __Returns:__ -- -##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/command.rb#L4) +##### [COMMAND_NO_ARG](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/command.rb#L4) > COMMAND_NO_ARG = { @@ -1882,7 +1886,7 @@ __Returns:__ -- -##### [COMMAND](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/command.rb#L27) +##### [COMMAND](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/command.rb#L27) > COMMAND = { @@ -1890,7 +1894,7 @@ __Returns:__ -- -##### [window_size](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/element/window.rb#L5) +##### [window_size](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/element/window.rb#L5) > def window_size @@ -1898,7 +1902,7 @@ Get the window's size -- -##### [FINDERS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/search_context.rb#L5) +##### [FINDERS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/search_context.rb#L5) > FINDERS = { @@ -1906,7 +1910,7 @@ rubocop:disable Style/MutableConstant -- -##### [filter](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L4) ios +##### [filter](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L4) ios > def filter @@ -1914,7 +1918,7 @@ Returns the value of attribute filter -- -##### [filter=](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L4) ios +##### [filter=](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L4) ios > def filter=(value) @@ -1926,7 +1930,7 @@ __Parameters:__ -- -##### [start_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L6) ios +##### [start_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L6) ios > def start_element(type, attrs = []) @@ -1934,7 +1938,7 @@ __Parameters:__ -- -##### [_print_attr](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L15) ios +##### [_print_attr](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L15) ios > def _print_attr(type, name, label, value, hint) @@ -1942,7 +1946,7 @@ __Parameters:__ -- -##### [ios_password](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L41) ios +##### [ios_password](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L41) ios > def ios_password(length = 1) @@ -1960,7 +1964,7 @@ __Returns:__ -- -##### [get_page](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L53) ios +##### [get_page](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L53) ios > def get_page(element = source_window(0), class_name = nil) @@ -1981,7 +1985,7 @@ __Returns:__ -- -##### [page](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L139) ios +##### [page](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L139) ios > def page(opts = {}) @@ -2007,7 +2011,7 @@ __Returns:__ -- -##### [source_window](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L170) ios +##### [source_window](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L170) ios > def source_window(_window_number = 0) @@ -2023,7 +2027,7 @@ __Returns:__ -- -##### [page_window](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L185) ios +##### [page_window](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L185) ios > def page_window(window_number = 0) @@ -2041,7 +2045,7 @@ __Returns:__ -- -##### [id](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L193) ios +##### [id](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L193) ios > def id(id) @@ -2057,7 +2061,7 @@ __Returns:__ -- -##### [ios_version](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L199) ios +##### [ios_version](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L199) ios > def ios_version @@ -2069,7 +2073,7 @@ __Returns:__ -- -##### [ele_index](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L212) ios +##### [ele_index](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L212) ios > def ele_index(class_name, index) @@ -2087,7 +2091,7 @@ __Returns:__ -- -##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L248) ios +##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L248) ios > def find_ele_by_attr(class_name, attr, value) @@ -2109,7 +2113,7 @@ __Returns:__ -- -##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L259) ios +##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L259) ios > def find_eles_by_attr(class_name, attr, value) @@ -2131,7 +2135,7 @@ __Returns:__ -- -##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L280) ios +##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L280) ios > def find_ele_by_predicate(class_name: '*', value:) @@ -2148,7 +2152,7 @@ __Returns:__ -- -##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L291) ios +##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L291) ios > def find_eles_by_predicate(class_name: '*', value:) @@ -2167,7 +2171,7 @@ __Returns:__ -- -##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L307) ios +##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L307) ios > def find_ele_by_attr_include(class_name, attr, value) @@ -2188,7 +2192,7 @@ __Returns:__ -- -##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L317) ios +##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L317) ios > def find_eles_by_attr_include(class_name, attr, value) @@ -2209,7 +2213,7 @@ __Returns:__ -- -##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L325) ios +##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L325) ios > def find_ele_by_predicate_include(class_name: '*', value:) @@ -2226,7 +2230,7 @@ __Returns:__ -- -##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L336) ios +##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L336) ios > def find_eles_by_predicate_include(class_name: '*', value:) @@ -2245,7 +2249,7 @@ __Returns:__ -- -##### [first_ele](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L349) ios +##### [first_ele](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L349) ios > def first_ele(class_name) @@ -2261,7 +2265,7 @@ __Returns:__ -- -##### [last_ele](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L356) ios +##### [last_ele](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L356) ios > def last_ele(class_name) @@ -2277,7 +2281,7 @@ __Returns:__ -- -##### [tag](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L370) ios +##### [tag](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L370) ios > def tag(class_name) @@ -2293,7 +2297,7 @@ __Returns:__ -- -##### [tags](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L382) ios +##### [tags](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L382) ios > def tags(class_name) @@ -2309,7 +2313,7 @@ __Returns:__ -- -##### [tags_include](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L398) ios +##### [tags_include](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L398) ios > def tags_include(class_names:, value: nil) @@ -2329,7 +2333,7 @@ __Returns:__ -- -##### [tags_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L427) ios +##### [tags_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L427) ios > def tags_exact(class_names:, value: nil) @@ -2349,7 +2353,7 @@ __Returns:__ -- -##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L478) ios +##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L478) ios > def ele_by_json_visible_contains(element, value) @@ -2368,7 +2372,7 @@ __Returns:__ -- -##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L487) ios +##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L487) ios > def eles_by_json_visible_contains(element, value) @@ -2387,7 +2391,7 @@ __Returns:__ -- -##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L517) ios +##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L517) ios > def ele_by_json_visible_exact(element, value) @@ -2406,7 +2410,7 @@ __Returns:__ -- -##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L526) ios +##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L526) ios > def eles_by_json_visible_exact(element, value) @@ -2425,7 +2429,7 @@ __Returns:__ -- -##### [_all_pred](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L591) ios +##### [_all_pred](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L535) ios > def _all_pred(opts) @@ -2435,7 +2439,7 @@ visible - if true, only visible elements are returned. default true -- -##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L604) ios +##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L548) ios > def ele_with_pred(opts) @@ -2451,7 +2455,7 @@ __Returns:__ -- -##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L615) ios +##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L559) ios > def eles_with_pred(opts) @@ -2467,7 +2471,7 @@ __Returns:__ -- -##### [source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L621) ios +##### [source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L565) ios > def source @@ -2479,7 +2483,7 @@ __Returns:__ -- -##### [_validate_object](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L625) ios +##### [_validate_object](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L569) ios > def _validate_object(*objects) @@ -2487,7 +2491,7 @@ __Returns:__ -- -##### [_by_json](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L674) ios +##### [_by_json](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L618) ios > def _by_json(opts) @@ -2522,7 +2526,7 @@ opts = { -- -##### [eles_by_json](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L724) ios +##### [eles_by_json](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L668) ios > def eles_by_json(opts) @@ -2541,7 +2545,7 @@ eles_by_json({ -- -##### [ele_by_json](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L730) ios +##### [ele_by_json](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L674) ios > def ele_by_json(opts) @@ -2549,7 +2553,7 @@ see eles_by_json -- -##### [get_source](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/helper.rb#L740) ios +##### [get_source](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/helper.rb#L684) ios > def get_source @@ -2562,7 +2566,7 @@ __Returns:__ -- -##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L4) ios +##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L4) ios > UIAStaticText = 'UIAStaticText'.freeze @@ -2570,7 +2574,7 @@ __Returns:__ -- -##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L5) ios +##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L5) ios > XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze @@ -2578,7 +2582,7 @@ __Returns:__ -- -##### [static_text_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L8) ios +##### [static_text_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L8) ios > def static_text_class @@ -2590,7 +2594,7 @@ __Returns:__ -- -##### [text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L16) ios +##### [text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L16) ios > def text(value) @@ -2607,7 +2611,7 @@ __Returns:__ -- -##### [texts](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L30) ios +##### [texts](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L30) ios > def texts(value = false) @@ -2624,7 +2628,7 @@ __Returns:__ -- -##### [first_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L43) ios +##### [first_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L43) ios > def first_text @@ -2636,7 +2640,7 @@ __Returns:__ -- -##### [last_text](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L49) ios +##### [last_text](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L49) ios > def last_text @@ -2648,7 +2652,7 @@ __Returns:__ -- -##### [text_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L56) ios +##### [text_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L56) ios > def text_exact(value) @@ -2664,7 +2668,7 @@ __Returns:__ -- -##### [texts_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/text.rb#L67) ios +##### [texts_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/text.rb#L67) ios > def texts_exact(value) @@ -2680,7 +2684,7 @@ __Returns:__ -- -##### [alert_accept](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/alert.rb#L5) ios +##### [alert_accept](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/alert.rb#L5) ios > def alert_accept @@ -2692,7 +2696,7 @@ __Returns:__ -- -##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/alert.rb#L13) ios +##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/alert.rb#L13) ios > def alert_dismiss @@ -2704,7 +2708,7 @@ __Returns:__ -- -##### [UIAButton](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L4) ios +##### [UIAButton](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L4) ios > UIAButton = 'UIAButton'.freeze @@ -2712,7 +2716,7 @@ __Returns:__ -- -##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L5) ios +##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L5) ios > XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze @@ -2720,7 +2724,7 @@ __Returns:__ -- -##### [button_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L8) ios +##### [button_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L8) ios > def button_class @@ -2732,7 +2736,7 @@ __Returns:__ -- -##### [button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L16) ios +##### [button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L16) ios > def button(value) @@ -2749,7 +2753,7 @@ __Returns:__ -- -##### [buttons](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L31) ios +##### [buttons](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L31) ios > def buttons(value = false) @@ -2766,7 +2770,7 @@ __Returns:__ -- -##### [first_button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L44) ios +##### [first_button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L44) ios > def first_button @@ -2778,7 +2782,7 @@ __Returns:__ -- -##### [last_button](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L52) ios +##### [last_button](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L52) ios > def last_button @@ -2792,7 +2796,7 @@ __Returns:__ -- -##### [button_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L59) ios +##### [button_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L59) ios > def button_exact(value) @@ -2808,7 +2812,7 @@ __Returns:__ -- -##### [buttons_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/button.rb#L70) ios +##### [buttons_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/button.rb#L70) ios > def buttons_exact(value) @@ -2824,7 +2828,7 @@ __Returns:__ -- -##### [uiautomation_find](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [uiautomation_find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def uiautomation_find @@ -2836,7 +2840,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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [ios_predicate_string_find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def ios_predicate_string_find @@ -2850,7 +2854,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/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/mobile_methods.rb#L32) ios +##### [ios_class_chain_find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/mobile_methods.rb#L32) ios > def ios_class_chain_find @@ -2868,7 +2872,7 @@ find_element/s can be used with a [class chain]( https://github.com/facebook/Web -- -##### [find](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L6) ios +##### [find](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L6) ios > def find(value) @@ -2884,7 +2888,7 @@ __Returns:__ -- -##### [finds](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L17) ios +##### [finds](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L17) ios > def finds(value) @@ -2900,7 +2904,7 @@ __Returns:__ -- -##### [find_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L29) ios +##### [find_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L29) ios > def find_exact(value) @@ -2916,7 +2920,7 @@ __Returns:__ -- -##### [finds_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L40) ios +##### [finds_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L40) ios > def finds_exact(value) @@ -2932,7 +2936,7 @@ __Returns:__ -- -##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L51) ios +##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L51) ios > def raise_error_if_no_element(element) @@ -2940,7 +2944,7 @@ __Returns:__ -- -##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/generic.rb#L58) ios +##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/generic.rb#L58) ios > def select_visible_elements(elements) @@ -2948,7 +2952,7 @@ Return visible elements. -- -##### [UIATextField](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L3) ios +##### [UIATextField](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L3) ios > UIATextField = 'UIATextField'.freeze @@ -2956,7 +2960,7 @@ Return visible elements. -- -##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L4) ios +##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L4) ios > UIASecureTextField = 'UIASecureTextField'.freeze @@ -2964,7 +2968,7 @@ Return visible elements. -- -##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L6) ios +##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L6) ios > XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze @@ -2972,7 +2976,7 @@ Return visible elements. -- -##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L7) ios +##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L7) ios > XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze @@ -2980,7 +2984,7 @@ Return visible elements. -- -##### [text_field_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L10) ios +##### [text_field_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L10) ios > def text_field_class @@ -2992,7 +2996,7 @@ __Returns:__ -- -##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L15) ios +##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L15) ios > def secure_text_field_class @@ -3004,7 +3008,7 @@ __Returns:__ -- -##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L35) ios +##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L35) ios > def _textfield_visible @@ -3012,7 +3016,7 @@ Appium -- -##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L40) ios +##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L40) ios > def _textfield_exact_string(value) @@ -3020,7 +3024,7 @@ Appium -- -##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L47) ios +##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L47) ios > def _textfield_contains_string(value) @@ -3028,7 +3032,7 @@ Appium -- -##### [textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L60) ios +##### [textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L60) ios > def textfield(value) @@ -3046,7 +3050,7 @@ __Returns:__ -- -##### [textfields](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L86) ios +##### [textfields](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L86) ios > def textfields(value = false) @@ -3063,7 +3067,7 @@ __Returns:__ -- -##### [first_textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L100) ios +##### [first_textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L100) ios > def first_textfield @@ -3075,7 +3079,7 @@ __Returns:__ -- -##### [last_textfield](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L110) ios +##### [last_textfield](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L110) ios > def last_textfield @@ -3087,7 +3091,7 @@ __Returns:__ -- -##### [textfield_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L123) ios +##### [textfield_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L123) ios > def textfield_exact(value) @@ -3103,7 +3107,7 @@ __Returns:__ -- -##### [textfields_exact](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/element/textfield.rb#L134) ios +##### [textfields_exact](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/element/textfield.rb#L134) ios > def textfields_exact(value) @@ -3119,7 +3123,7 @@ __Returns:__ -- -##### [swipe](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L10) ios +##### [swipe](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L10) ios > def swipe(direction:, element: nil) @@ -3133,7 +3137,7 @@ __Parameters:__ -- -##### [scroll](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L30) ios +##### [scroll](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L30) ios > def scroll(direction:, name: nil, element: nil, to_visible: nil, predicate_string: nil) @@ -3147,7 +3151,7 @@ __Parameters:__ -- -##### [pinch](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L49) ios +##### [pinch](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L49) ios > def pinch(scale:, velocity: 1.0, element: nil) @@ -3163,7 +3167,7 @@ __Parameters:__ -- -##### [double_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L66) ios +##### [double_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L66) ios > def double_tap(x: nil, y: nil, element: nil) @@ -3179,7 +3183,7 @@ __Parameters:__ -- -##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L79) ios +##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L79) ios > def two_finger_tap(element:) @@ -3195,7 +3199,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item") -- -##### [tap](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L96) ios +##### [tap](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L96) ios > def tap(x:, y:, element: nil) @@ -3211,7 +3215,7 @@ __Parameters:__ -- -##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L118) ios +##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L118) ios > def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil) @@ -3234,7 +3238,7 @@ drag point should be before to start dragging. Mandatory parameter -- -##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/ios/xcuitest_gestures.rb#L137) ios +##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L137) ios > def select_picker_wheel(element:, order:, offset: nil) @@ -3251,7 +3255,22 @@ __Parameters:__ -- -##### [value](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L12) +##### [alert](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/ios/xcuitest_gestures.rb#L155) ios + +> def alert(action:, button_label: nil) + + + +__Parameters:__ + +     [String] action - The following actions are supported: accept, dismiss and getButtons. Mandatory parameter + +     [String] button_label - The label text of an existing alert button to click on. +This is an optional parameter and is only valid in combination with accept and dismiss actions. + +-- + +##### [value](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L12) > def value @@ -3261,7 +3280,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element -- -##### [name](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L19) +##### [name](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L19) > def name @@ -3271,7 +3290,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element -- -##### [location_rel](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L31) +##### [location_rel](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L31) > def location_rel @@ -3289,7 +3308,7 @@ __Returns:__ -- -##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L152) +##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L152) > DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze @@ -3297,7 +3316,7 @@ __Returns:__ -- -##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/24660355c3fa5e5e8691922e1570021fce90b96b/lib/appium_lib/common/patch.rb#L155) +##### [patch_remote_driver_commands](https://github.com/appium/ruby_lib/blob/332599f8a5b134522f03ea375f7bc666e4e39c3d/lib/appium_lib/common/patch.rb#L155) > def patch_remote_driver_commands diff --git a/docs_gen/make_docs.rb b/docs_gen/make_docs.rb index 961a7288..f3b9ac59 100644 --- a/docs_gen/make_docs.rb +++ b/docs_gen/make_docs.rb @@ -34,7 +34,7 @@ def mobj_to_md obj indent = space 5 params = obj.tags.select { |tag| tag.tag_name == 'param' } - if !params.empty? + unless params.empty? out += "__Parameters:__\n\n" params.each do |param| param_types = param.types ? "[#{param.types.join ', '}] " : '' @@ -44,7 +44,7 @@ def mobj_to_md obj end ret = obj.tag 'return' - if ret + if ret&.types out += "__Returns:__\n\n" out += indent + "[#{ret.types.join ', '}] #{ret.text}\n\n" end diff --git a/lib/appium_lib/common/version.rb b/lib/appium_lib/common/version.rb index 5dcd2d5a..497e63af 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.4.3'.freeze unless defined? ::Appium::VERSION - DATE = '2017-05-03'.freeze unless defined? ::Appium::DATE + VERSION = '9.4.4'.freeze unless defined? ::Appium::VERSION + DATE = '2017-05-13'.freeze unless defined? ::Appium::DATE end diff --git a/release_notes.md b/release_notes.md index 67e90f37..5017d88a 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,15 @@ +#### v9.4.3 2017-05-03 + +- [c413bd7](https://github.com/appium/ruby_lib/commit/c413bd77d0fec58e1c2cce6821694bcf659b9e1b) [Release 9 4 3 (#566)](https://github.com/appium/ruby_lib/issues/566) +- [8e600af](https://github.com/appium/ruby_lib/commit/8e600af469f0e00f1fb6cce331c72b13d11598c8) [fix tests for uiautomator2 (#565)](https://github.com/appium/ruby_lib/issues/565) +- [ab8ecf8](https://github.com/appium/ruby_lib/commit/ab8ecf860088f690777e7c8086c31753463577c8) [Update android_uiautomator.md (#564)](https://github.com/appium/ruby_lib/issues/564) +- [4f035d3](https://github.com/appium/ruby_lib/commit/4f035d39a0b3a3c39a9ef6a5cd0d2cb19d39f7d4) [Use uiautomator for uiautomator2 (#561)](https://github.com/appium/ruby_lib/issues/561) +- [71d8eb6](https://github.com/appium/ruby_lib/commit/71d8eb676bf5ac6d83c5da112d068865d76ebab4) [Add link to issue in generating release notes (#562)](https://github.com/appium/ruby_lib/issues/562) +- [915e75d](https://github.com/appium/ruby_lib/commit/915e75d08e89b4248ca104124f7430463c13ab22) [don't use selenium-webdriver 3.5+ (#559)](https://github.com/appium/ruby_lib/issues/559) +- [7e9c8ef](https://github.com/appium/ruby_lib/commit/7e9c8ef7fbed4e076fa6aec49f20d786fa6cbdf6) [update workaround (#557)](https://github.com/appium/ruby_lib/issues/557) +- [801a5a0](https://github.com/appium/ruby_lib/commit/801a5a07e5c1c062f5d108a844721c7a569765a3) [add workaround (#556)](https://github.com/appium/ruby_lib/issues/556) + + #### v9.4.2 2017-04-21 - [0cd41ef](https://github.com/appium/ruby_lib/commit/0cd41ef58b6abf8444fcb95db59aebb2c6c2a890) [Release 9 4 2 (#554)](https://github.com/appium/ruby_lib/issues/554)