Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsInViewportOptions
Packages that use LocatorAssertions.IsInViewportOptions
-
Uses of LocatorAssertions.IsInViewportOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsInViewportOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsInViewportOptions.setRatio(double ratio) The minimal ratio of the element to intersect viewport.LocatorAssertions.IsInViewportOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsInViewportOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.isInViewport(LocatorAssertions.IsInViewportOptions options) Ensures theLocatorpoints to an element that intersects viewport, according to the intersection observer API. -
Uses of LocatorAssertions.IsInViewportOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsInViewportOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isInViewport(LocatorAssertions.IsInViewportOptions options)