0
Expensive,
I am trying to fill two text fields (login and password) of a given page. Using the following code. (Both by byID, bySelector, neither works)
driver.findElementByName("usuario").SendKeys MyLoggin
When debugging the code, when it arrives on this line returns the following error.
Element not found. Method=name, value=user
I tested this same code on the Google page and managed to perform. The page may have some kind of lock?