- n mohanty
- Posts : 1
Join date : 2013-08-05
Upload Functionality of Selenium Webdriver
Mon Aug 05, 2013 7:33 pm
Hii
I have tried to automate the upload functionality through Selenium Webdriver. but during selenium execution, the text box for Browsing is reflecting in disable mode.So the file is not getting uploaded.Can anybody tell me how to overcome this issue?
I have tried to automate the upload functionality through Selenium Webdriver. but during selenium execution, the text box for Browsing is reflecting in disable mode.So the file is not getting uploaded.Can anybody tell me how to overcome this issue?
Re: Upload Functionality of Selenium Webdriver
Mon Sep 16, 2013 7:18 pm
Please try below code-
- Code:
driver.findElement(By.id("pass id of browse button")).sendKeys("path of file");
Permissions in this forum:
You cannot reply to topics in this forum