Customer Center

Welcome back

My Account Logout
#4703

Someone may ask hey where are the Pause commands? What knows that the page has loaded? That is the beauty of the basic commands – they ARE a Pause command. In fact, Click "Customer Center Login<A>#ctl00_lnkLogin#"
Is actually doing:
Pause "Customer Center Login<A>#ctl00_lnkLogin#"
Web1.Selected.Click

The Text command does the same thing. This means for most situations, you do not need to care about the loading state of the entire page etc.