Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in R Programming by (160 points)

I want to scrape this website. But for button clicks, can't add HTML nodes.  I'm using RSelenium.

Land <- remote_driver$findElement(using = "class", value = "_10ALxoWWyBGfz0jUBNjyCC _3ohT4jOEoF5q1xJlci1ELO")

Land$clickElement()

As a result, get error like this:
Error: Summary: InvalidSelector
  Detail: Argument was an invalid selector (e.g. XPath/CSS).
Further Details: run errorDetails method
I'm getting elements from HTML inspect and id values for the text boxes works well.
Does anyone have any solution to this problem?

Please log in or register to answer this question.

Related questions

0 votes
0 answers
asked Apr 27, 2021 in R Programming by Aytan (160 points)
0 votes
1 answer
asked Nov 12, 2020 in Python by ashely (50.2k points)
0 votes
1 answer

Browse Categories

...