Package com.microsoft.playwright
Class Page.WaitForEventOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.WaitForEventOptions
-
-
Constructor Summary
Constructors Constructor Description WaitForEventOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.WaitForEventOptions
withPredicate(Predicate<Event<Page.EventType>> predicate)
Page.WaitForEventOptions
withTimeout(int millis)
-
-
-
Field Detail
-
timeout
public Integer timeout
-
predicate
public Predicate<Event<Page.EventType>> predicate
-
-
Method Detail
-
withTimeout
public Page.WaitForEventOptions withTimeout(int millis)
-
withPredicate
public Page.WaitForEventOptions withPredicate(Predicate<Event<Page.EventType>> predicate)
-
-