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
I prefer using rvest, so what I did was:
# Importing libraries library(RSelenium) library(rvest) # Extracting table remDr$getPageSource()[[1]] %>% read_html() %>% html_table()