← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #223202]: Automating expand-collapse buttons using Sikuli

 

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

    Status: Answered => Open

testdrive is still having a problem:
I'm forced to reopen this ....Is it possible via a mouse click....In my
application, the file resides in  a remote server and I want it to be
downloaded to my local machine. So only I'm expanding these folders to
view that particular file and do a download via a click on the download
image.

This is what I have coded:

for i in docsReg.findAll("folders.png"):
        count+=1  
        docsReg.exists("folders.png").highlight(2) 
        doubleClick(i)               
        wait(1)

But this one identifies all the initial locations of the folders.png symbols but sikuli don't understand that these initial locations will change to the bottom after an expansion has occured. But again it's clicking on the initial location only where it was at first :( What I want is, it should understand the new location(somewhere to the bottom of the initial location) after the expansion has taken place once.
Any help please....

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.