Open GoogleCodeExporter opened 9 years ago
It will work with the "nativeevents" option to false :
Dim driver As New SeleniumWrapper.WebDriver
Dim By As New By, Assert As New Assert, Verify As New Verify, Waiter As New
Waiter
driver.setCapability "nativeEvents", False
driver.Start "ie", "http://www.htc.com"
driver.get "/www/support"
driver.findElementByCssSelector("div.selectProduct > button").Click 'Click on
the product listbox
driver.findElementByXPath("//a[contains(text(),'HTC One')]").Click 'Select
the HTC One
driver.findElementByLinkText("Unboxing").Click 'Click on the Unboxing link
Original comment by florentbr
on 1 Aug 2013 at 8:29
Thank you! I will test this tomorrow at work! The website I am using is on
intranet so I had to find a public site where the problem occurred. Thank you
again!
Original comment by justinea...@gmail.com
on 1 Aug 2013 at 10:04
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
justinea...@gmail.com
on 30 Jul 2013 at 5:06