10-14-2013, 07:05 PM
Hi,
You need to have a corresponding object for the script to run, to whatever heirarchy you are refering to.
If you want to execute without using Object Repository, you have to use descriptive programming... i.e. supplying the object's properties to the script
i.e. Browser("creation time:=0).Page("title:=google").. as such.
Hope this helps,
Cheers
Anil
You need to have a corresponding object for the script to run, to whatever heirarchy you are refering to.
If you want to execute without using Object Repository, you have to use descriptive programming... i.e. supplying the object's properties to the script
i.e. Browser("creation time:=0).Page("title:=google").. as such.
Hope this helps,
Cheers
Anil