Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium::WebDriver::Error::NoSuchDriverError #5

Open
jwarykowski opened this issue Jan 28, 2014 · 3 comments
Open

Selenium::WebDriver::Error::NoSuchDriverError #5

jwarykowski opened this issue Jan 28, 2014 · 3 comments

Comments

@jwarykowski
Copy link

Hi,

I'm having a strange problem running our suite of capybara/selenium tests. They will be running as expected for 30 mins and then suddenly we get the following error:

no such session
(Driver info: chromedriver=2.8.240825,platform=Linux 3.2.0-4-amd64 x86_64) (Selenium::WebDriver::Error::NoSuchDriverError)
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/response.rb:51:in assert_ok' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/response.rb:15:ininitialize'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/http/common.rb:59:in new' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/http/common.rb:59:increate_response'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/http/default.rb:66:in request' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/http/common.rb:40:incall'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/bridge.rb:634:in raw_execute' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/bridge.rb:612:inexecute'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/remote/bridge.rb:166:in getCurrentUrl' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/common/driver.rb:120:incurrent_url'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/capybara-2.2.1/lib/capybara/selenium/driver.rb:65:in current_url' /var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/capybara-2.2.1/lib/capybara/session.rb:143:incurrent_url'
/var/lib/jenkins/.rvm/gems/ruby-2.0.0-p247/gems/capybara-2.2.1/lib/capybara/dsl.rb:51:in block (2 levels) in <module:DSL>' /var/lib/jenkins/workspace/QA - UI Integration/features/support/hooks.rb:12:inAfter'

For some reason it is losing its appears to losing its session/connection with the chrome browser and bailing out.

Has anyone seen this issue before? Any feedback would be greatly appreciated.

Regards,
Jon

@vertis
Copy link
Owner

vertis commented Jan 30, 2014

Hi Jon,
This is not really intended for public consumption (it's a personal mirror of the selenium-webdriver project, because it isn't/wasn't on github). As such it's quite old.

Regards,

Luke

@jwarykowski
Copy link
Author

Hi Luke,

No worries, I noticed this as soon as I raised this and added a new issue to the Google Code project.

Cheers,
Jon

@vertis
Copy link
Owner

vertis commented Jan 30, 2014

No probs, just didn't want you to be confused :)

On 30/01/14 3:06 PM, Jonathan Chrisp wrote:

Hi Luke,

No worries, I noticed this as soon as I raised this and added a new
issue to the Google Code project.

Cheers,
Jon


Reply to this email directly or view it on GitHub
#5 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants