com.gu.example

page

package page

Visibility
  1. Public
  2. All

Type Members

  1. case class ExamplePage()(implicit driver: WebDriver) extends Product with Serializable

    This is an example of a Page object.

  2. case class TextModule(root: WebElement) extends Product with Serializable

Value Members

  1. object ExamplePage extends PageCompanion[ExamplePage] with Serializable

    companion object just to let people go directly to the page.

  2. object TestIdLocator

    This example is for projects where you have a standard way of locating items, e.

Ungrouped