First of all Thanks for your support.Basant You are correct and it is the way it should be .Thanks!
I tried with both Index as well Creation time property , though it holds good when we script as Browser("CreationTime:="&i) .
However I am able to log into the application with the first user name and password as provided in the datatable.It then goes to next row in the datatable .
On reaching to the statement : , it does not proceed further as it throws an error :
”You already have a Web Browser accessing the current Web Session.Multiple Browsers are not allowed to share the same web session.To launch a new web session , please open a new web browser by accessing your command prompt or your desktop .
On Reaching this Statement :
It gives Runtime error … Cannot find WebEdit object’s parent[Browser]
Sorry I am unable to attach File as an attachment herebecause of difficultiy in attaching here .
I tried with both Index as well Creation time property , though it holds good when we script as Browser("CreationTime:="&i) .
However I am able to log into the application with the first user name and password as provided in the datatable.It then goes to next row in the datatable .
On reaching to the statement :
Code:
Browser("CreationTime:="&i).Page("title:= ").WebEdit("name:=SWEUserName").Set DataTable("User_Name", dtGlobalSheet)
”You already have a Web Browser accessing the current Web Session.Multiple Browsers are not allowed to share the same web session.To launch a new web session , please open a new web browser by accessing your command prompt or your desktop .
On Reaching this Statement :
Code:
Browser("CreationTime:="&i).Page("title:=Mobily CRM - Integration").WebEdit("name:=SWEUserName").Set DataTable("User_Name", dtGlobalSheet)
It gives Runtime error … Cannot find WebEdit object’s parent[Browser]
Sorry I am unable to attach File as an attachment herebecause of difficultiy in attaching here .