I\'m using Rselenium to navigate to a webpage. The following code is doing so. I haven\'t provided the url because I\'m using the url in a company which needs vpn to connect
Something like:
library(XML) doc <- htmlParse(remDr$getPageSource()[[1]]) readHTMLTable(doc)
should allow you to access the html and process the tables contained.