1.

In descriptive programming, which properties help in identifying the browser & page?

Answer»

In descriptive programming, use the name property, for example −

Browser("name:="xxx"").page("name:="xxxx"")..... 

OR

Also use the property "micClass", for example,

Browser("micClass:=browser").page("micClass:=page")....



Discussion

No Comment Found