-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The goal of this project is to showcase how the pom-elements approach to creating PageObjects and Page Elements can make your life easier when working with any front-end frameworks. Additionally, it would not hurt to create an outline of how to implement this for a well known front-end framework.
To give an example of how this might work, the user could use from pom-elements.bootstrap import AlertSucces. From there the user could use all of the XPathElement features with success_message = AlertSuccess(text="FOO BAR"). Not every element in the library would be useful for PageObject Modeling, but it would allow users an easy way to see how to organize their Page Elements as well as as highlight the really powerful use case of the XPathElement class.