Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasJSPropertyOptions
-
Packages that use LocatorAssertions.HasJSPropertyOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
Uses of LocatorAssertions.HasJSPropertyOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasJSPropertyOptions Modifier and Type Method Description LocatorAssertions.HasJSPropertyOptionsLocatorAssertions.HasJSPropertyOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasJSPropertyOptions Modifier and Type Method Description voidLocatorAssertions. hasJSProperty(java.lang.String name, java.lang.Object value, LocatorAssertions.HasJSPropertyOptions options)Ensures theLocatorpoints to an element with given JavaScript property. -
Uses of LocatorAssertions.HasJSPropertyOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasJSPropertyOptions Modifier and Type Method Description voidLocatorAssertionsImpl. hasJSProperty(java.lang.String name, java.lang.Object value, LocatorAssertions.HasJSPropertyOptions options)
-