sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31871
[Question #265570]: About the click function of region class
New question #265570 on Sikuli:
https://answers.launchpad.net/sikuli/+question/265570
Hi Dear RaiMan:
I'm working as software testing engineer from China, glad to ask you questions. : )
I've met a problem when i use the Sikuli, I open the IE browser and I want to maxium the browser first. I use the click function on the maximize button on the browser with the png picture , but I found that the browser just enter the full-screen mode, just like pressing 'Alt+Enter' key. I think it is strange.
from org.sikuli.script import *
app=App("IE")
app.open("C:/Program Files/Internet Explorer/iexplore.exe")
#app.close()
s=Screen()
s.click("C:/Users/huangc11/Desktop/JAVA/SikuliTest1.sikuli/ill.png")
Version:X-1.0rc3
Jython:2.5.3
IE version: *
Thanks,
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.