Skip to content

Instantly share code, notes, and snippets.

@bourg-ismael
Created December 9, 2014 10:55
Show Gist options
  • Save bourg-ismael/f557d58382942d3ca2b2 to your computer and use it in GitHub Desktop.
Save bourg-ismael/f557d58382942d3ca2b2 to your computer and use it in GitHub Desktop.
Run options: --seed 4701
# Running:
2014-12-09 11:54:25 +0100 selenium-client received failure from selenium server:
requested:
cmd=getNewBrowserSession
1=*chrome /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
2=http://192.168.33.120
3=
4=
received:
"Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser"
called from /Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:91:in `block in timeout'
E
Finished in 20.996133s, 0.0476 runs/s, 0.0000 assertions/s.
1) Error:
ExampleTest#test_page_search:
Selenium::CommandError: Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/selenium-client-1.2.18/lib/selenium/client/protocol.rb:13:in `block in remote_control_command'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:91:in `block in timeout'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:35:in `block in catch'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:35:in `catch'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:35:in `catch'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:106:in `timeout'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb:127:in `timeout'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/selenium-client-1.2.18/lib/selenium/client/protocol.rb:11:in `remote_control_command'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/selenium-client-1.2.18/lib/selenium/client/protocol.rb:19:in `string_command'
/Users/bourgismael/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/selenium-client-1.2.18/lib/selenium/client/base.rb:85:in `start_new_browser_session'
LoginLogoutManager-Chrome.rb:21:in `setup'
1 runs, 0 assertions, 0 failures, 1 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment