feat: roll 1.32 driver, implement waitForCondition (#1237)
* Rolled recent driver * Implemented waitForCondition in Page and BrowserContext https://github.com/microsoft/playwright-java/issues/1208 Fixes https://github.com/microsoft/playwright-java/issues/1228
This commit is contained in:
@@ -967,6 +967,10 @@ class Interface extends TypeDefinition {
|
||||
if (asList("Page", "Browser", "BrowserContext", "WebSocket", "Worker").contains(jsonName)) {
|
||||
output.add("import java.util.function.Consumer;");
|
||||
}
|
||||
if (asList("Page", "BrowserContext").contains(jsonName)) {
|
||||
output.add("import java.util.function.BooleanSupplier;");
|
||||
}
|
||||
|
||||
if (asList("Page", "Frame", "BrowserContext", "WebSocket").contains(jsonName)) {
|
||||
output.add("import java.util.function.Predicate;");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user