今天遇到一个奇怪的问题,用Chrome浏览的copy as xpath功能,居然找不到元素,原来是因为网页嵌套了ifram,而webdriver每次只能在一个页面识别,因此需要先定位到相应的frame
2020-03-12 Python 4137 views
unknown error: call function result missing 'value' for Selenium Send Keys even after chromedriver upgrade
2019-02-27 错误异常 3220 views
Python在Mac上selenium安装与使用,使用brew安装chromedriver或者直接下载,直接下载chromedriver的要注意使用时写上路径,通过pip安装selenium
2019-02-27 Python 4047 views
Python中selenium安装与使用
2019-02-14 Python 4953 views