Skip to content

Instantly share code, notes, and snippets.

@dck-jp
Last active August 29, 2015 13:57
Show Gist options
  • Save dck-jp/9366292 to your computer and use it in GitHub Desktop.
Save dck-jp/9366292 to your computer and use it in GitHub Desktop.
seleniumvba sample
Sub StartFirefox()
Dim driver As New SeleniumWrapper.WebDriver
Call driver.start("firefox", "http://www.google.com/")
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment