Open
Description
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.