ChainOps

trait ChainOps[Out]

Trait providing a nice chaining DSL.

Companion
object
class Object
trait Matchable
class Any
class Cond
class Pseudo
class Single
class Custom
object Active
object Checked
object Disabled
object Empty
object Enabled
object FirstChild
object Focus
object Hover
object InRange
object Invalid
class Lang
object LastChild
object LastOfType
object Link
class Not
class NthChild
class NthOfType
object OnlyOfType
object OnlyChild
object Optional
object OutOfRange
object ReadOnly
object ReadWrite
object Required
object Target
object Valid
object Visited
object After
object Before
object FirstLine
object Selection
class Composite
object ChainOps

Value members

Concrete methods

final def active: Out
final def after: Out
final def attr(name: String, value: String): Out
final def attrContains(name: String, value: String): Out
final def attrEndsWith(name: String, value: String): Out
final def attrExists(name: String): Out
final def attrStartsWith(name: String, value: String): Out
final def before: Out
final def checked: Out
final def disabled: Out
final def empty: Out
final def enabled: Out
final def firstChild: Out
final def firstLetter: Out
final def firstLine: Out
final def firstOfType: Out
final def focus: Out
final def hover: Out
final def inRange: Out
final def invalid: Out
final def lang(language: String): Out
final def lastChild: Out
final def lastOfType: Out
final def not(f: PseudoF): Out
final def not(selector: Pseudo): Out
final def not(selector: String): Out
final def nthChild(n: Int): Out
final def nthChild(q: NthQuery): Out
final def nthLastChild(n: Int): Out
final def nthLastChild(q: NthQuery): Out
final def nthLastOfType(n: Int): Out
final def nthLastOfType(q: NthQuery): Out
final def nthOfType(n: Int): Out
final def nthOfType(q: NthQuery): Out
final def onlyChild: Out
final def onlyOfType: Out
final def optional: Out
final def outOfRange: Out
final def readOnly: Out
final def readWrite: Out
final def required: Out
final def selection: Out
final def target: Out
final def valid: Out
final def visited: Out