Open GoogleCodeExporter opened 8 years ago
This is a syntax error as abcd is not defined.
The correct syntax would be:
Dim selenium As New SeleniumWrapper.WebDriver
selenium.Start "firefox", "https://www.google.com"
selenium.Open "/"
selenium.setTimeout "120000"
selenium.setImplicitWait 5000
selenium.Type "id=gbqfq", "abcd"
Original comment by florentbr
on 26 Aug 2014 at 10:24
Original comment by florentbr
on 6 Feb 2015 at 9:30
Original comment by florentbr
on 6 Feb 2015 at 9:30
Original issue reported on code.google.com by
jhansi27...@gmail.com
on 24 Aug 2014 at 4:42