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

feat: roll driver, add dnd tests (#540)

This commit is contained in:
Yury Semikhatsky
2021-08-06 16:06:52 -07:00
committed by GitHub
parent 476e222c93
commit fcac298050
13 changed files with 458 additions and 41 deletions
@@ -259,6 +259,11 @@ class TypeRef extends Element {
customTypeNames.put("FileChooser.setFiles.files", "FilePayload");
customTypeNames.put("Frame.setInputFiles.files", "FilePayload");
customTypeNames.put("Page.setInputFiles.files", "FilePayload");
customTypeNames.put("Page.dragAndDrop.options.sourcePosition", "Position");
customTypeNames.put("Frame.dragAndDrop.options.sourcePosition", "Position");
customTypeNames.put("Page.dragAndDrop.options.targetPosition", "Position");
customTypeNames.put("Frame.dragAndDrop.options.targetPosition", "Position");
}
TypeRef(Element parent, JsonElement jsonElement) {