Skip to content

Cannot access shadow element with seleniumbase #1869

Answered by mdmintz
hiyamandal asked this question in Q&A
Discussion options

You must be logged in to vote

Usually with ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point there is another element that would receive the click (one that is likely hovering over the element you want in the UI). You need to either remove or hide that other element that is covering over the element you want. It's probably an overlay of some kind.

But otherwise, shadow elements are accessed via the ::shadow selector, as you have done, with more examples here:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hiyamandal
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants