Class PlaywrightWait
- java.lang.Object
-
- com.intuit.karate.driver.playwright.PlaywrightWait
-
public class PlaywrightWait extends Object
- Author:
- pthomas3
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Predicate<PlaywrightMessage>DOM_CONTENT_LOADED
-
Constructor Summary
Constructors Constructor Description PlaywrightWait(PlaywrightDriver driver, DriverOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceive(PlaywrightMessage pwm)PlaywrightMessagesend(PlaywrightMessage pwm, java.util.function.Predicate<PlaywrightMessage> condition)voidsetLogger(Logger logger)
-
-
-
Field Detail
-
DOM_CONTENT_LOADED
public static final java.util.function.Predicate<PlaywrightMessage> DOM_CONTENT_LOADED
-
-
Constructor Detail
-
PlaywrightWait
public PlaywrightWait(PlaywrightDriver driver, DriverOptions options)
-
-
Method Detail
-
setLogger
public void setLogger(Logger logger)
-
send
public PlaywrightMessage send(PlaywrightMessage pwm, java.util.function.Predicate<PlaywrightMessage> condition)
-
receive
public void receive(PlaywrightMessage pwm)
-
-