Sikuli for Flash

Asked by Newyork121

I have a flash button "Upload Artwork" to upload a an imge on my web base application which calls third party software on click. I am using Selenium + Sikuli to automate this. But since is not image how would I do this? Here is page source

<tr>
   <td colspan="3" align="center">
    <div id="upload_tif_container">
     <a id="upload_tif_button" class="create_btn">Upload Artwork</a>
    </div>
    <div id="uploadalbumartqueue"><input type="file" id="uploadalbumart"></input></div>
   </td>
  </tr>
  <tr>

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

To act on the page source (i.e. the web page elements), you have to use Selenium.

Sikuli can only handle what is visible on the screen.

Revision history for this message
Newyork121 (cmaitri) said :
#2

Thanka for your reply. I can see upload button on web page but it is a flash button. I do not find image in view source. That is why I pasted code.

Revision history for this message
RaiMan (raimund-hocke) said :
#3

Uuups:
With Sikuli you have to take a screenshot of the button and then use it to click.

You should first get familiar with the basic concepts of Sikuli.

Can you help with this problem?

Provide an answer of your own, or ask Newyork121 for more information if necessary.

To post a message you must log in.