Posts by Isqne • 1 point
1 post
-
0
votes1
answer79
viewsA: Sendkeys error does not type Selenium - python
In that case you can try using input = navegador.find_element_by_xpath("//*[@id=el__2019434]/input") input.send_keys(Keys.CONTROL, 'a') input.send_keys(valor) more compact…