You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default HTML locator is innerText which is not very useful because it means that you get thousands of results for the base HTML interactor that are variations of " ", " \n", "\n \n\n" etc...
This is not useful. We can keep the text filter to be the raw inner text so that we can match against that and have it include whitespace (although still not sure how useful that is) but for the locator we should trim the inner text so that differences in whitespace do not disambiguate.
The text was updated successfully, but these errors were encountered:
The default HTML locator is
innerText
which is not very useful because it means that you get thousands of results for the baseHTML
interactor that are variations of" "
," \n"
,"\n \n\n"
etc...This is not useful. We can keep the
text
filter to be the raw inner text so that we can match against that and have it include whitespace (although still not sure how useful that is) but for thelocator
we should trim the inner text so that differences in whitespace do not disambiguate.The text was updated successfully, but these errors were encountered: