Sandy89 Posted December 15, 2016 Posted December 15, 2016 (edited) Hi, I have a script that uses image identification for selection, and it works fine in my local environment. but when I try running it in citrix desktop, images are not getting identified. I didn't install autoIT in citrix since I don't have admin rights, but copied the entire application folder with images and .dll files into a folder in citrix. can anyone help to resolve this? Edited December 15, 2016 by Sandy89
junkew Posted December 15, 2016 Posted December 15, 2016 You have to provide more details on what is working and what not. Where are the images you try to recognize etc. FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
rootx Posted December 15, 2016 Posted December 15, 2016 applications must be created by the administrator citrix, it will include links to dll libraries that the program needs, otherwise the concept of Citrix would be stupid, if each user could insert random applications. Anyway Ask your admin to add it to your desktop.
Sandy89 Posted December 15, 2016 Author Posted December 15, 2016 the script (copied to citrix desktop as .exe file) is running fine except the image recognition (using imagesearch.au3) in citrix. I want to click on an image in the active window in citrix while executing the script. I stored the screenshots of the required objects to be clicked in script folder, along with imagesearch.dll
rootx Posted December 15, 2016 Posted December 15, 2016 I repeat dll 4 your citrix desktop. Ask to your Admin to compile it and redistribuite.... obviously must register the library dll. So how can I use ImageSearch and enjoy it's awesome benefits? First of all to avoid mostly caused problems I recompiled DLLs for both architectures which you can download at end of this post. When you pick your package you should place both ImageSearch.au3 and ImageSearch.dll inside script folder.
Sandy89 Posted December 21, 2016 Author Posted December 21, 2016 Currently it cant be added to the desktop library. It is working fine in one of the citrix desktop (in UDE). but not in the other one.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now