Performs a forced click on the element, bypassing visibility checks.
Useful for elements obscured by overlays or technically "hidden" but interactable.
Supports fixtures for reusable selectors.
Parameters
page: any
selectorKey: string
The key of the selector in the fixtures or a raw CSS/XPath selector.
Performs a forced click on the element, bypassing visibility checks. Useful for elements obscured by overlays or technically "hidden" but interactable. Supports fixtures for reusable selectors.