- Sarabjot_V
- Posts : 1
Join date : 2010-06-24
File upload Issue
Thu Jun 24, 2010 9:19 pm
Hi Everyone,
I am struck with an issue of file upload, i m using Selenium RC with Java, the file upload fields are described below:::
<*****input id="fakeInput" class="fileClass" style=margin-top:-21px;" size="65" tabindex="-1" />
<****img src="images/browse_img.gif" style="margin-top:1px;" />
I am struck with an issue of file upload, i m using Selenium RC with Java, the file upload fields are described below:::
<*****input id="fakeInput" class="fileClass" style=margin-top:-21px;" size="65" tabindex="-1" />
<****img src="images/browse_img.gif" style="margin-top:1px;" />
< ****input type="file" name="billerImage" accept="image/gif, image/jpeg, image/png" size="65" tabindex="3" value="" onchange="fileChange();" class="fileClass file" id="billerImageId">
<*****input type="button" name="button2" id="button2" value="Upload" class="btnUpload" onclick="uploadLogo('billerLogoUpload')" tabindex="3" />
i have used both the AttachFile function and sending input through native keys, but it is not working for me...
can anyone give me code snipped to work with this problem...?
thanks in advance
Regards,
SARAB
- AmirG
- Posts : 1
Join date : 2010-09-10
How to upload files in Selenium RC
Fri Sep 10, 2010 10:11 pm
Hi,
I've written a post with a sample code in Selenium and Java on how to do file uploads and file attachments.
Please see:
http://www.testingexcellence.com/how-to-upload-files-using-selenium-and-autoit/
http://www.testingexcellence.com/how-to-upload-files-using-selenium-and-autoit/
I've written a post with a sample code in Selenium and Java on how to do file uploads and file attachments.
Please see:
http://www.testingexcellence.com/how-to-upload-files-using-selenium-and-autoit/
http://www.testingexcellence.com/how-to-upload-files-using-selenium-and-autoit/
Permissions in this forum:
You cannot reply to topics in this forum