Looks good! One of the best reasons to learn python: automating the boring stuff. If you like to write these scripts, definitely check out this book (free online):
<a href="https://automatetheboringstuff.com/" rel="nofollow">https://automatetheboringstuff.com/</a><p>With all that said, I'm baffled as to why this automation script for a particular Google form --a protected one, no less -- is on the front page...
Linking <a href="https://www.seleniumhq.org/docs/03_webdriver.jsp" rel="nofollow">https://www.seleniumhq.org/docs/03_webdriver.jsp</a> would be more worthwhile
I've found selenium to be very heavy and unreliable but perhaps it's needed to deal with whatever barrage of cookies and verification Google implements? Did you find it easy to use? I use either mechanize (works like a headless browser, handles cookies, forms, etc) or beautiful soup for scraping.