Not able to send keys to elements

I am not able to input keys in the username and password element. Throwing this error

you need to scroll the page a bit , because due to ads , there is a modal coming up and blocking selenium to interact .

try this

This doesn’t work either.
The version that you worked with on selenium is very old and has deprecated the find_element_by_id function to only find_element(arguments).
Even after solving this by passing arguments , the keys are still not entered.
Please give code for latest version of selenium and codechef for entering keys.

1 Like