- gkpandiActive particpant
- Posts : 14
Join date : 2013-05-23
Uploading a file through YUI Upload Component using Selenium Webdriver with Java
Mon Feb 10, 2014 1:08 pm
0 down vote favorite | Hi Friends, I'm unable to perform file upload operation with Flash Upload Component (YUI) and it is not even performing the click operation in the webpage. I tried with different codes like this. Code1: webDriver.findElement(By.xpath("//div[@id='uploadGlobalDataUploaderUI']/object")).click(); webDriver.findElement(By.id("uploadGlobalDataUploaderUI")).click(); webDriver.findElement(By.id("uploadGlobalDataUploaderUI")).sendKeys("E:\SampleFile.doc"); Code2: webDriver.findElement(By.xpath("//*[contains(@id,'yuiswfyui_')]")).click(); Code3: List objectElements = webDriver.findElements(By.xpath("//div[@id='uploadGlobalDataUploaderUI']/object")); String objectID = ""; for(WebElement element : objectElements) { objectID = element.getAttribute("id"); } webDriver.findElement(By.id(objectID)).click(); Please find the attachments for your reference and help me to solve this issue. http://i.stack.imgur.com/fbHh9.jpg Thanks Karunagara Pandi G |
- How to Upload File/Photo using “Upload Image Button” in Selenium Webdriver
- (Selenium Webdriver) Not able to click BROWSE button while uploading a file in GWT Framework
- Selenium RC with NUnit throwing error - File does not exist. File 'c:\Projects\WebDriver\trunk\src\Selenium.Core\HttpCommandProcessor.cs'
- File Upload using Webdriver
- Component testing using selenium webdriver
Permissions in this forum:
You cannot reply to topics in this forum