Browser() in Python shows errors in IDLE
问题 I have some code here which is basically a bot that spams a specific google form: while True: browser = Browser() print("Form Filling Begun") browser.visit('https://docs.google.com/forms/d/1Lyoox1FIpOP5nceVHqmdA3Exqf8PMCxaBgWIYQ67yX8/viewform?c=0&w=1') browser.fill('entry.1796849606', 'test') browser.fill('entry.1233774681', 'test') browser.fill('entry.1687034525', 'test') browser.fill('entry.2085519362', 'test') browser.fill('entry.2085519362', 'test') browser.fill('entry.87435301', 'test')