toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-testing-webdriver
/
org.http4k.webdriver
/
Page
Page
data
class
Page
(
val
status
:
Status
,
navigate
:
Navigate
,
getURL
:
GetURL
,
val
handle
:
UUID
,
val
url
:
String
,
val
contents
:
String
,
val
previous
:
Page
?
=
null
,
val
next
:
Page
?
=
null
)
Members
Constructors
Page
Link copied to clipboard
constructor
(
status
:
Status
,
navigate
:
Navigate
,
getURL
:
GetURL
,
handle
:
UUID
,
url
:
String
,
contents
:
String
,
previous
:
Page
?
=
null
,
next
:
Page
?
=
null
)
Properties
contents
Link copied to clipboard
val
contents
:
String
handle
Link copied to clipboard
val
handle
:
UUID
next
Link copied to clipboard
val
next
:
Page
?
=
null
previous
Link copied to clipboard
val
previous
:
Page
?
=
null
status
Link copied to clipboard
val
status
:
Status
title
Link copied to clipboard
val
title
:
String
url
Link copied to clipboard
val
url
:
String
Functions
find
Element
Link copied to clipboard
fun
findElement
(
by
:
By
)
:
WebElement
?
find
Elements
Link copied to clipboard
fun
findElements
(
by
:
By
)
:
List
<
WebElement
>
first
Element
Link copied to clipboard
fun
firstElement
(
)
:
JSoupWebElement
?