Replies: 2 comments
-
Related fix PR candidate : #2171 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jphyde thanks so much for the excellent quality report btw , moved to actual issue queue here #2172 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Since upgrading to 0.45.14, my result snapshot has page elements out of order based on how they appear on the page.
Version
0.45.14
To Reproduce
Example here: https://changedetection.io/share/pVPdDIL2tbca
its a source watch, although I have other examples of a text watch. I use XPATH filters.
When I rollback to 0.45.13, the result is in page order.
Expected behavior
Result should be:
<img...
text()
<h4...
<strike...
in that order.
Screenshots



Desktop (please complete the following information):
Additional Information
Using ghcr.io/browserless/chrome:latest for playwright-chrome
docker-compose.txt
Beta Was this translation helpful? Give feedback.
All reactions