com.markatta

scalenium

package scalenium

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalenium
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Await extends AnyRef

  2. final class AwaitFailedException extends RuntimeException

  3. final class Browser extends HasDriver with HasSearchContext with PageProperties with Cookies with ScreenShots with Navigation with Scripts with MarkupSearch with Await with Forms

    Represents the browser, use it to do stuff you do with your browser, but automated.

  4. case class Cookie(name: String, domain: String, path: String, expiry: Date, value: String, secure: Boolean) extends Product with Serializable

  5. trait Cookies extends AnyRef

  6. final class Element extends HasDriver with ElementInteractions with HasSearchContext with MarkupSearch with Await

  7. trait ElementInteractions extends AnyRef

  8. final class ElementSeq extends AnyRef

    Useful operations you might want to perform on a Seq of Element

  9. trait Forms extends AnyRef

  10. trait HasDriver extends AnyRef

  11. trait HasSearchContext extends AnyRef

  12. case class Interval(inner: FiniteDuration) extends Product with Serializable

  13. trait MarkupSearch extends AnyRef

  14. final class MissingElementException extends RuntimeException

  15. trait MissingElementFailureHandler extends AnyRef

  16. trait Navigation extends AnyRef

  17. trait PageProperties extends AnyRef

  18. trait ScreenShots extends AnyRef

  19. trait Scripts extends AnyRef

  20. case class Timeout(inner: FiniteDuration) extends Product with Serializable

  21. trait TimeoutFailureHandler extends AnyRef

Value Members

  1. object Await

  2. object Browser

  3. object Cookie extends Serializable

  4. object Interval extends Serializable

  5. object JqueryStyle

  6. object MissingElementFailureHandler

  7. object SimpleFailureHandler extends MissingElementFailureHandler with TimeoutFailureHandler

    default simple failure handler, will throw an com.markatta.scalenium.AwaitFailedException, see com.markatta.scalenium.Specs2Integration for an example of testing framework integration

  8. object Specs2Integration

    To avoid bringin in hard dependencies on specs2 across the entire library all integration should be kept in this module (and possibly broken out into a separate library)

  9. object Timeout extends Serializable

  10. object TimeoutFailureHandler

  11. implicit def seqOfElements2ElementSeq(elements: Seq[Element]): ElementSeq

Inherited from AnyRef

Inherited from Any

Ungrouped