How can I select element with same identifier #2424
LintaoAmons
started this conversation in
General
Replies: 2 comments
-
Can try scrollTo('Name') and then click |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe try xpath with //body/span[x]. x being the position of the span you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a HTML file have elements like this
Question: How can I click the second span with the same element text "Name"?
Beta Was this translation helpful? Give feedback.
All reactions