11-11-2012, 12:26 PM
Hiii Friends
I am facing this issue while executing script
Can anyone help me out
The test run cannot continue due to an unrecoverable error.
Object doesn't support this property or method: 's'
Line (1): "SystemUtil.Run "iexplore","http://preprod.inf.com/"".
I am not getting what is happening with my code
And below is my code
Also i am facing cannt identify WebEdit class.
I dont know what is happening with my code
Could you please explain me how to reslove it,
It would be great help if you can suggest what to do
Thank you all
I am facing this issue while executing script
Can anyone help me out
The test run cannot continue due to an unrecoverable error.
Object doesn't support this property or method: 's'
Line (1): "SystemUtil.Run "iexplore","http://preprod.inf.com/"".
I am not getting what is happening with my code
And below is my code
Code:
SystemUtil.Run "iexplore","http://preprod.inf.com/"
Browser("name:=::InfoSingle.*").Page("title:=::InfoSingle.*").Sync
Set s=Description.Create
s("micclass")="WebEdit"
s("name")="ctl00$ContentPlaceHolder1$txtUname"
Browser("name:=::InfoSingle.*").Page("name:=::InfoSingle.*").WebEdit(s).Set "abc"
Also i am facing cannt identify WebEdit class.
I dont know what is happening with my code
Could you please explain me how to reslove it,
It would be great help if you can suggest what to do
Thank you all