03-21-2011, 06:10 AM
Macro Macro1559
run "router page" ;;replace this line with real code. To add the code, drag and drop the router page icon from desktop to here.
int w2=wait(15 win("SpeedTouch - Home - Windows Internet Explorer" "IEFrame"))
2
Acc a=acc(...) ;;replace this with code that finds button "Disconnect". To add the code, use floating toolbar dialog "Find accessible object".
err goto connect
a.DoDefaultAction ;;clicks Diconnect
3
;connect
;here add code for (4) and (5)