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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to