Jump to content

Automate Window App which is running via citrix


santosh
 Share

Go to solution Solved by orbs,

Recommended Posts

I wish to automate a windows application which is runninig via citrix.
I want to automate using excel-vba & autoit is that possible ? How ?
Using Autoit Window Info tool when i hover on the application controls it does not show it details.
Thanks for reading. 

Edited by santosh
Link to comment
Share on other sites

  • Solution

Citrix apps are not exposed to the client machine, it's only a picture of the Citrix app that you see. you can't communicate with Citrix apps from the client machine (not legally, anyway) - and there are good reasons for that.

 
you have 2 options:

 

1) contact your Citrix admin, and have them set-up the automation for you in whatever way they find useful.

2) visual manipulation:

2.a) if you need simple no-feedback stuff, like click on specific coordinates, that should be fairly easy.

2.B) if you need to get some feedback or check the app status, PixelGetColor() may be handy

2.c) for retrieving text from the Citrix app, search the forum for OCR scripts

P.S. i'm assuming you are NOT the Citrix admin; if you are, then you can put your compiled AutoIt script on the server, and publish it to the users. that script should launch the original app and perform the automation on the server side.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

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...