← Back to team overview

sikuli-driver team mailing list archive

[Question #680971]: [1.1.4]How to open multiple windows of same application at the same time

 

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

I want to open 2 windws of same application at the same time.
How can I do it with SikuliX1.1.4 ?

[OS]
Windows Server 2008
[java]
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

[example]
I can do it with SikuliX 1.1.1 .
App.open("calc")
App.open("calc")

But I can not do it SikuliX 1.1.4 .
App.open("calc")
App.open("calc")

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