How to find and select an element that has a dynamic ID, that always changing every reloading the page,
this is the ID i want to select id=x-auto-234-input
but the 3 digit number always changing, Any ideas?
Below is the script
<div role="presentation" class="MegaEntryTextField x-component" id="x-auto-234" style="width: 60px; height: 22px;">
<input type="text" class=" x-form-field x-form-text " id="x-auto-234-input" tabindex="0" style="width: 52px; height: 18px;">
</div>
Can you suggest XPATH and CSS selector that work