I have a page whose source code is not available, but there is an input field in which the cursor blinks.
Can I write something in a text box without finding an element. I mean, somehow, when the submit key can automatically search for the input focus field and enter input into it.
My code is not working obviuosly
driver.send_keys("testdata")
source
share