We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3705ed3 commit 04e133eCopy full SHA for 04e133e
1 file changed
Selenium_cheat_sheet.py
@@ -74,4 +74,7 @@
74
# cklick on checkbox with javascript
75
driver.execute_script("document.getElementById('personalData').checked = true")
76
77
+click = driver.find_element_by_class_name('checkbox checkbox-off')
78
+click.click()
79
+
80
0 commit comments