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
Any idead why the element "a1033" is not clickable ?
Task:workarena.servicenow.filter-asset-list
Action:click('a1033')
Error:
TimeoutError: Timeout 500ms exceeded.
=========================== logs ===========================
waiting for get_by_test_id("a").frame_locator(":scope").get_by_test_id("a1033")
locator resolved to <input value="" type="text" bid="a1033" role="combobox"…/>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<a bid="a1034" tabindex="-1" role="button" aria-hid…>…</a> intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<a bid="a1034" tabindex="-1" role="button" aria-hid…>…</a> intercepts pointer events
retrying click action, attempt #2
waiting 20ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<a bid="a1034" tabindex="-1" role="button" aria-hid…>…</a> intercepts pointer events
retrying click action, attempt #3
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<a bid="a1034" tabindex="-1" role="button" aria-hid…>…</a> intercepts pointer events
retrying click action, attempt #4
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<a bid="a1034" tabindex="-1" role="button" aria-hid…>…</a> intercepts pointer events
retrying click action, attempt #5
waiting 500ms
============================================================
AXTree:
[a1029] row ''
[a1030] gridcell ''
[a1031] gridcell '-- choose field -- -- choose field --'
[a1033] combobox 'All of these conditions must be met. -- choose field --', hasPopup='listbox', expanded=False
[a1125] gridcell '-- oper --'
[a1126] combobox 'Operator For Condition 1: -- choose field -- -- oper --' value='-- oper --', disabled=True, hasPopup='menu', expanded=False
[a1127] menuitem '-- oper --', disabled=True
[a1128] gridcell '-- value --'
[a1129] textbox 'Input value' value='-- value --', disabled=True
StaticText '-- value --'
DOM:
<td bid="a1031" class="sn-filter-top condition-row__field-cell" id="field">
<div bid="a1032" class="select2-container filerTableSelect select2 form-control filter_type" id="s2id_autogen1" role="none" style="vertical-align: top;" title="Choose option">
<input aria-controls="select2-drop" aria-expanded="false" aria-label="All of these conditions must be met. -- choose field --" bid="a1033" class="select2-focusser select2-offscreen" id="s2id_autogen2" role="combobox" type="text" value=""/>
<a aria-hidden="true" bid="a1034" class="select2-choice" href="javascript:void(0)" role="button" tabindex="-1">
<span bid="a1035" class="select2-chosen" id="select2-chosen-2">
-- choose field --
</span>
The text was updated successfully, but these errors were encountered:
Hi all,
Any idead why the element
"a1033"
is not clickable ?Task:
workarena.servicenow.filter-asset-list
Action:
click('a1033')
Error:
AXTree:
DOM:
The text was updated successfully, but these errors were encountered: