Skip to content

Duplicate pre-req for Element Click #1105

Open
@gsnedders

Description

@gsnedders

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions