selenium配置
chrome driver下载
https://sites.google.com/chromium.org/driver/home
selenium文档
https://www.selenium.dev/documentation/webdriver/
第三方翻译的中文文档
chrome的console可以用来验证xpath
$x("你的xPath")
https://sites.google.com/chromium.org/driver/home
https://www.selenium.dev/documentation/webdriver/
第三方翻译的中文文档
$x("你的xPath")