You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let matches = $('button[type="button"].btn.btn-outline-dark');
let selectedElement = (await matches.elements())[indexNumber];
Request
this is not big deal but reducing the line of codes matter while working on project.
let selectedElement = await `$('input[maxlength="11"]').ElementAt(indexNumber);`
// or
let selectedElement = await `$('input[maxlength="11"]').At(indexNumber);`
``
Versions
Version: 1.0.3 (Chromium:81.0.3994.0)
The text was updated successfully, but these errors were encountered:
hi, could you add a specific function to get element in an array by number of Index
Case
$('input[maxlength="11"]');
or$('button[type="button"].btn.btn-outline-dark');
Current State
Request
``
Versions
The text was updated successfully, but these errors were encountered: