当前位置:网站首页>Selenium check box
Selenium check box
2022-07-03 23:10:00 【thorne_】
Take Sina Weibo registration page as an example , Check the individual check boxes : Check here ‘ Journalism ’ Check box as an example

Code ideas : By positioning the check box xpth, And then click .
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from selenium import webdriver
from selenium.webdriver.common.by import By
driver = webdriver.Chrome()
driver.get("https://login.sina.com.cn/signup/signup?entry=homepage") # Sina registration page
element = driver.find_element(By.XPATH,'//*[@id="phone-form"]/div[4]/div[2]/label[1]/input').click()Check all check boxes : Locate through the same attribute of each check box , And then click
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from selenium import webdriver
from selenium.webdriver.common.by import By
driver = webdriver.Chrome()
driver.get("https://login.sina.com.cn/signup/signup?entry=homepage")
# Find the same attribute for each check box element
elements = driver.find_elements(By.NAME,'hobbies[]')
for element in elements:
element.click()边栏推荐
- Teach you how to run two or more MySQL databases at the same time in one system
- ADB related commands
- What are the common computer problems and solutions
- [Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)
- string
- Blue Bridge Cup -- guess age
- Shell script three swordsman awk
- 4 environment construction -standalone ha
- Loop compensation - explanation and calculation of first-order, second-order and op amp compensation
- How can enterprises and developers take advantage of the explosion of cloud native landing?
猜你喜欢

Firefox set up proxy server
![[Android reverse] use the DB browser to view and modify the SQLite database (copy the database file from the Android application data directory | use the DB browser tool to view the data block file)](/img/6e/3ffa91154a718b6ace6c8ca87c5995.jpg)
[Android reverse] use the DB browser to view and modify the SQLite database (copy the database file from the Android application data directory | use the DB browser tool to view the data block file)

Ppt image processing
![[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)](/img/1d/044e81258db86cf34eddd3b8f5cf90.jpg)
[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)

How to quickly build high availability of service discovery

webAssembly

How to connect a laptop to a projector

Summary of fluent systemchrome

Pyqt5 sensitive word detection tool production, operator's Gospel

How can enterprises and developers take advantage of the explosion of cloud native landing?
随机推荐
C summary of knowledge point definitions, summary notes
1 Introduction to spark Foundation
LeetCode 540. A single element in an ordered array
Harbor integrated LDAP authentication
Sort merge sort
Pointer concept & character pointer & pointer array yyds dry inventory
To rotate 90 degrees clockwise and modify the video format
A preliminary study on the middleware of script Downloader
Ansible common usage scenarios
Esp-idf turns off serial port log output.
Comparable interface and comparator interface
Hcip day 16 notes
What are the common computer problems and solutions
SDNU_ ACM_ ICPC_ 2022_ Winter_ Practice_ 4th [individual]
Interesting 10 CMD commands
Errors taken 1 Position1 argument but 2 were given in Mockingbird
Wisdom tooth technology announced that it had completed the round D financing of US $100million and had not obtained a valid patent yet
3 environment construction -standalone
Design of logic level conversion in high speed circuit
Buuctf, misc: sniffed traffic