← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698000]: Unable to bring window forward on Windows 10

 

Question #698000 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698000

Jeff Harmon gave more information on the question:
BTW, the following in SikuliX IDE works just fine to bring the
application to the foreground:

app = App.open("\"C:\\Program Files (x86)\\Notepad++\\notepad++.exe\"");
app.focus();

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