-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
The string 'following-sibling:://*' is not a valid XPath expression #53
Comments
I think it has to do with this |
Also finding issue here
fails on error
|
Started working on this but this is gonna take me longer because xpath is kind of a pain. Gonna release the update without this fix and then try to circle back |
In flagpole/src/puppeteer/browserelement.ts Lines 562 to 569 in 1cb99e6
This is all the work I've done so far. This is working for .getAncestor("a") and .getNextSibling(".num"), but NOT for .getFirstChild() For the last, I still get
I closed the PR stale because I wanted the branch name back |
Getting error
when using
|
Using
.getNextSibling()
errors in browser scenarios:But succeeds in other scenarios (html):
Flagpole version:
2.5.3
Reproduction:
The text was updated successfully, but these errors were encountered: