Open
Description
In chapter 14. Element Interaction, section 14.1 Element Click:
The Element Click command scrolls into view the element if it is not already pointer-interactable
Assuming my understanding per #1104 is correct, then this is redundant. scroll into view is a no-op if the element is not already in view, and elements in view are a superset of those which are pointer-interactable. Therefore, if we to repeat that behaviour we should use in view or (probably better) we should drop the redundant statement entirely.