随笔分类 -  python / Selenium

摘要:click和clear ActionChains from selenium import webdriver from selenium.webdriver import ActionChains from selenium.webdriver.support.wait import WebDri 阅读全文
posted @ 2019-09-18 14:32 日新其德止于至善 阅读(219) 评论(0) 推荐(0)
摘要:官网链接:http://selenium python.readthedocs.io/locating elements.html 阅读全文
posted @ 2019-09-18 14:28 日新其德止于至善 阅读(163) 评论(0) 推荐(0)
摘要:官网(https://selenium python.readthedocs.io/) selenium原理 对于每一个selenium脚本,一个http请求会被创建并且发送给浏览器的驱动(即chromeDriver.exe)。 浏览器驱动中包含了一个HTTP Server,用来接收这些http请求 阅读全文
posted @ 2019-09-17 10:58 日新其德止于至善 阅读(1016) 评论(0) 推荐(0)