selenium配置
chrome driver下载
https://sites.google.com/chromium.org/driver/home
115 and newer
https://googlechromelabs.github.io/chrome-for-testing
114 and older
https://chromedriver.storage.googleapis.com/index.html
https://sites.google.com/chromium.org/driver/downloads
selenium文档
https://www.selenium.dev/documentation/webdriver/
chrome的console可以用来验证xpath
$x("你的xPath")