← Back to team overview

sikuli-driver team mailing list archive

[Question #265249]: I cannot identify window by title

 

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

Hello,
I am using Sikuli for file upload in a Selenium Webdriver + Java test. And I'm trying to identify the 'File Upload' window in order to focus it, using:

App app = new App("File Upload");
app.focus();

We have 2 environments where we run this test: one Windows XP and one Windows 8.
The funny thing is that on Win8 I get:
[log] App.focus File Upload(0) #0
[error] App.focus failed: File Upload not found
but on WinXP there is no error and the window is found and focused.

I don't understand why this is happening because the window title is the same, I even checked it with a win tool which gives all details about opened windows. 
Do you have any ideas on this subject? Please help.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.