Selenium在Instagram登录页面上找不到CSS选择器

时间:2019-10-01 07:04:18

标签: css selenium

我正在使用硒+ python:

notnow = webdriver.find_elements_by_xpath("//*[contains(text(), 'Not Now')]")
notnow.click()

在通过Chromedriver登录后单击“不立即”按钮以关闭Instagram通知:

enter image description here

但是,我收到终端错误:

  

notnow.click()中的文件“ /Applications/Instabot.py”,第23行   AttributeError:“列表”对象没有属性“点击”

登录后如何通过“不立即” @ www.instagram.com选择关闭浏览器通知?

1 个答案:

答案 0 :(得分:0)

我认为这段代码会起作用:

driver.find_element_by_css_selector('button.sqdOP  L3NKy')