随笔分类 - python自动化Selenium
摘要:from selenium.webdriver import Edge from selenium.webdriver.common.by import By # 操作链 from selenium.webdriver import ActionChains # 12306登录会检测,检测一些sel
阅读全文
摘要:from selenium.webdriver import Edge from selenium.webdriver.common.by import By # 在这里导入浏览器设置相关的类 from selenium.webdriver.edge.options import Options #
阅读全文
摘要:from selenium.webdriver import Edge # 在这里导入浏览器设置相关的类 from selenium.webdriver.edge.options import Options # 无可视化界面设置 # edge_options = Options() # 使用无头模
阅读全文
摘要:import time from selenium.webdriver import Edge from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys # 键盘输入 # 1
阅读全文
摘要:import time from selenium.webdriver import Edge from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys # 键盘输入 # 1
阅读全文