sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22080
[Question #238223]: Sikuli for Flash
New question #238223 on Sikuli:
https://answers.launchpad.net/sikuli/+question/238223
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>
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.