org.pageobject

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class BrowserErrorPage() extends PageObject with Product with Serializable

    This is a PageObject to detect Browser Error Pages.

  2. case class Dimension(width: Int, height: Int) extends Product with Serializable

    A dimension containing the width and height of a screen element.

  3. case class Point(x: Int, y: Int) extends Product with Serializable

    A point containing an XY screen location.

  4. case class Rect(x: Int, y: Int, width: Int, height: Int) extends Product with Serializable

    A dimension containing the width and height of a screen element.

  5. trait TestHelper extends AnyRef

  6. trait WaitFor extends DurationDsl

    WaitFor provides a way to configure the patience for different actions.

Value Members

  1. object Rect extends Serializable

  2. object SeleniumException

  3. object TestHelper extends TestHelper

  4. object WaitFor extends DurationDsl

    Companion object WaitFor, only for internal usage

  5. package api

  6. package browser

  7. package driver

  8. package dsl

  9. package page

  10. package tools

Ungrouped