Trying to hack together two of my scripts to handle some bulk code clean up 
on some pages I am working on.
   I need it to count up as it finish's the script so as to open the next page 
for the script to edit again.

Local myCounter
For (myCounter = 502; myCounter <= 503; myCounter = myCounter + 1)
DO("firefox", "http://www.website.com/details.php?id=myCounter";)
--------------------------
Everything below this line works fine for what I need done. It opens up the 
page for editing which is then copied to a text editor that does the clean up 
and then puts it back into the edit box and saves.


*Keys {esc}^fEdit this{esc}{en}
*Wait for 2000
*keys ^fDescription{esc}{tab 12}^a^x
Do("C:\\Powerpro\\Notes\\website.txt")
Wait.For(activewindow("*website*"))
Win.Keys("^v{f4}{f4}{f4}{f4}")
*wait for 1200
win.keys("^a^x^s%{f4}")
wait.for 1200
win.keys("^fSticky{tab 2}{en}")

wait.for 6000
EndFor

Reply via email to