Click an image at top right corner of the page #2562
SevenOutman
started this conversation in
General
Replies: 1 comment 1 reply
-
https://docs.taiko.dev/api/image/ Try this image api and if it doesn't work try using the xpath: click($("xpath-here")) For Github xpath is like, "//summary[@Class='Header-link']/img" So use, click($("//summary[@Class='Header-link']/img")) Let me know if it works! |
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, thanks for this great tool!
I have this use case where an image as user's avatar is placed at the top right corner of the page (like in this GitHub page). I want to click that image to open its popup menu but didn't find a selector for it.
Beta Was this translation helpful? Give feedback.
All reactions