Files
trix/Gemfile.lock
Javan Makhmali b06953384b Downgrade selenium-webdriver to avoid flaky iOS tests
Hi Javan!

Based on the error message, this appears to be the issue  that i've seen here and there where if the code is using the Java Selenium 3.x bindings, Appium has issues parsing the capabilities and it produces the error that you see.

If you downgrade your bindings to 2.53.1 or use the 3.2.0 bindings, do you see any improvements?

Best,
Chip Vaughn
Customer Support Engineer
2017-06-15 12:28:30 -04:00

154 lines
3.5 KiB
Plaintext

GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
aws-sdk (2.2.8)
aws-sdk-resources (= 2.2.8)
aws-sdk-core (2.2.8)
jmespath (~> 1.0)
aws-sdk-resources (2.2.8)
aws-sdk-core (= 2.2.8)
blade (0.7.0)
activesupport (>= 3.0.0)
blade-qunit_adapter (~> 2.0.1)
coffee-script
coffee-script-source
curses (~> 1.0.0)
eventmachine
faye
sprockets (>= 3.0)
thin (>= 1.6.0)
thor (~> 0.19.1)
useragent (~> 0.16.7)
blade-qunit_adapter (2.0.1)
blade-sauce_labs_plugin (0.7.1)
childprocess
faraday
selenium-webdriver
childprocess (0.7.0)
ffi (~> 1.0, >= 1.0.11)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.3)
concurrent-ruby (1.0.2)
cookiejar (0.3.3)
curses (1.0.2)
daemons (1.2.4)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
eco (1.0.0)
coffee-script
eco-source
execjs
eco-source (1.1.0.rc.1)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.2.1)
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faye (1.2.3)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.9.1)
multi_json (>= 1.0.0)
rack (>= 1.0.0)
websocket-driver (>= 0.5.1)
faye-websocket (0.10.5)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.18)
github_api (0.13.0)
addressable (~> 2.3)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
multi_json (>= 1.7.5, < 2.0)
nokogiri (~> 1.6.6)
oauth2
hashie (3.4.3)
http_parser.rb (0.6.0)
i18n (0.7.0)
jmespath (1.1.3)
json (2.0.2)
jwt (1.5.2)
mini_portile2 (2.0.0)
minitest (5.9.1)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.7)
mini_portile2 (~> 2.0.0.rc2)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
public_suffix (2.0.4)
rack (1.6.5)
rake (10.0.4)
rubyzip (1.2.1)
sass (3.4.3)
selenium-webdriver (3.2.2)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-export (1.0.0)
sprockets-svgo (0.2.0)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
useragent (0.16.8)
websocket (1.2.4)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk
blade (~> 0.7.0)
blade-sauce_labs_plugin (~> 0.7.1)
coffee-script
coffee-script-source (~> 1.9.1)
eco
github_api
rake
sass
selenium-webdriver (~> 3.2.0)
sprockets (= 3.6.0)
sprockets-export
sprockets-svgo
uglifier
BUNDLED WITH
1.13.6