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