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