Skip to content

Element Click unable to interact with element in <iframe> that is outside viewport #1141

Open
@andreastt

Description

@andreastt

The Element Click command is currently unable to interact with (hit) elements inside <iframe>s that are outside the viewport because it does not bring the <iframe> into view first. This is because Element.scrollIntoView on the element inside the frame only moves the viewport of the frame.

This bug was reported on geckodriver, so see mozilla/geckodriver#1039 for more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions