Hi, guys!
I have been trying to do a webscraping with RSelenium
using Chrome browser.
To acess the page with the information I need, first I need to scan a QRcode
.
In a regular browser, I do it just one time and I can close and open the browser as many times I want. With RSelenium
, I need to scan the QRcode
everytime I open the browser.
Is there a way to keep this information? Cache or cookies?