F
F
Foxtm1172020-05-07 16:48:08
Automation
Foxtm117, 2020-05-07 16:48:08

How to automate google form input?

There is a Google form, you need to write a script that would answer questions, and then click "Send another answer" and loop it all. I really want to figure out how this can be implemented, I'm not strong in programming, but I will be grateful if you share useful literature.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dubolom Unicellular, 2020-05-07
@Foxtm117

selenium.
Look, there is js, but it’s harder to do it with js than with python (python is the language for which selenium was created), as well as a few minuses in selenium:

  • It works and opens pages only in FireFox
  • Selenium which is powered by nodeJS has few video tutorials

--JS--
Russian tutorials (video):
https://www.youtube.com/watch?v=uZcumrvZBOU
Russian tutorial articles (Habr):
https://habr.com/ru/company/ruvds/blog/ 338984/
--Python--
English tutorials:
https://www.youtube.com/watch?v=7ovFudqFB0Q
If you still write in python, here are the docks:
https://selenium-python.readthedocs.io/

D
Dimonchik, 2020-05-07
@dimonchik2013

There are a bunch of Selenium
manuals
and there are things that are simpler, but faster to master it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question