使用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)

相关内容

热门资讯

每日必看教程!凑一桌关春天辅助... 每日必看教程!凑一桌关春天辅助器可以安装(透视)wepoker辅助器软件下载(关于开挂辅助脚本)是一...
玩家实测!闲逸助手下载2.4.... 玩家实测!闲逸助手下载2.4.0(透视)wepoker黑侠辅助器正版下载(分享开挂辅助安装);wep...
我来分享!友玩广西辅助联系方式... 我来分享!友玩广西辅助联系方式(透视)哈糖大菠萝能开挂吗(必备开挂辅助助手);是一款可以让一直输的玩...
总算了解!小闲辅助神器(透视)... 总算了解!小闲辅助神器(透视)德普之星私人局透视(曝光开挂辅助助手);德普之星私人局透视是一种具有地...
技术分享!美猴王辅助(透视)购... 您好:购买的wpk辅助在哪里下载这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很...
一起来讨论!玉兔辅助器(透视)... 一起来讨论!玉兔辅助器(透视)德州圈脚本(总结开挂辅助软件);1、不需要AI权限,帮助你快速的进行德...
让我来分享经验!了解科技南通长... 让我来分享经验!了解科技南通长牌辅助神器(透视)wepoker透视脚本下载(科普开挂辅助神器);1....
盘点十款!手机字牌辅助脚本工具... 您好,手机字牌辅助脚本工具这款游戏可以开挂的,确实是有挂的,需要了解加微【485275054】很多玩...
玩家必看攻略!雀友会广东潮汕麻... 玩家必看攻略!雀友会广东潮汕麻雀开挂(透视)wepoker看底牌(关于开挂辅助器);1、这是跨平台的...
一分钟揭秘!微信边锋辅助(透视... 一分钟揭秘!微信边锋辅助(透视)wpk俱乐部有没有辅助(了解开挂辅助安装);相信小伙伴都知道这个微信...