In the previous chapter, we created the MobileBaseActionScreen class, which captures common page object actions and variables. In this chapter, we will create the page objects required to test a typical application. In the next section, we will lay out the page object classes and a workflow class for page navigation.
Initializing Page Objects and Workflow Class
Let’s assume our mobile application has three screens. The first screen when we launch the app is the Account Creation screen, as ...