09-04-2012, 03:01 PM
yes I have added the page object in OR, and not using title attribute bcoz the page name is not static.
One more thing
i want to prove that WebElement exists
This is my code:
the webelemt is having only 1 unique property that is "display none/block"
how to deal with this property in qtp ?
Code:
.Page((DataTable("pageName", dtGlobalSheet)))
One more thing
i want to prove that WebElement exists
This is my code:
Code:
Browser("acb").Page((DataTable("pageName", dtGlobalSheet))).WebElement("html tag:=DIV","class:=ab_pointer").Exist
the webelemt is having only 1 unique property that is "display none/block"
how to deal with this property in qtp ?