Could you tell me how html id (ex. id=isc_8B) generated? We noticed that they are changing from time to time. "isc_8" stays but letter (B) changes. What is the pattern?
<input type="TEXT" tabindex="5705" style="width: 60px; height: 20px; text-align: right; -moz-user-focus: normal;" class="textItem" autocomplete="OFF" oninput="isc_TextItem_1040.$43g()" spellcheck="true" $9a="$9b" $89="isc_TextItem_1040" handlenativeevents="false" id="isc_EW" name="coupon">
<INPUT class=textItem id=isc_8B style="MARGIN-TOP: -1px; MARGIN-BOTTOM: -1px; WIDTH: 60px; HEIGHT: 20px; TEXT-ALIGN: right" tabIndex=5705 name=coupon $9a="$9b" $89="isc_TextItem_1114" AUTOCOMPLETE="OFF" ONINPUT="isc_TextItem_1114.$43g()" handleNativeEvents="false">
We need this information for automated testing.
<input type="TEXT" tabindex="5705" style="width: 60px; height: 20px; text-align: right; -moz-user-focus: normal;" class="textItem" autocomplete="OFF" oninput="isc_TextItem_1040.$43g()" spellcheck="true" $9a="$9b" $89="isc_TextItem_1040" handlenativeevents="false" id="isc_EW" name="coupon">
<INPUT class=textItem id=isc_8B style="MARGIN-TOP: -1px; MARGIN-BOTTOM: -1px; WIDTH: 60px; HEIGHT: 20px; TEXT-ALIGN: right" tabIndex=5705 name=coupon $9a="$9b" $89="isc_TextItem_1114" AUTOCOMPLETE="OFF" ONINPUT="isc_TextItem_1114.$43g()" handleNativeEvents="false">
We need this information for automated testing.
Comment