Good morning everyone,
I am using Selenium to extract certain information based on my research. I enter the word of my interest and when I go to click on the search (using clickelement ()) I get the this answer:
Class method definition for method clickElement()
function ()
{
"Click the element."
qpath <- sprintf("%s/session/%s/element/%s/click",
serverURL, sessionInfo[["id"]], elementId)
queryRD(qpath, "POST")
}
<environment: 0x000001e1ea819ac8>
Methods used:
"queryRD"
Is there anyone who can explain and help me? I thank everyone in advance.