Scroll to view in filling web form error using pyAutoGUI in Python

后端 未结 0 1141
一整个雨季
一整个雨季 2021-01-23 01:43

I have this code to fill a web form:

driver.find_element_by_id("author").click()  # This opens the windows file selector
pyautogui.write(\'John\')
pyaut         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题