You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: