Skip to content
Advertisement

selenium find elements don’t work it doesn’t find elements nad send keys

it can find the elements at the site and i am sure from method name and every step i make with selenium i got error can i solve this error at once with any replacement
this is the code

JavaScript

and this the Traceback:

JavaScript

Advertisement

Answer

There is no such element with class form in your page. Also you can send keys only to a input element and not a form element.

This should work

JavaScript

Additionaly you can send ENTER key to search the token.

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement