1. Had it been a standard control I would have suggested something like: browser.file_field.set 'C:/watir.txt' 2. Consider trying the alert api. this reference http://watirwebdriver.com/javascript-dialogs/ - It may be as simple as # Enter text to prompt browser.alert.set "C:/watir.txt" 3. Finally AutoIt
On Thursday, September 24, 2015 at 9:08:29 AM UTC-5, VIDYA SAGAR POGIRI wrote: > > Hi I'm using WATIR WEB DRIVER for writing test scripts using POM , and i > came across a situation in which i have to upload an image.Also I've > attached the xpath for the button > > In the below screens I have a button *Upload Image , *if we click on it a > File Upload pop up opens.My question is how to set the images path and > select the images. > > Kindly help me out .Thanks > > > > > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
