mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
@@ -69,7 +69,7 @@ function process(elem, locator, enabled) {
|
||||
}
|
||||
if (elem.hasAttribute("value") &&
|
||||
elem.tagName === "INPUT" &&
|
||||
isAnyOf(elem.getAttribute("type"), ["reset", "button"])) {
|
||||
isAnyOf(elem.getAttribute("type"), ["reset", "button", "submit"])) {
|
||||
addString(elem.getAttribute("value"), locator(elem));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user