Open GoogleCodeExporter opened 9 years ago
Unfortunately this command is not supported by the Selenium .Net web driver and
is part of Selenium 1 which tends to be deprecated in favour of Selenium 2.
I will update the error message to make it more explicit for the next release.
I suggest you to use the getAllWindowsTitles instead, and if you really need
the window's name attribute, then you can use the executeScript command:
window_name = driver.executeScript("return window.name;")
Original comment by florentbr
on 7 Feb 2014 at 1:54
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
rohan.ka...@gmail.com
on 6 Feb 2014 at 10:44Attachments: