Hi,
I am having a problem with the application that I developed using MacroScheduler. The Applicaion that I developed is web based application. So it have the menu like the menu in IE (File, Edit, View, Screens Ect). The Application have a button at the middle of the page. The main aim of the topic is I need to go to the button with out mouse move. Is there any way that I can go to the button with out mousemove. I can't rely on mousemove because if we hide the tool bars the position of the button may change. My main aim is go over the button and click the button.
Please help me with this problem. Appreciated.
Thanks,
Sri
How to capture a button with out mousemove?
Moderators: Dorian (MJT support), JRL
If "the button" is a windows object like "button", then you can use the PushButton command in MacroScheduler. Details are in the help files. If the button is on a webpage you might try the webrecorder from MJT for automating web applications.
Maybe start with this. Open the app to the point at which you need to push this button. Then open View System Windows from macroscheduler and look for that Apps Window Title. Somewhere below that title will be the object which contains the name of the button, if it is a Windows Object.
If it is, in fact, a windows object like "button" then use the PushButton command. Otherwise you need to investigate the WebRecorder
Maybe start with this. Open the app to the point at which you need to push this button. Then open View System Windows from macroscheduler and look for that Apps Window Title. Somewhere below that title will be the object which contains the name of the button, if it is a Windows Object.
If it is, in fact, a windows object like "button" then use the PushButton command. Otherwise you need to investigate the WebRecorder
Thanks for your advice.
Here there is a citrix client inside the web based application. so the button is in the citrix cilent. When I search in View System Windows it is showing only the title of the webbased window and is not showing its inside citrix client and also the buttons inside the citrix client.
So is there any way that I can capture the button inside that citrix client.
Thanks
Here there is a citrix client inside the web based application. so the button is in the citrix cilent. When I search in View System Windows it is showing only the title of the webbased window and is not showing its inside citrix client and also the buttons inside the citrix client.
So is there any way that I can capture the button inside that citrix client.
Thanks
SkunkWorks wrote:If "the button" is a windows object like "button", then you can use the PushButton command in MacroScheduler. Details are in the help files. If the button is on a webpage you might try the webrecorder from MJT for automating web applications.
Maybe start with this. Open the app to the point at which you need to push this button. Then open View System Windows from macroscheduler and look for that Apps Window Title. Somewhere below that title will be the object which contains the name of the button, if it is a Windows Object.
If it is, in fact, a windows object like "button" then use the PushButton command. Otherwise you need to investigate the WebRecorder
No. Not from the local workstation. It may be possible *within* the client. A macro running locally to the remote machine might be able to manipulate it directly. But your local machine knows nothing about it - it's just sending mouse/keyboard events to the citrix client.sunkara7 wrote:So is there any way that I can capture the button inside that citrix client.
MJT Net Support
[email protected]
[email protected]