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