Replies: 2 comments 1 reply
-
Hi! I don't get why are you interested in clicking on the div in particular. You have a button inside, you should query that element and click on it instead. Am I missing something else? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, that's not a button, its another div element (named as button) which simply contains a svg icon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, How do I query in DOM items that do not have a role? for exampe:
I'm trying to query this and then click it but since its a simple div with an image inside, im not sure how to query it.
Beta Was this translation helpful? Give feedback.
All reactions