Files
ladybird/Libraries/LibWeb/WebDriver
Tim Ledbetter 122da7b7d6 LibWeb: Don't crash in WebDriver call when element has no client rects
Previously, the `in_view_center_point()` function unconditionally
called `first()` on the result of `getClientRects()`, which hits an
assertion when the element has no rendered box. We now return an error
from `in_view_center_point()` in this case.
2026-02-11 09:34:47 +01:00
..
2025-08-23 16:04:36 -06:00
2025-08-23 16:04:36 -06:00
2026-01-12 13:53:28 -05:00
2025-08-23 16:04:36 -06:00
2025-08-23 16:04:36 -06:00