We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions using text search and smart selectors, like click(), should find specified text
click() using smart selectors does not find the text now, hence, can not click it
> openBrowser() [PASS] Browser opened > goto("https://google-gruyere.appspot.com/.../login")
> click("New Snippet") [FAIL] Error: Element with text New Snippet not found, run `.trace` for more info.
This works well in 1.0.18 but 1.0.19 is breaking some of my tests. May be related to #1429
node --version v14.7.0 taiko --version Version: 1.0.19 (Chromium: 86.0.4214.0) RELEASE
The text was updated successfully, but these errors were encountered:
I think this is caused by the Non-breaking Space between the words "New" and "Snippet".
Sorry, something went wrong.
#1442 fix nbsp text search
75718d1
Signed-off-by: NivedhaSenthil <nivedhasenthil@gmail.com>
#1442 fix childnode contains
f254df0
Fix text regression (#1445)
280583a
* #1442 fix nbsp text search Signed-off-by: NivedhaSenthil <nivedhasenthil@gmail.com> * #1442 fix childnode contains Signed-off-by: NivedhaSenthil <nivedhasenthil@gmail.com> Co-authored-by: Zabil Cheriya Maliackal <zabil@users.noreply.github.com>
It's working now, thank you! Awesome resolution time :)
NivedhaSenthil
Successfully merging a pull request may close this issue.
Expected behavior
Functions using text search and smart selectors, like click(), should find specified text
Actual behavior
click() using smart selectors does not find the text now, hence, can not click it
Steps to reproduce
This works well in 1.0.18 but 1.0.19 is breaking some of my tests. May be related to #1429
Versions
The text was updated successfully, but these errors were encountered: