Selenium Web驱动程序无法在Google Chrome Webstore中找到div类

时间:2018-09-08 05:56:49

标签: python selenium google-chrome-extension web-scraping selenium-chromedriver

我想从Google Chrome Website抓取一些数据。但是,每当尝试使用Selenium Webdriver时,我都会遇到问题。当我使用以下代码时,出现错误,指出该元素在网站中不存在。

button = driver.find_element_by_class_name("a-d-l-L")

网站快照: enter image description here

还有,如何从弹出窗口中获取数据(当我按下按钮时会弹出该窗口)。下一个屏幕可以在下一页找到。我想存储弹出消息中显示的数据。 enter image description here

1 个答案:

答案 0 :(得分:0)

Google在Chrome Webstore上具有特殊权限,到目前为止,您无法使用Selenium来自动化Chrome Webstore网站上的任何页面。