Package com.intuit.karate.driver
Class MissingElement
java.lang.Object
com.intuit.karate.driver.MissingElement
- All Implemented Interfaces:
Element
- Author:
- pthomas3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabove()below()clear()click()delay(int millis) booleanfocus()getHtml()getText()getValue()booleanbooleanleftOf()mouse()near()retry()retry(int count) rightOf()byte[]scroll()select(int index) voidvoidvoidsubmit()waitFor()waitForText(String text)
-
Constructor Details
-
MissingElement
-
-
Method Details
-
getLocator
- Specified by:
getLocatorin interfaceElement
-
isPresent
public boolean isPresent() -
isEnabled
public boolean isEnabled() -
getPosition
- Specified by:
getPositionin interfaceElement
-
screenshot
public byte[] screenshot()- Specified by:
screenshotin interfaceElement
-
highlight
-
focus
-
clear
-
click
-
submit
-
scroll
-
mouse
-
input
-
input
-
input
-
select
-
select
-
switchFrame
- Specified by:
switchFramein interfaceElement
-
delay
-
retry
-
retry
-
retry
-
waitFor
-
waitForText
- Specified by:
waitForTextin interfaceElement
-
waitUntil
-
script
-
scriptAll
-
optional
-
exists
-
locate
-
locateAll
-
attribute
-
property
-
getHtml
-
setHtml
-
getText
-
setText
-
getValue
-
setValue
-
getParent
-
getChildren
- Specified by:
getChildrenin interfaceElement
-
getFirstChild
- Specified by:
getFirstChildin interfaceElement
-
getLastChild
- Specified by:
getLastChildin interfaceElement
-
getPreviousSibling
- Specified by:
getPreviousSiblingin interfaceElement
-
getNextSibling
- Specified by:
getNextSiblingin interfaceElement
-
rightOf
-
leftOf
-
above
-
below
-
near
-