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
More details: to capture this particular element, we set viewport override to the element's bounding box, and new Chromium behavior is to reposition sticky header according to the new viewport. That seems like a logical move in Chromium, but produces unexpected result for this screenshot.
We are prioritizing the bugs based on the upvotes, recency and our ability to act. It looks like this issue only has a handful of upvotes, has not been touched recently and/or we lack sufficient feedback to act on it. We are closing issues like this one to keep our bug database maintainable. Please feel free to open a new issue and link this one to it if you think this is a mistake.
Context:
Was working prior in 1.7. Now not working in 1.9.1
Operating System: Linux, python playwright
Describe the bug
pip freeze | grep play
playwright==0.171.1
Now with
pip freeze | grep play
playwright==1.9.1
Obviously I am only wanting to clip the element, not anything positioned over it.
The text was updated successfully, but these errors were encountered: