Posts by Guiflayrom_gda • 1 point
1 post
-
0
votes1
answer98
viewsA: Error Selenium python, cannot find element
Try to use only: /html/body/div/div/div/div[2]/main/div/div/div[2]/form/div/div[1]/label/div/div[2]/div/input Remember that the function send_keys() takes parameter of type str (String) I recommend…