Skip to content

Commit d23fca8

Browse files
authored
Update form_automation_ipynb
1 parent cb2e36c commit d23fca8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

form_automation_ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
#referring to this website
2+
#https://medium.com/swlh/automatically-filling-multiple-responses-into-a-google-form-with-selenium-and-python-176340c5220d
23
!apt update
34
!apt install chromium-chromedriver
45
!apt install chromium-browser
@@ -29,6 +30,8 @@ submitbutton = driver.find_element_by_class_name("appsMaterialWizButtonPaperbutt
2930

3031
print("class found successfully")
3132

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
3235
print ("The list is : " + str(radiobuttons))
3336
counter = 0
3437
for i in radiobuttons:

0 commit comments

Comments
 (0)