Uses of Class
com.microsoft.playwright.ElementHandle.UncheckOptions
Packages that use ElementHandle.UncheckOptions
-
Uses of ElementHandle.UncheckOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return ElementHandle.UncheckOptionsModifier and TypeMethodDescriptionElementHandle.UncheckOptions.setForce(boolean force) Whether to bypass the actionability checks.ElementHandle.UncheckOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.ElementHandle.UncheckOptions.setPosition(double x, double y) A point to use relative to the top-left corner of element padding box.ElementHandle.UncheckOptions.setPosition(Position position) A point to use relative to the top-left corner of element padding box.ElementHandle.UncheckOptions.setTimeout(double timeout) Maximum time in milliseconds.ElementHandle.UncheckOptions.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 ElementHandle.UncheckOptionsModifier and TypeMethodDescriptionvoidElementHandle.uncheck(ElementHandle.UncheckOptions options) This method checks the element by performing the following steps: Ensure that element is a checkbox or a radio input. -
Uses of ElementHandle.UncheckOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type ElementHandle.UncheckOptionsModifier and TypeMethodDescriptionvoidElementHandleImpl.uncheck(ElementHandle.UncheckOptions options) private voidElementHandleImpl.uncheckImpl(ElementHandle.UncheckOptions options)