Optional
abilityOptional
callStatic
onspecify which element should be double-clicked on
the string representing the locator.
Optional
options: DblclickActionOptions(optional) options for the double-click action.
new DoubleClick instance
simple call with just locator
DoubleClick.on(
page.locator('myLocator')
);
with options
DoubleClick.on(
page.locator('myLocator'),
{ timeout: 3000 }
);
Generated using TypeDoc
Click on an element specified by a locator string.