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

ChromeDriver failure when using CucumberJs #147

Open
AdrienLemaire opened this issue Mar 7, 2014 · 2 comments
Open

ChromeDriver failure when using CucumberJs #147

AdrienLemaire opened this issue Mar 7, 2014 · 2 comments

Comments

@AdrienLemaire
Copy link
Contributor

We started to work on features, now that Cucumberjs supports steps outlines.
And when trying to implement the first action in the first step, chromedriver fails.

Code is here: https://github.com/CoinsManager/CoinsManager/pull/51/files

And we get the following error:

Fatal error: unknown error: unable to discover open pages
  (Driver info: chromedriver=2.0,platform=Linux 3.13.5-1-ARCH x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 20.33 seconds
Build info: version: '2.32.0', revision: '6c40c18', time: '2013-04-09 17:22:56'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.5-1-ARCH', java.version: '1.7.0_51'
Driver info: org.openqa.selenium.chrome.ChromeDriver

Any idea how to solve this?

Another thing, not a bug but annoying: Before getting the error, rtd is opening a new browser page in a new window. Because I'm using a tiling manager, I'd really prefer having a new tab opened in my existing chromium session window. Is there a config for that?

@xolvio
Copy link
Collaborator

xolvio commented Mar 7, 2014

Can't say I've seen this. This may help: https://code.google.com/p/chromedriver/issues/detail?id=415

@samhatoum
Copy link
Member

I haven't seen a settings for opening new tabs by the way, but I would love to know one in webdriver.

Did you get this resolved?

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