-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Area: browserThe browser moduleThe browser module
Description
What
Clicking elements that aren't naturally interactive or visible may indicate underlying issues.
Solution
Avoid using force: true
in click
actions as it may indicate test design issues. Investigate why elements aren't naturally clickable.
Probably best placed in the click
API docs.
Force clicking bypasses natural user interaction checks. This is related to the cookie banner handling -- #2089.
Metadata
Metadata
Assignees
Labels
Area: browserThe browser moduleThe browser module