ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Hi for the pop up I did same thing but when I try to click on button I am unable to click ....
Try belowfrom selenium.webdriver.common.action_chains import ActionChainsaction = ActionChains(driver)action.move_to_element(element).click().perform()
@@nirranjanraut07 I also tried with this but unable to click....and I printed page source..so in page source button details are available
Share me the details/error logs on wa.me/917709343603May be element is not clickable/visible/interactable.
Hi for the pop up I did same thing but when I try to click on button I am unable to click ....
Try below
from selenium.webdriver.common.action_chains import ActionChains
action = ActionChains(driver)
action.move_to_element(element).click().perform()
@@nirranjanraut07 I also tried with this but unable to click....and I printed page source..so in page source button details are available
Share me the details/error logs on wa.me/917709343603
May be element is not clickable/visible/interactable.