07-01-2010, 04:31 PM
(This post was last modified: 07-01-2010, 04:35 PM by Automation_QA.)
Hi Every1
I need to have the descriptive details of all the objects in OR and have to write in an excel sheet. Can anyone suggest me the best way to do it.
For Eg there is a weblink "XYZ" in OR and its description is as below :
So for every object i have to write it description in my excel sheet which will work as Application Map.
Thanks in Advance.
I need to have the descriptive details of all the objects in OR and have to write in an excel sheet. Can anyone suggest me the best way to do it.
For Eg there is a weblink "XYZ" in OR and its description is as below :
Code:
Browser("name:=abc").Page("name:=abc").WebLink("name:=XYZ")
So for every object i have to write it description in my excel sheet which will work as Application Map.
Thanks in Advance.