Package

im.mange.driveby

conditions

Permalink

package conditions

Visibility
  1. Public
  2. All

Type Members

  1. case class AttributeContains(by: By, attributeName: String, expected: String) extends Condition with Product with Serializable

    Permalink
  2. case class AttributeEquals(by: By, attributeName: String, expected: String) extends Condition with Product with Serializable

    Permalink
  3. case class CurrentUrlContains(expected: String) extends Condition with Product with Serializable

    Permalink
  4. case class CurrentUrlEquals(expected: String) extends Condition with Product with Serializable

    Permalink
  5. case class ElementChecked(by: By) extends Condition with Product with Serializable

    Permalink
  6. case class ElementClassesContains(by: By, className: String) extends Condition with Product with Serializable

    Permalink
  7. case class ElementClassesEquals(by: By, classNames: Set[String]) extends Condition with Product with Serializable

    Permalink
  8. case class ElementCountEquals(by: By, expected: Int) extends Condition with Product with Serializable

    Permalink
  9. case class ElementDisabled(by: By) extends Condition with Product with Serializable

    Permalink
  10. case class ElementEmpty(by: By) extends Condition with Product with Serializable

    Permalink
  11. case class ElementEnabled(by: By) extends Condition with Product with Serializable

    Permalink
  12. case class ElementFocused(by: By) extends Condition with Product with Serializable

    Permalink
  13. case class ElementHidden(by: By) extends Condition with Product with Serializable

    Permalink
  14. case class ElementOrder(first: By, second: By) extends Condition with Product with Serializable

    Permalink
  15. case class ElementUnchecked(by: By) extends Condition with Product with Serializable

    Permalink
  16. case class ElementVisible(by: By) extends Condition with Product with Serializable

    Permalink
  17. case class SelectOptionsEquals(by: By, expected: Seq[String]) extends Condition with Product with Serializable

    Permalink
  18. case class TextContains(by: By, expected: String) extends Condition with Product with Serializable

    Permalink
  19. case class TextEmpty(by: By) extends Condition with Product with Serializable

    Permalink
  20. case class TextEquals(by: By, expected: String) extends Condition with Product with Serializable

    Permalink
  21. case class TitleEquals(expected: String) extends Condition with Product with Serializable

    Permalink
  22. case class ValueEquals(by: By, expected: String) extends Condition with Product with Serializable

    Permalink

Ungrouped