mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-08-14 03:55:37 +00:00
parent
ce6d388c6e
commit
3729976a28
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user