im using imacros I want to do a copy from
<div class="captcha-w">43959</div>
then paste it to captcha box (TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:captcha CONTENT=43959)
TAG POS=2 TYPE=DIV ATTR=TXT:43959
TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:captcha CONTENT=43959
I want to copy the captcha code
This is a "typical" use case for the
EXTRACTCommand/Mechanism:I can't be sure about the
TAG POS=1for the Extract without being able to test on the Page/Site; if that's not correct, you may have to try withTAG POS=2,TAG POS=3, etc..., or to use 'Relative Positioning' to lower thePOSValue to "R1".