utilSelenium
utilSelenium
teststate.selenium.util
Internals
JavaScriptNotSupported
PointExt
ScrollLogic
ScrollLogic
Line
Line
Query
State
WebDriverExt
WebElementExt
SeleniumExt
SeleniumExt
utilSelenium
/
teststate.selenium.util
/
Internals
/
WebElementExt
WebElementExt
final
class
WebElementExt
(
self:
WebElement
)
extends
AnyVal
Graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
children
():
Vector
[
WebElement
]
def
classes
():
Set
[
String
]
def
clearAndSendKeys
(
keys:
String
):
Unit
def
dragAndDrop
(
to:
WebElement
)(
implicit
d:
WebDriver
):
Unit
def
dragAndDropBy
(
offsetX:
Int
,
offsetY:
Int
)(
implicit
d:
WebDriver
):
Unit
def
getValue
():
Option
[
String
]
def
hoverMouseOver
(
)(
implicit
d:
WebDriver
):
Unit
def
parent
(
)(
implicit
d:
WebDriver
):
WebElement
def
scrollTo
(
)(
implicit
d:
WebDriver
,
s:
ScrollLogic
):
Unit
def
scrollToAndClick
(
)(
implicit
d:
WebDriver
,
s:
ScrollLogic
):
Unit
def
scrollToX
(
)(
implicit
d:
WebDriver
,
s:
ScrollLogic
):
Unit
def
scrollToY
(
)(
implicit
d:
WebDriver
,
s:
ScrollLogic
):
Unit
def
setValueTo
(
value:
String
):
Unit