07-05-2018, 05:31 PM
You are committing a basic mistake that most newbies to Descriptive Programming do.
Once you write DP for a given object, you have to write DP for all the child objects in the chain. You wrote the browser object in DP, then switched to Page object in non-DP which is the issue.
Check this Guide on Descriptive Programming.
Once you write DP for a given object, you have to write DP for all the child objects in the chain. You wrote the browser object in DP, then switched to Page object in non-DP which is the issue.
Check this Guide on Descriptive Programming.