appium_lib 9.4.8 → 9.4.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Appium
2
2
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '9.4.8'.freeze unless defined? ::Appium::VERSION
4
- DATE = '2017-06-24'.freeze unless defined? ::Appium::DATE
3
+ VERSION = '9.4.9'.freeze unless defined? ::Appium::VERSION
4
+ DATE = '2017-07-01'.freeze unless defined? ::Appium::DATE
5
5
  end
@@ -116,7 +116,7 @@ module Appium
116
116
  return 'require XCUITest(WDA)' unless automation_name_is_xcuitest?
117
117
 
118
118
  args = { x: x, y: y }
119
- args[:element] = element.ref
119
+ args[:element] = element.ref if element
120
120
  execute_script 'mobile: tap', args
121
121
  end
122
122
 
@@ -138,7 +138,7 @@ module Appium
138
138
  return 'require XCUITest(WDA)' unless automation_name_is_xcuitest?
139
139
 
140
140
  args = { fromX: from_x, fromY: from_y, toX: to_x, toY: to_y, duration: duration }
141
- args[:element] = element if element
141
+ args[:element] = element.ref if element
142
142
  execute_script 'mobile: dragFromToForDuration', args
143
143
  end
144
144
  # rubocop:enable Metrics/ParameterLists
@@ -1,3 +1,13 @@
1
+ #### v9.4.8 2017-06-24
2
+
3
+ - [209fb3f](https://github.com/appium/ruby_lib/commit/209fb3fce4f2e567c6d6ba2395eec9b98669d02d) [Release 9 4 8 (#610)](https://github.com/appium/ruby_lib/issues/610)
4
+ - [40c92eb](https://github.com/appium/ruby_lib/commit/40c92eb1a7e01663d2b9b47314d9e7a9fa0e6586) [Add visibility for ios (#609)](https://github.com/appium/ruby_lib/issues/609)
5
+ - [20307a0](https://github.com/appium/ruby_lib/commit/20307a06269aef7123c865091062b97cdbbe8430) [mark deprecated for client side xpath strategy (#608)](https://github.com/appium/ruby_lib/issues/608)
6
+ - [5d40446](https://github.com/appium/ruby_lib/commit/5d40446a913432113931d9430ff36c8179cc6cbb) [Return a result of yield (#606)](https://github.com/appium/ruby_lib/issues/606)
7
+ - [cc913ed](https://github.com/appium/ruby_lib/commit/cc913edb4bc24c18a58c2c5490dfb7b5a705d303) [add getting current package name (#605)](https://github.com/appium/ruby_lib/issues/605)
8
+ - [fa33239](https://github.com/appium/ruby_lib/commit/fa332395c2f4fae70bf672fb12f002a3194cdc2c) [inherit selenium's wait (#603)](https://github.com/appium/ruby_lib/issues/603)
9
+
10
+
1
11
  #### v9.4.7 2017-06-11
2
12
 
3
13
  - [ef9efbd](https://github.com/appium/ruby_lib/commit/ef9efbd6d3fadfaebaa4245bed40d28aec33be32) [Release 9 4 7 (#601)](https://github.com/appium/ruby_lib/issues/601)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.8
4
+ version: 9.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-24 00:00:00.000000000 Z
11
+ date: 2017-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver
@@ -289,7 +289,7 @@ files:
289
289
  - release_notes.md
290
290
  homepage: https://github.com/appium/ruby_lib
291
291
  licenses:
292
- - Apache
292
+ - Apache-2.0
293
293
  metadata: {}
294
294
  post_install_message:
295
295
  rdoc_options: []