public final class ChromeDevToolsUtils extends Object
| Constructor and Description |
|---|
ChromeDevToolsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable)
Closes a closable quietly.
|
static <T> void |
waitForEvent(Function<EventHandler<T>,EventListener> eventConsumer)
Waits for event from a given event consumer.
|
public static void closeQuietly(Closeable closeable)
closeable - Closable implementation.public static <T> void waitForEvent(Function<EventHandler<T>,EventListener> eventConsumer)
T - Type of an event.eventConsumer - Event consumer.Copyright © 2020. All rights reserved.