# NOT RUN {
# run checkForServer() if you need the stand-alone Java binary
startServer()
remDr <- remoteDriver$new()
remDr$open()
remDr$navigate("http://www.google.com")
remDr$navigate("http://www.bbc.co.uk")
remDr$goBack()
remDr$goForward()
remDr$quit()
# }
Run the code above in your browser using DataLab