Uses of Class
com.microsoft.playwright.Locator.ScrollIntoViewIfNeededOptions
Packages that use Locator.ScrollIntoViewIfNeededOptions
-
Uses of Locator.ScrollIntoViewIfNeededOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.ScrollIntoViewIfNeededOptionsModifier and TypeMethodDescriptionLocator.ScrollIntoViewIfNeededOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.ScrollIntoViewIfNeededOptionsModifier and TypeMethodDescriptionvoidLocator.scrollIntoViewIfNeeded(Locator.ScrollIntoViewIfNeededOptions options) This method waits for actionability checks, then tries to scroll element into view, unless it is completely visible as defined by IntersectionObserver'sratio. -
Uses of Locator.ScrollIntoViewIfNeededOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.ScrollIntoViewIfNeededOptionsModifier and TypeMethodDescriptionvoidLocatorImpl.scrollIntoViewIfNeeded(Locator.ScrollIntoViewIfNeededOptions options)