ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
341 stars 81 forks source link

ClickElement() problem #279

Open Brotomas opened 1 year ago

Brotomas commented 1 year ago

I am trying to perform some scraping of historical scientific articles and have identified some clickable links with findElement. However, as soon as I use the clickElement function the server loads another page, telling that a secure connection must be controlled.

Any ideas how to solve this?