使用selenium实现web自动化(三)-----输入用户名密码登录
创始人
2025-01-07 08:37:52
0

1、实现自动化登录某个页面,需要输入用户名和密码认证,导入模块和库

from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selenium.webdriver.common.desired_capabilities import DesiredCapabilities from selenium.webdriver.chrome.options import Options import re import subprocess import time

2、设置Chrome浏览器跳过安全检查

chrome_options = Options() chrome_options.add_argument('--ignore-certificate-errors')  chrome_options.add_argument('--ignore-ssl-errors')

3、设置Chrome浏览器禁止证书检查

capabilities = DesiredCapabilities.CHROME.copy() capabilities['acceptInsecureCerts'] = True

4、使用Chrome WebDriver实例化WebDriver对象,并传入Chrome选项和DesiredCapabilities,启动Chrome浏览器并打开登录页面

driver = webdriver.Chrome(options=chrome_options, desired_capabilities=capabilities) # 启动Chrome浏览器并打开登录页面 driver.get("https://www.baidu.com/")   #输入需要登录的地址

5、找到用户名和密码输入框并输入用户名和密码,其中"user_name"和"password"分别为登录页面用户名和密码输入框对应的id或name,该值通过开发者页面获取(按F12进入)。"user1"和"123456"分别为自定义的用户名和密码。

username_input = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "user_name"))) username_input.send_keys("user1") time.sleep(1) password_input = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "password"))) password_input.send_keys("123456") time.sleep(1)

6、找到登录按钮并点击

login_button = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "loginbtn"))) login_button.click() time.sleep(3)

 7、好了,附上完整源代码

from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selenium.webdriver.common.desired_capabilities import DesiredCapabilities from selenium.webdriver.chrome.options import Options import re import subprocess import time   # 设置Chrome浏览器跳过安全检查 chrome_options = Options() chrome_options.add_argument('--ignore-certificate-errors')  chrome_options.add_argument('--ignore-ssl-errors') # 设置Chrome浏览器禁止证书检查 capabilities = DesiredCapabilities.CHROME.copy() capabilities['acceptInsecureCerts'] = True driver = webdriver.Chrome(options=chrome_options, desired_capabilities=capabilities) # 启动Chrome浏览器并打开登录页面 driver.get("https://www.baidu.com/") time.sleep(3) # 找到用户名和密码输入框并输入用户名和密码 username_input = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "user_name"))) username_input.send_keys("user1") time.sleep(1) password_input = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "password"))) password_input.send_keys("123456") time.sleep(1) # 找到登录按钮并点击 login_button = WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.ID, "loginbtn"))) login_button.click() time.sleep(3)

相关内容

热门资讯

WPK透视辅助!德州局脚本,w... WPK透视辅助!德州局脚本,wpk德州局透视(切实是有挂)1、超多福利:超高返利,海量正版游戏,wp...
微扑克透视辅助!pokemmo... 微扑克透视辅助!pokemmo辅助器手机版下载,hhpoker开挂教程(一贯是真的有挂)1、微扑克透...
WPK透视辅助!扑克之星辅助,... WPK透视辅助!扑克之星辅助,wepoker辅助是真的假的(真是真的有挂)wepoker辅助是真的假...
wpk透视辅助!hhpoker... wpk透视辅助!hhpoker是内部控制吗,wepoker破解工具(好像真的有挂)1、hhpoker...
微扑克透视辅助!hhpoker... 微扑克透视辅助!hhpoker德州透视,xpoker透视辅助(好像真的是有挂)1)hhpoker德州...
微扑克透视辅助!黑侠破解wep... 微扑克透视辅助!黑侠破解wepoker,wepoker辅助分析器(切实是有挂)1、首先打开wepok...
wpk透视辅助!aapoker... wpk透视辅助!aapoker怎么设置抽水,大菠萝手游辅助(总是真的有挂)运aapoker怎么设置抽...
wpk透视辅助!wepoker... wpk透视辅助!wepoker软件辅助程序,wepoker辅助器安装包定制(其实是有挂)小薇(辅助器...
微扑克透视辅助!aapoker... 微扑克透视辅助!aapoker怎么提高中牌率,hhpoker软件安装包(确实真的有挂)1、进入游戏-...
WPK透视辅助!wepoker... 您好,wepoker透视器免费这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054...