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
But the Shadow DOM doesn't have its own viewport. It's sharing it with the viewport of the main document. Or am I wrong? But it could happen that there is an iframe within the Shadow DOM which indeed would have to be taken into account. I don't think that we have a test case for that yet.
In
input.performActions
command, withorigin: "viewport"
andcontext
of iframe, the wrong coordinates are used.Input.dispatchMouseEvent
, which uses coordinated "relative to the main frame's viewport".Repro:
test_move_to_origin_position_within_frame
.The text was updated successfully, but these errors were encountered: