Uses of Class
com.microsoft.playwright.Locator.TapOptions
-
Packages that use Locator.TapOptions Package Description com.microsoft.playwright -
-
Uses of Locator.TapOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.TapOptions Modifier and Type Method Description Locator.TapOptionsLocator.TapOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.TapOptionsLocator.TapOptions. setModifiers(List<KeyboardModifier> modifiers)Modifier keys to press.Locator.TapOptionsLocator.TapOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.TapOptionsLocator.TapOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Locator.TapOptionsLocator.TapOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Locator.TapOptionsLocator.TapOptions. setTimeout(double timeout)Maximum time in milliseconds.Locator.TapOptionsLocator.TapOptions. setTrial(boolean trial)When set, this method only performs the actionability checks and skips the action.Methods in com.microsoft.playwright with parameters of type Locator.TapOptions Modifier and Type Method Description voidLocator. tap(Locator.TapOptions options)Perform a tap gesture on the element matching the locator.
-