sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32055
[Question #265817]: Can't empty Recicle Bin
New question #265817 on Sikuli:
https://answers.launchpad.net/sikuli/+question/265817
Hello,
I was doing some simple tests, just to get familiarized with Sikuli and now i'm stuck in a test.
I'm trying to empty the Recycle Bin, on Windows. The Recycle Bin isn't empty and i even putted for the test to wait for the button to show, but every time happens the same:
After right clicking on Recycle Bin, the window with the "Empty Recycle Bin" shows but before it clicks on it the window disappears (sort of like someone clicked with the mouse somewhere else).
The error shown then is:
[error] FindFailed ( can not find 1429887746706.png on the screen. )
My test is done like this:
rightClick("RecycleBin.png")
wait(2)
click("EmptyRecycleBin.png")
wait("Confirmation.png")
click("Confirmation.png")
When i run the test it really looks like when it's targeting the button it does something making the window disappear.
Thank you for the help.
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.