Open AdrienLemaire opened 10 years ago
Can't say I've seen this. This may help: https://code.google.com/p/chromedriver/issues/detail?id=415
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?
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?