Exports

trait Exports extends SeleniumExt with TestStateExt
Companion
object
trait SeleniumExt
class Object
trait Matchable
class Any
object Exports

Type members

Types

final type MultiBrowser[+D <: WebDriver] = MultiBrowser[D]
final type MultiTab[+D <: WebDriver] = MultiTab[D]
final type Tab[+D <: WebDriver] = Tab[D]
final type TabSupport[-D <: WebDriver] = TabSupport[D]

Inherited types

final type JavaScriptNotSupported = JavaScriptNotSupported
Inherited from
SeleniumExt
final type ScrollLogic = ScrollLogic
Inherited from
SeleniumExt

Value members

Concrete fields

final val MultiTab: MultiTab

Inherited fields

final val JavaScriptNotSupported: JavaScriptNotSupported
Inherited from
SeleniumExt
final val ScrollLogic: ScrollLogic
Inherited from
SeleniumExt

Implicits

Implicits

final implicit def univEqWebElement: UnivEq[WebElement]

Inherited implicits

implicit def testStateExtPoint(p: Point): PointExt
Inherited from
SeleniumExt
implicit def testStateExtWebDriver(d: WebDriver): WebDriverExt
Inherited from
SeleniumExt
implicit def testStateExtWebElement(e: WebElement): WebElementExt
Inherited from
SeleniumExt
implicit def testStateScrollLogic: ScrollLogic
Inherited from
SeleniumExt
implicit def testStateSeleniumDslExt[F[_], R, O, S, E](dsl: Dsl[F, R, O, S, E]): DslExt[F, R, O, S, E]
Inherited from
TestStateExtLowPri
implicit def testStateSeleniumDslIdExt[R, O, S, E](dsl: Dsl[Id, R, O, S, E]): DslIdExt[R, O, S, E]
Inherited from
TestStateExt