You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the page objects models use a combination of inheritance and pseudo-inheritance via a Proxy that make the code difficult to debug and maintain.
The page objects should be simple and just use composition with a page field and fields for components on the page that are their own objects. Also the use of key value pairs for the locators makes the tests harder to read.
Contribution
I will work on this.
The text was updated successfully, but these errors were encountered:
Terms
Description
Currently the page objects models use a combination of inheritance and pseudo-inheritance via a Proxy that make the code difficult to debug and maintain.
The page objects should be simple and just use composition with a page field and fields for components on the page that are their own objects. Also the use of key value pairs for the locators makes the tests harder to read.
Contribution
I will work on this.
The text was updated successfully, but these errors were encountered: