Class

com.markatta.scalenium

ElementSeq

Related Doc: package scalenium

Permalink

final class ElementSeq extends AnyRef

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementSeq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def anyDisabled: Boolean

    Permalink
  5. def anyEnabled: Boolean

    Permalink
  6. def anyHidden: Boolean

    Permalink
  7. def anySelected: Boolean

    Permalink
  8. def anyVisible: Boolean

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clearAll()(implicit failureHandler: MissingElementFailureHandler): Seq[Element]

    Permalink

    Clear all visible elements in the list, if no elements are visible nothing happens.

  11. def click()(implicit failureHandler: MissingElementFailureHandler): Seq[Element]

    Permalink

    Click on all elements on the list.

    Click on all elements on the list. Only the visible elements are filled, if no elements are visible nothing happens.

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def disabled: Boolean

    Permalink

    returns

    true if all elements in the seq are disabled

  14. def enabled: Boolean

    Permalink

    returns

    true if all elements in the seq are enabled

  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def find(cssSelector: String): Seq[Element]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hidden: Boolean

    Permalink

    returns

    true if all elements in the sequence are hidden

  22. def html: String

    Permalink
  23. def ids: Seq[String]

    Permalink

    returns

    all element ids

  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def text: String

    Permalink

    returns

    the text content of all elements concatenated into one string

  30. def texts: Seq[String]

    Permalink

    returns

    all element text contents

  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def values: Seq[String]

    Permalink
  33. def visible: Boolean

    Permalink

    returns

    true if all elements in the sequence are visible

  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def write(text: String)(implicit failureHandler: MissingElementFailureHandler): Seq[Element]

    Permalink

    write the given text into all elements of the list

Inherited from AnyRef

Inherited from Any

Ungrouped