sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11050
[Question #200117]: Get region for chrome on windows
New question #200117 on Sikuli:
https://answers.launchpad.net/sikuli/+question/200117
Has anyone successfully created a script to capture the region for browsers that do not have a title bar (like Chrome) in windows?
This does not seem to work:
a = App("Chrome")
a.focus()
r = Region(a.window()
print r
I also tried to use a.window(1); with other indexes as well. but it just could not find and set the region for Chrome in windows.
Using XP , Vista and 7
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.