blake2013
Junior Member
- Joined
- Oct 29, 2013
- Messages
- 116
- Reaction score
- 12
Hi,
I'm developing an automation script for my own use, but there's One Line that I find very difficult
Here's the code:
This website generates dynamic TAG POS values for LINE number 3
I tried placing every possible TAG POS numbers and set the timeout to Zero but then It clicks all the other buttons around.
Most of iMacro helping website recommend to use Relative positioning for this type of issues but I don't know how
If anyone knows how to make it work please help!!
Thanks,
Blake
I'm developing an automation script for my own use, but there's One Line that I find very difficult
Here's the code:
HTML:
TAG POS=1 TYPE=BUTTON ATTR=TXT:Shuffle
WAIT SECONDS=2
TAG POS=12 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:Shuffle
This website generates dynamic TAG POS values for LINE number 3
I tried placing every possible TAG POS numbers and set the timeout to Zero but then It clicks all the other buttons around.
Most of iMacro helping website recommend to use Relative positioning for this type of issues but I don't know how
If anyone knows how to make it work please help!!
Thanks,
Blake