Modifier and Type | Class and Description |
---|---|
class |
AppiumDriver<T extends WebElement> |
interface |
FindsByAccessibilityId<T extends WebElement> |
interface |
FindsByAndroidUIAutomator<T extends WebElement> |
interface |
FindsByIosUIAutomation<T extends WebElement> |
interface |
MobileDriver<T extends WebElement> |
interface |
TouchableElement<T extends WebElement>
It supposed that mobile elements could be tappable, swipeable, zoomable and so on.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TouchableElement<T extends WebElement>
It supposed that mobile elements could be tappable, swipeable, zoomable and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
MobileElement |
Modifier and Type | Method and Description |
---|---|
WebElement |
MobileBy.ByIosUIAutomation.findElement(SearchContext context) |
WebElement |
MobileBy.ByAndroidUIAutomator.findElement(SearchContext context) |
WebElement |
MobileBy.ByAccessibilityId.findElement(SearchContext context) |
Modifier and Type | Method and Description |
---|---|
List<WebElement> |
MobileBy.ByIosUIAutomation.findElements(SearchContext context) |
List<WebElement> |
MobileBy.ByAndroidUIAutomator.findElements(SearchContext context) |
List<WebElement> |
MobileBy.ByAccessibilityId.findElements(SearchContext context) |
Modifier and Type | Method and Description |
---|---|
TouchAction |
TouchAction.longPress(WebElement el)
Press and hold the at the center of an element until the contextmenu event has fired.
|
TouchAction |
TouchAction.longPress(WebElement el,
int duration)
Press and hold the at the center of an element until the contextmenu event has fired.
|
TouchAction |
TouchAction.longPress(WebElement el,
int x,
int y)
Press and hold the at an elements upper-left corner, offset by the given amount,
until the contextmenu event has fired.
|
TouchAction |
TouchAction.longPress(WebElement el,
int x,
int y,
int duration)
Press and hold the at an elements upper-left corner, offset by the
given amount, until the contextmenu event has fired.
|
TouchAction |
TouchAction.moveTo(WebElement el)
Move current touch to center of an element.
|
TouchAction |
TouchAction.moveTo(WebElement el,
int x,
int y)
Move current touch to an element, offset from upper left corner.
|
void |
TouchShortcuts.pinch(WebElement el)
Convenience method for pinching an element on the screen.
|
void |
AppiumDriver.pinch(WebElement el)
Convenience method for pinching an element on the screen.
|
TouchAction |
TouchAction.press(WebElement el)
Press on the center of an element.
|
TouchAction |
TouchAction.press(WebElement el,
int x,
int y)
Press on an element, offset from upper left corner by a number of pixels.
|
void |
TouchShortcuts.tap(int fingers,
WebElement element,
int duration)
Convenience method for tapping the center of an element on the screen.
|
void |
AppiumDriver.tap(int fingers,
WebElement element,
int duration) |
TouchAction |
TouchAction.tap(WebElement el)
Tap the center of an element.
|
TouchAction |
TouchAction.tap(WebElement el,
int x,
int y)
Tap an element, offset from upper left corner.
|
void |
TouchShortcuts.zoom(WebElement el)
Convenience method for "zooming in" on an element on the screen.
|
void |
AppiumDriver.zoom(WebElement el)
Convenience method for "zooming in" on an element on the screen.
|
Modifier and Type | Class and Description |
---|---|
class |
AndroidDriver<T extends WebElement> |
Modifier and Type | Class and Description |
---|---|
class |
AndroidElement |
Modifier and Type | Interface and Description |
---|---|
interface |
GenericFindsByClassName<T extends WebElement>
Deprecated.
|
interface |
GenericFindsByCssSelector<T extends WebElement>
Deprecated.
|
interface |
GenericFindsById<T extends WebElement>
Deprecated.
|
interface |
GenericFindsByLinkText<T extends WebElement>
Deprecated.
|
interface |
GenericFindsByName<T extends WebElement>
Deprecated.
|
interface |
GenericFindsByTagName<T extends WebElement>
Deprecated.
|
interface |
GenericFindsByXPath<T extends WebElement>
Deprecated.
|
interface |
GenericSearchContext<T extends WebElement>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
IOSDriver<T extends WebElement> |
Modifier and Type | Class and Description |
---|---|
class |
IOSElement |
Modifier and Type | Method and Description |
---|---|
WebElement |
Widget.findElement(org.openqa.selenium.By by) |
WebElement |
Widget.getWrappedElement() |
Modifier and Type | Method and Description |
---|---|
List<WebElement> |
Widget.findElements(org.openqa.selenium.By by) |
Constructor and Description |
---|
Widget(WebElement element) |
Modifier and Type | Method and Description |
---|---|
List<WebElement> |
ContentMappedBy.findElements(SearchContext context) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
InterceptorOfASingleElement.getObject(WebElement element,
Method method,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
InterceptorOfAListOfElements.getObject(List<WebElement> elements,
Method method,
Object[] args) |
Modifier and Type | Class and Description |
---|---|
class |
YouiEngineDriver<T extends WebElement> |
Modifier and Type | Class and Description |
---|---|
class |
YouiEngineElement |
Modifier and Type | Method and Description |
---|---|
<T extends WebElement> |
WebElement.findElement(org.openqa.selenium.By by)
Find the first
WebElement using the given method. |
<T extends WebElement> |
WebDriver.findElement(org.openqa.selenium.By by)
Find the first
WebElement using the given method. |
<T extends WebElement> |
SearchContext.findElement(org.openqa.selenium.By by)
Find the first
WebElement using the given method. |
<T extends WebElement> |
WebElement.findElements(org.openqa.selenium.By by)
Find all elements within the current context using the given mechanism.
|
<T extends WebElement> |
WebDriver.findElements(org.openqa.selenium.By by)
Find all elements within the current page using the given mechanism.
|
<T extends WebElement> |
SearchContext.findElements(org.openqa.selenium.By by)
Find all elements within the current context using the given mechanism.
|
Modifier and Type | Method and Description |
---|---|
WebElement |
WebDriver.TargetLocator.activeElement()
Switches to the element that currently has focus within the document currently "switched to",
or the body element if this cannot be detected.
|
Modifier and Type | Method and Description |
---|---|
WebDriver |
WebDriver.TargetLocator.frame(WebElement frameElement)
Select a frame using its previously located
WebElement . |
Modifier and Type | Method and Description |
---|---|
<T extends WebElement> |
FindsByClassName.findElementByClassName(String using) |
<T extends WebElement> |
FindsByCssSelector.findElementByCssSelector(String using) |
<T extends WebElement> |
FindsById.findElementById(String using) |
<T extends WebElement> |
FindsByLinkText.findElementByLinkText(String using) |
<T extends WebElement> |
FindsByName.findElementByName(String using) |
<T extends WebElement> |
FindsByLinkText.findElementByPartialLinkText(String using) |
<T extends WebElement> |
FindsByTagName.findElementByTagName(String using) |
<T extends WebElement> |
FindsByXPath.findElementByXPath(String using) |
<T extends WebElement> |
FindsByClassName.findElementsByClassName(String using) |
<T extends WebElement> |
FindsByCssSelector.findElementsByCssSelector(String using) |
<T extends WebElement> |
FindsById.findElementsById(String using) |
<T extends WebElement> |
FindsByLinkText.findElementsByLinkText(String using) |
<T extends WebElement> |
FindsByName.findElementsByName(String using) |
<T extends WebElement> |
FindsByLinkText.findElementsByPartialLinkText(String using) |
<T extends WebElement> |
FindsByTagName.findElementsByTagName(String using) |
<T extends WebElement> |
FindsByXPath.findElementsByXPath(String using) |
Modifier and Type | Class and Description |
---|---|
class |
org.openqa.selenium.remote.RemoteWebElement |
Copyright © 2016. All rights reserved.