UI - Browser Steps - Improving Browser Steps usability on mobile

This commit is contained in:
dgtlmoon
2025-02-26 22:23:47 +01:00
parent 8e9a83d8f4
commit 957aef4ff3
3 changed files with 43 additions and 32 deletions

View File

@@ -221,7 +221,7 @@ $(document).ready(function () {
// If you switch to "Click X,y" after an element here is setup, it will give the last co-ords anyway
//if (x['isClickable'] || x['tagName'].startsWith('h') || x['tagName'] === 'a' || x['tagName'] === 'button' || x['tagtype'] === 'submit' || x['tagtype'] === 'checkbox' || x['tagtype'] === 'radio' || x['tagtype'] === 'li') {
$('select', first_available).val('Click element').change();
$('input[type=text]', first_available).first().val(x['xpath']);
$('input[type=text]', first_available).first().val(x['xpath']).focus();;
found_something = true;
//}
}