4:21 AM

What are the properties you would use for identifying a browser & page when using descriptive programming ?

What are the properties you would use for identifying a browser & page when using descriptive programming ?


"name" would be another property apart from "title" that we can use. OR
We can also use the property "micClass".
ex: Browser("micClass:=browser").page("micClass:=page")....

0 comments: