HTML elements
How do I locate Shadow DOM (either CSS Selector, XPATH, etc.)?
The page I am trying to scrape is: scrape.do
P.S. I was aiming for the iframe in this way:
iframe = WebDriverWait(driver, 10).until(
EC.presence_of_element_located((By.ID, 'cf-chl-widget-3kwf9'))
)
0 comments:
Post a Comment
Thanks