- pydi438
- Posts : 3
Join date : 2012-02-17
How to upload a file in selenium?
Wed Feb 22, 2012 8:21 pm
Hi All,
How to upload a file in selenium?
If we click on upload button a browse window will open, then have to select a file and upload into the application.
Can anyone Please help me...
Thanks,
Balu.
How to upload a file in selenium?
If we click on upload button a browse window will open, then have to select a file and upload into the application.
Can anyone Please help me...
Thanks,
Balu.
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: How to upload a file in selenium?
Wed Feb 22, 2012 8:57 pm
Use type() command for typing the path of file into the upload field.
Example in PHP:
Example in PHP:
- Code:
< i n p u t type='file' name='upload-field' id='upload-field' />
- Code:
$this->type("upload-field", "path/to/file.ext");
$this->clickAndWait("upload-button");
- pydi438
- Posts : 3
Join date : 2012-02-17
Re: How to upload a file in selenium?
Thu Feb 23, 2012 1:00 pm
Thanks faramka
- Selenium RC with NUnit throwing error - File does not exist. File 'c:\Projects\WebDriver\trunk\src\Selenium.Core\HttpCommandProcessor.cs'
- File upload in selenium IDE
- How to upload / download file in selenium
- File upload Issue
- How to record in selenium IDE for the following scenario..from website, i have to upload a file which is in desktop.
Permissions in this forum:
You cannot reply to topics in this forum