Closed GoogleCodeExporter closed 9 years ago
That should do the trick as long as you don't press the reset button :
Dim selenium As SeleniumWrapper.WebDriver
Public Sub StartSelenium()
Set selenium = New SeleniumWrapper.WebDriver
selenium.Start "firefox", "http://www.google.com/"
End Sub
Public Sub PlayWithGoogle()
selenium.Open "http://www.google.com"
...
End Sub
Public Sub PlayWithYahoo()
selenium.Open "http://www.yahoo.com"
...
End Sub
Public Sub StopSelenium()
selenium.stop
Set selenium = Nothing
End Sub
Original comment by florentbr
on 5 Jun 2012 at 11:51
Original comment by florentbr
on 8 Sep 2014 at 5:34
Original issue reported on code.google.com by
steepd...@gmail.com
on 5 Jun 2012 at 11:01