26-03-20 04:49 PM
function f3() { $('#igtxttxtQty').trigger('focus'); $('#igtxttxtQty').trigger('mousedown'); $('#igtxttxtQty').trigger('mouseup'); $('#igtxttxtQty').trigger('click'); $('#igtxttxtQty').trigger('keydown'); $('#igtxttxtQty').trigger('keyup'); }
f3(); //
26-03-20 08:29 PM
26-03-20 08:46 PM
<div id="Qty" class="field-newline"> <label id="QtyLabel">Qty <span class="txtRed">*</span></label> <input type="hidden" name="ctl02$txtQty" id="txtQty" value="3"> <input type="hidden" name="txtQty_p" id="txtQty_p" value="3"> <input type="text" style="text-align:Right;ime-mode:disabled;" class="txtSmall" id="igtxttxtQty" editid="txtQty"> </div>
The 2 hidden fields get their quantity updated. I can't see any difference in the page's code after entering into that field.
26-03-20 09:05 PM
Is this the source code after entering the data manually
This will be a hit and try approach mate .
we need to compare the source code when entering the data manually and the source code when data is entered through robot .
Once we find the difference between the two . We can then try to set the element where data is entered through Robot
warm regards
wasif
30-03-20 04:50 PM
30-11-20 11:59 AM
01-12-20 09:37 AM