ropensci / RSelenium

An R client for Selenium Remote WebDriver

Home Page:https://docs.ropensci.org/RSelenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickElement() problem

Brotomas opened this issue · comments

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?