Question - What are the properties you would use for identifying a browser & page when using descriptive programming?
Answer -
You can use the name property
ex: Browser(“name:=”xxx””).page(“name:=”xxxx””)…..
OR
We can also use the property “micClass”.
ex: Browser(“micClass:=browser”).page(“micClass:=page”)….