Optional
abilityOptional
callStatic
elementspecify which element should be clicked on
the string representing the locator.
Optional
options: CheckActionOptions(optional): options for the check action.
new Check instance
simple call with just locator
Check.element(
page.locator('myLocator')
);
with options
Check.element(
page.locator('myLocator'),
{ timeout: 3000 }
);
Generated using TypeDoc
Check a checkbox specified with locator.