Closed GoogleCodeExporter closed 9 years ago
The start command only starts the browser and define the root Url.
To display the page, you need to call the open or get command.
Moreover, the root Url is missing the http:// or https://.
The correct syntax would be:
Sub TEST()
Dim sw As New SeleniumWrapper.WebDriver
sw.Start "ie", "http://google.com"
sw.open "/"
End Sub
Original comment by florentbr
on 4 Aug 2014 at 5:02
Original issue reported on code.google.com by
rohitkbh...@gmail.com
on 1 Aug 2014 at 7:35Attachments: