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
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
await
(): FluentLeniumWait
-
def
canEqual
(arg0: Any): Boolean
-
def
clear
(arg0: FluentDefaultActions): Unit
-
def
clear
(arg0: String, arg1: <repeated...>[Filter]): Unit
-
def
click
(arg0: FluentDefaultActions): Unit
-
def
click
(arg0: String, arg1: <repeated...>[Filter]): Unit
-
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): Unit
-
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
-
def
findFirst
(arg0: String, arg1: <repeated...>[Filter]): FluentWebElement
-
def
getClass
(): java.lang.Class[_]
-
def
getCookie
(name: String): Cookie
-
def
getCookies
(): Set[Cookie]
-
def
getDefaultDriver
(): WebDriver
-
def
getDefaultWait
(): WebDriverWait
-
def
getDriver
(): WebDriver
-
def
goTo
(arg0: String): Unit
-
def
hashCode
(): Int
-
def
initClass
[T <: FluentPage]
(arg0: Class[T]): T
-
def
initTest
(): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
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
setDriver
(arg0: WebDriver): Unit
-
def
submit
(arg0: FluentDefaultActions): Unit
-
def
submit
(arg0: String, arg1: <repeated...>[Filter]): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
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
-
val
webDriver
: WebDriver
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.