We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e36c commit d23fca8Copy full SHA for d23fca8
form_automation_ipynb
@@ -1,4 +1,5 @@
1
-
+#referring to this website
2
+#https://medium.com/swlh/automatically-filling-multiple-responses-into-a-google-form-with-selenium-and-python-176340c5220d
3
!apt update
4
!apt install chromium-chromedriver
5
!apt install chromium-browser
@@ -29,6 +30,8 @@ submitbutton = driver.find_element_by_class_name("appsMaterialWizButtonPaperbutt
29
30
31
print("class found successfully")
32
33
+#https://www.kite.com/python/answers/how-to-get-the-indices-of-all-occurrences-of-an-element-in-a-list-in-python
34
+#to find the indexes of the data that you want to input in
35
print ("The list is : " + str(radiobuttons))
36
counter = 0
37
for i in radiobuttons:
0 commit comments