w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Convert element coordinates to document origin #586

Closed jgraham closed 8 months ago

jgraham commented 8 months ago

The spec is supposed to normalise everything to document coordinates for computing intersections. However element bounding boxes turn out to be in viewport coordinates, so we need to uncinditionally convert these before using them.


Preview | Diff

whimboo commented 8 months ago

FYI @lutien will take care of the tests over on https://bugzilla.mozilla.org/show_bug.cgi?id=1840999.