← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #273995]: If there is a change in the function behavior such as wait, exists, find

 

Question #273995 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273995

    Status: Answered => Open

can is still having a problem:
yes, when operating the drop-down box, they are different.

to simplify the description, the assumption has been opened a web. e.g. http://www.msn.com/en-us
and move the scroll bar until the drop-down box appears on the screen.
I chose the location of the drop down box " Research | Listings | Quotes "

I want get the screenshot of the drop box "New" in "Research".
so my code:
click("Research.png")
click("New.png")
r = exists("New.png")
capture(r)

but I found that the drop down payment to go back after the execution of
this statement "r = exists("New.png")"

I'm confused
why the behavior in the new version is this?

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