Instance Constructors
-
new
TestBrowser
(webDriver: WebDriver)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
$
(arg0: String, arg1: Integer, arg2: <repeated...>[Filter]): FluentWebElement
-
def
$
(arg0: String, arg1: <repeated...>[Filter]): FluentList[FluentWebElement]
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
await
(): FluentWait
-
def
canEqual
(arg0: Any): Boolean
-
def
clear
(arg0: FluentWebElement): Fluent
-
def
clear
(arg0: FluentList[FluentWebElement]): Fluent
-
def
clear
(arg0: String, arg1: <repeated...>[Filter]): Fluent
-
def
click
(arg0: FluentDefaultActions): Fluent
-
def
click
(arg0: String, arg1: <repeated...>[Filter]): Fluent
-
def
clone
(): AnyRef
-
def
createPage
[T <: FluentPage]
(arg0: Class[T]): T
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
executeScript
(arg0: String): Fluent
-
def
fill
(arg0: FluentDefaultActions, arg1: <repeated...>[Filter]): FillConstructor
-
def
fill
(arg0: String, arg1: <repeated...>[Filter]): FillConstructor
-
def
finalize
(): Unit
-
def
find
(arg0: String, arg1: Integer, arg2: <repeated...>[Filter]): FluentWebElement
-
def
find
(arg0: String, arg1: <repeated...>[Filter]): FluentList[FluentWebElement]
-
def
findFirst
(arg0: String, arg1: <repeated...>[Filter]): FluentWebElement
-
def
getBaseUrl
(): String
-
def
getClass
(): java.lang.Class[_]
-
def
getCookie
(arg0: String): Cookie
-
def
getCookies
(): Set[Cookie]
-
def
getDefaultBaseUrl
(): String
-
def
getDefaultConfig
(): Unit
-
def
getDefaultDriver
(): WebDriver
-
def
getDriver
(): WebDriver
-
def
goTo
(arg0: String): Fluent
-
def
goTo
[P <: FluentPage]
(arg0: P): P
-
def
hashCode
(): Int
-
def
initClass
[T <: FluentPage]
(arg0: Class[T]): T
-
def
initFluent
(arg0: WebDriver): Fluent
-
def
initTest
(): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
manage
: Options
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
pageSource
(): String
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
quit
(): Unit
-
def
submit
(arg0: FluentDefaultActions): Fluent
-
def
submit
(arg0: String, arg1: <repeated...>[Filter]): Fluent
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
takeScreenShot
(arg0: String): Fluent
-
def
takeScreenShot
(): Fluent
-
def
text
(arg0: String, arg1: <repeated...>[Filter]): List[String]
-
def
title
(): String
-
def
toString
(): String
-
def
url
(): String
-
def
value
(arg0: String, arg1: <repeated...>[Filter]): List[String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
waitUntil
[T]
(block: ⇒ T): T
-
def
waitUntil
[T]
(timeout: Int, timeUnit: TimeUnit)(block: ⇒ T): T
-
val
webDriver
: WebDriver
-
def
withDefaultPageWait
(arg0: Long, arg1: TimeUnit): Fluent
-
def
withDefaultSearchWait
(arg0: Long, arg1: TimeUnit): Fluent
-
def
withDefaultUrl
(arg0: String): Fluent
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from FluentAdapter
Inherited from Fluent
Inherited from SearchActions
Inherited from AnyRef
Inherited from Any
A test browser (Using Selenium WebDriver) with the FluentLenium API (https://github.com/Fluentlenium/FluentLenium).
The WebDriver instance to use.