Open GoogleCodeExporter opened 9 years ago
Can you please provide a full example.
In your example, it's not possible to tell what the variable IE is.
Original comment by florentbr
on 28 Jul 2014 at 11:41
Hi,
I'm sorry, IE is not a variable, I missed to type double quote, the complete
code is
sub sample()
Dim driver As New SeleniumWrapper.WebDriver
Dim By As New By, Assert As New Assert, Verify As New Verify
driver.Start "IE", "https://support.mozilla.org/en-US/products/firefox"
driver.setImplicitWait 5000
driver.stop
End sub
Original comment by vba.dee...@gmail.com
on 28 Jul 2014 at 6:29
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
vba.dee...@gmail.com
on 25 Jul 2014 at 12:35Attachments: