Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Sarabjot_V
Posts : 1
Join date : 2010-06-24

File upload Issue Empty 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;" />


< ****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


avatar
AmirG
Posts : 1
Join date : 2010-09-10

File upload Issue Empty 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/
Back to top
Permissions in this forum:
You cannot reply to topics in this forum