Jump to content

How to automate Agent Web Ranking


Recommended Posts

Hi!

I've tried to automate some reports made with agent web ranking

This is the code but there's some problem:

Run("reportagent.bat") This run an agent web ranking file

Sleep(180000) After 3 minutes click on the Run report button

ControlClick ( "AgentWebRanking 2.6.3 Professional Edition", "prova - Ranking Report", "ThunderRT5CommandButton3" )

Sleep(120000) After 2 minutes click on the View report button

ControlClick ( "AgentWebRanking 2.6.3 Professional Edition", "prova - Ranking Report", "ThunderRT5CommandButton4" )

Now the first problem because don't send the command save

Send("!f")

Send("s")

WinWaitActive("Salva con nome")

Now the second problem because the string prova don't appear in the Edit field

ControlSend("Salva con nome","","Edit","prova")

ControlClick ( "Salva con nome", "", "Button2" )

Anyone can help me?

Thanks

Alessandro

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...