can i upload file using selenium rc in IE
|
Go through this post . will help you to upload file in selenium RC http://automationtricks.blogspot.com/2010/09/how-to-upload-file-in-selenium.html Thanks Niraj |
|||
|
|
|
The short answer is that in general you can't, due to browser security restrictions. Think about it, if Javascript code could programmatically upload a file to the server, it could send sensitive files to the server without the user ever noticing. There are ways to work around it, as Niraj notes, but they involve using another tool to inject keypresses into the window system event queues. Also, you can run using the *chrome backend which is *firefox with lower security barriers. |
||||
|
|
|
You might try using the *iehta browser launcher instead of *iexplore. *iehta has heightened privileges. I use it to circumvent "Same Origin" restrictions, and comments in various forums I've read indicate that it might work for file upload as well. |
|||
|
|
|
I found that Autoit does the job but It failed for firefox so if else statement according to browser comes.
Type the above code in SciTE Script Editor of Autoit. The "Choose File to Upload" is the title of the window when you click on button(Browse/Attach).
While Executing the code before |
|||
|
|
|
In firefox and other browsers you can upload a file just using type command of selenium. See here http://aboutselenium.blogspot.com/2011/02/handling-file-upload-using-selenium.html |
|||
|
|
|
We can use Sikuli with selenium. If you are int interested in solution I can provide you better. Please explain your requirement in details. |
|||
|
|