Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
autoload next page
#10
I tried out this ,using * in between and successfully autoload page: Big Grin

Code:
Copy      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
        break

Thanks you for your help !


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)