Open GoogleCodeExporter opened 9 years ago
One mistake on my code.
Instead of "keys.tab" replace to "t".
driver.SendKeys keys.Control, "t"
Original comment by fhilip...@gmail.com
on 3 Feb 2014 at 7:32
It's not currently possible. This issue was reported on the Selenium project
which this wrapper rely on
(http://code.google.com/p/chromedriver/issues/detail?id=572).
Another way would be to open a new window :
driver.executeScript "window.open()"
Original comment by florentbr
on 4 Feb 2014 at 1:31
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
fhilip...@gmail.com
on 3 Feb 2014 at 6:25