Hands-On Python Selenium: Dealing with Popup Dialogs and Cookie Consent

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 4

  • @Priya-z4k4m
    @Priya-z4k4m ปีที่แล้ว +1

    Hi for the pop up I did same thing but when I try to click on button I am unable to click ....

    • @nirranjanraut07
      @nirranjanraut07  ปีที่แล้ว

      Try below
      from selenium.webdriver.common.action_chains import ActionChains
      action = ActionChains(driver)
      action.move_to_element(element).click().perform()

    • @Priya-z4k4m
      @Priya-z4k4m ปีที่แล้ว

      @@nirranjanraut07 I also tried with this but unable to click....and I printed page source..so in page source button details are available

    • @nirranjanraut07
      @nirranjanraut07  ปีที่แล้ว

      Share me the details/error logs on wa.me/917709343603
      May be element is not clickable/visible/interactable.