Looking for some advice on how to automate jobs in OEDQ. As it stands the program will only interact with the citrix recorder. The process I’m trying to capture is relatively simple. Open the project tree, run a specific job, and then run 2 more similar jobs following this logic.
The steps i have taken so far is to launch a browser (OEDQ), signin,). I then try to record using citrix and the click text activity, anchoring to the job title and its corresponding buttons. When i try my test clicks the robot successfully opens the tree but wont run.
steps
1 anchor “projects”
2 click radio button to the left
3 anchor “job title”
4 click radio button to the left
5 anchor “job”
6 click radio button to the left
7 anchor “name of job”
8 click radio button to run
any suggestions. I’ve attached a screenshot for reference.