powered by
This function creates a lihkg scraper
create_lihkg(..., verbose = FALSE)
parameters to be passed to RSelenium::rsDriver(). For example, you can use create_lihkg(browser = "firefox", port = sample(10000:60000, 1)) to generate a Selenium instance of Firefox.
logical, whether debug information is printed out.
a lihkg scraper
# NOT RUN { lihkg <- create_lihkg(browser = "firefox", port = sample(10000:60000, 1)) # }
Run the code above in your browser using DataLab