1
0
mirror of synced 2026-08-05 23:16:54 +00:00

feat: roll 1.27.0 alpha oct 5 2022 (#1091)

This commit is contained in:
Yury Semikhatsky
2022-10-07 16:20:04 -07:00
committed by GitHub
parent ae54a7da55
commit bb4f3297e8
33 changed files with 3080 additions and 232 deletions
@@ -939,7 +939,7 @@ class Interface extends TypeDefinition {
if (methods.stream().anyMatch(m -> "create".equals(m.jsonName))) {
output.add("import com.microsoft.playwright.impl." + jsonName + "Impl;");
}
if (asList("Page", "Request", "Response", "APIRequestContext", "APIRequest", "APIResponse", "FileChooser", "Frame", "ElementHandle", "Locator", "Browser", "BrowserContext", "BrowserType", "Mouse", "Keyboard").contains(jsonName)) {
if (asList("Page", "Request", "Response", "APIRequestContext", "APIRequest", "APIResponse", "FileChooser", "Frame", "FrameLocator", "ElementHandle", "Locator", "Browser", "BrowserContext", "BrowserType", "Mouse", "Keyboard").contains(jsonName)) {
output.add("import com.microsoft.playwright.options.*;");
}
if ("Download".equals(jsonName)) {