随笔分类 -  Selenium模拟浏览器操作

谷歌浏览器加载驱动(chromedriver)——selenium
摘要:http://chromedriver.storage.googleapis.com/index.html 可以到该网站下载对应的谷歌驱动器(注意:需要版本和操作系统对应,其中windows统一32的)。 阅读全文
posted @ 2021-06-14 10:35 汤姆猫8 阅读(372) 评论(0) 推荐(0)
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element
摘要:org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element(识别不到想要的元素) 想获取到收件箱中包含坚果云的字段 此处遇见的问题,网页中想要识别的元素在iframe框中,于是不能直接: 阅读全文
posted @ 2021-06-13 17:46 汤姆猫8 阅读(1254) 评论(0) 推荐(0)