Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsAttachedOptions
-
Packages that use LocatorAssertions.IsAttachedOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.IsAttachedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsAttachedOptions Modifier and Type Method Description LocatorAssertions.IsAttachedOptionsLocatorAssertions.IsAttachedOptions. setAttached(boolean attached)LocatorAssertions.IsAttachedOptionsLocatorAssertions.IsAttachedOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsAttachedOptions Modifier and Type Method Description voidLocatorAssertions. isAttached(LocatorAssertions.IsAttachedOptions options)Ensures thatLocatorpoints to an element that is connected to a Document or a ShadowRoot.
-