Skip to content

Instantly share code, notes, and snippets.

@oganm
Created June 30, 2016 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oganm/a0844c4623727270d37ccd03f5e537c1 to your computer and use it in GitHub Desktop.
Save oganm/a0844c4623727270d37ccd03f5e537c1 to your computer and use it in GitHub Desktop.
require(RSelenium)
remDr <- remoteDriver(remoteServerAddr = "localhost", port = 4444, browserName = "firefox")
remDr$open()
remDr$getStatus()
remDr$navigate("https://upassbc.translink.ca/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment