wda_lib 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1d4bf0def47d59e789a9b85f20cecfe8a09c4f3
4
- data.tar.gz: 1c4fbef13e5aa972504a81760cd20eebafd77f02
3
+ metadata.gz: 3192349565d8e88d5ba2f2c2b7bbe0b5c74cf64d
4
+ data.tar.gz: b2e27edac4785bc004f0af1d4d500f63b10a441f
5
5
  SHA512:
6
- metadata.gz: 67addaa56318c4cd1760d4bdf18605a80ef3ded4f353d04f4d73362505e48fd8ac9d0d8dcdb3b9dbbe3cccc3272c0abe346a1906cff7d361ae32e673f4e70c2f
7
- data.tar.gz: 95687eda27951c974392b6552cd20c540849e14be15fb434ff7296577ad513ceab4bbe06cdc579179890f56843fccd4535056cdd9f3e1e70a81aa3c5356a07b9
6
+ metadata.gz: ea513a05ec92c2d5e645490f225f1f088c4593e23b54b9df52a77d46bdb924264fa0e7e605aca474012a17f8b326ff437d75c27f40e5082bfc0291c302b9db84
7
+ data.tar.gz: 1c9895c560e7bac52bd8ca64c8f2e4bab1ca228dc80212521fe4d799a0d390a5c56e53234bfa6c8dc46d287bdebceb4831f53be7ac3639fb33cce7f73c0639aa
@@ -57,10 +57,10 @@ class WDA
57
57
  @bundle_id = app_name_or_id
58
58
  @session_id = nil # Prepare to create new session
59
59
  @session_valid = false # Prepare to create new session
60
- post(@base_url + '/session', { desiredCapabilities: { bundleId: app_name_or_id }})
60
+ #post(@base_url + '/session', { desiredCapabilities: { bundleId: app_name_or_id }})
61
61
  # Temporarily disabled
62
62
  capabilities
63
- # @driver = Selenium::WebDriver::Driver.for(:remote, :url => @base_url, :desired_capabilities => @caps[:desired_capabilities])
63
+ @driver = Selenium::WebDriver::Driver.for(:remote, :url => @base_url, :desired_capabilities => @caps[:desired_capabilities])
64
64
  else
65
65
  app_name = app_name_or_id
66
66
  find_app(app_name).click
@@ -3,5 +3,5 @@
3
3
  # Copyright © 2016 Zenly. All rights reserved.
4
4
  #
5
5
  class WDA
6
- VERSION = '0.2.1'
6
+ VERSION = '0.2.2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wda_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MIN Yi