08-11-2015, 12:20 PM
I tried out this ,using * in between and successfully autoload page:
Thanks you for your help !
int w=win("Mozilla Firefox" "MozillaWindowClass")
rep ;;repeat for each new "Show More" link
Acc a.FindFF(w "A" "*多動*" "" 0x1001 3)
err
out "no ''*多動態'' link"
break
wait while the link is offscreen, then click it
rep
if(a.State&STATE_SYSTEM_OFFSCREEN) 0.1; continue
a.DoDefaultAction; err
breakThanks you for your help !
