← 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:
This Jython code in the SikulixIDE 2.0.4 that does the same thing as the
Java code (opens Notepad++, then Edge, then Notepad++) works exactly as
expected

app1 = App(r'"C:\\Program Files (x86)\\Notepad++\\notepad++.exe"')
opened = app1.open()
sleep(2)
app2 = App(r'"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"')
app2.open()
sleep(2)
app1.open()
sleep(2)

What am I missing why the Java code using skikulixapi 2.0.5 is not
working like the jython code in SikuliXIDE?

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