WebElementExt

final class WebElementExt(self: WebElement) extends AnyVal
class AnyVal
trait Matchable
class Any

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