09-04-2012, 12:56 PM
Hi All
I m writing a code for a website.
where i want to prove the occurence of a element many times.
i don't want to add that element into object repository.
so i m using Descriptive Programming By giving the description in form of the string arguments.
this is my code,
Is this the right way to do this?
I m writing a code for a website.
where i want to prove the occurence of a element many times.
i don't want to add that element into object repository.
so i m using Descriptive Programming By giving the description in form of the string arguments.
this is my code,
Code:
Browser("abc").Page((DataTable("pageName", dtGlobalSheet))).WebElement("title:=Amitabh Bacchan","html tag:=DIV","class:=ab_pointer").Exist
Is this the right way to do this?