sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40413
[Question #402950]: Not able to switch between different instances of same application using App.focus()
New question #402950 on Sikuli:
https://answers.launchpad.net/sikuli/+question/402950
Hi
I need to switch between to different workbooks opened in Excel. However, if i use App.focus(), that doesnt work for me.
I have tried:
a=App('Excel1')
b=App('Excel2')
a.focus()
But that doesnt bring window of Excel1 in front.
Also i have tried,
App.focus("Excel1")
but even that didnt help.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.