Class PageAssertions.HasURLOptions
- java.lang.Object
-
- com.microsoft.playwright.assertions.PageAssertions.HasURLOptions
-
- Enclosing interface:
- PageAssertions
public static class PageAssertions.HasURLOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoubletimeoutTime to retry the assertion for in milliseconds.
-
Constructor Summary
Constructors Constructor Description HasURLOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageAssertions.HasURLOptionssetTimeout(double timeout)Time to retry the assertion for in milliseconds.
-
-
-
Method Detail
-
setTimeout
public PageAssertions.HasURLOptions setTimeout(double timeout)
Time to retry the assertion for in milliseconds. Defaults to5000.
-
-