Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsAttachedOptions
Packages that use LocatorAssertions.IsAttachedOptions
-
Uses of LocatorAssertions.IsAttachedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsAttachedOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsAttachedOptions.setAttached(boolean attached) LocatorAssertions.IsAttachedOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsAttachedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.isAttached(LocatorAssertions.IsAttachedOptions options) Ensures thatLocatorpoints to an attached DOM node. -
Uses of LocatorAssertions.IsAttachedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsAttachedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isAttached(LocatorAssertions.IsAttachedOptions options)