← Back to team overview

sikuli-driver team mailing list archive

[Question #274800]: How to Identify a Citrix Window using Sikuli

 

New question #274800 on Sikuli:
https://answers.launchpad.net/sikuli/+question/274800

Hi,

   Am new to Automation and am trying to automate my Application which is on Citrix. Am using Sikuli with selenium Java

Steps to Automate:
1) Open webBrowser
2) Enter Login Credentials
3) Select Citirix icon
4) Citirx Window pops up, click ok on Citirix window

I have automated till step3, the Citrix window is opened but am not able to focus on the citrix window and not able to click on Ok button

i have tried with
		App.open("Applicationname");  //Tried with application name as well as Process Name
		App.focus("ApplicationName"); //Tried with application name as well as Process Name
		screen.find(LogonPopUP); //LogonPopUP is the pattern or path of the image
		screen.click(OkButton); //LogonPopUP is the pattern or path of the image

Need you Help and Advise.

Thanks,
Satish D


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.