Skip to content

Getting an error when hovering on element #1175

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

You must be logged in to vote

I see the issue.
The current solution is to use one of the following selectors:
XPATH: "//div[contains(@class, 'field row')]//div[contains(., 'TextInput65691513430')]"
Or CSS: 'div[class*="field row"] div:contains("TextInput65691513430")'

I'll make an update to allow for the XPath text()='TEXT' selector in the long run. Currently, the XPath contains(., 'TEXT') is the standard for XPath selectors containing text. It'll be shipped in the next release.

Replies: 3 comments 3 replies

Comment options

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

Answer selected by mdmintz
Comment options

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

Comment options

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

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