10-15-2012, 09:49 PM
I am having one Webedit box beside that i am having a select button...
I need to click on select button and upload a file from a path "c:/....."
I am able to identify the select button but not able to click on it
I tried by recording but it is not able to record.
And i tried in this :
I got the count as one .... but not able to click
And i tried by passing the path directly to the webedit but it is not validating...
Please help me...
I need to click on select button and upload a file from a path "c:/....."
I am able to identify the select button but not able to click on it
I tried by recording but it is not able to record.
And i tried in this :
Code:
Set odesc=Description.Create
odesc("micclass").value="WebButton"
odesc("class").value="ruButton ruBrowse"
Set val=Browser("Dashboard").Page("Dashboard").WebTable("Select Navigation").ChildObjects(odesc)
msgbox val.count
val(0).click
And i tried by passing the path directly to the webedit but it is not validating...
Please help me...