Package com.codeborne.selenide.appium
Interface SelenideAppiumElement
- All Superinterfaces:
org.openqa.selenium.interactions.Locatable,org.openqa.selenium.SearchContext,com.codeborne.selenide.SelenideElement,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsDriver,org.openqa.selenium.WrapsElement
@ParametersAreNonnullByDefault
public interface SelenideAppiumElement
extends com.codeborne.selenide.SelenideElement
-
Method Summary
Modifier and TypeMethodDescriptionscroll(AppiumScrollOptions appiumScrollOptions) scrollTo()swipe(AppiumSwipeOptions appiumSwipeOptions) swipeTo()tap()tap(AppiumClickOptions appiumClickOptions) Methods inherited from interface org.openqa.selenium.interactions.Locatable
getCoordinatesMethods inherited from interface com.codeborne.selenide.SelenideElement
$, $, $, $, $$, $$, $$x, $x, $x, ancestor, ancestor, append, attr, cached, clear, click, click, closest, contextClick, data, describe, doubleClick, doubleClick, download, download, download, download, download, dragAndDrop, execute, execute, exists, find, find, find, find, findAll, findAll, getAlias, getAttribute, getCssValue, getOptions, getOwnText, getSearchCriteria, getSelectedOption, getSelectedOptions, getSelectedOptionText, getSelectedOptionValue, getText, getValue, getWrappedElement, has, has, highlight, highlight, hover, hover, innerHtml, innerText, is, is, isDisplayed, isImage, lastChild, name, parent, paste, preceding, press, pressEnter, pressEscape, pressTab, pseudo, pseudo, screenshot, screenshotAsImage, scrollIntoView, scrollIntoView, selectOption, selectOption, selectOptionByValue, selectOptionContainingText, selectRadio, setSelected, setValue, setValue, should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHave, sibling, text, toString, toWebElement, type, type, unfocus, uploadFile, uploadFromClasspath, val, val, valMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods inherited from interface org.openqa.selenium.WebElement
findElement, findElements, getAccessibleName, getAriaRole, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, isEnabled, isSelected, sendKeys, submitMethods inherited from interface org.openqa.selenium.WrapsDriver
getWrappedDriver
-
Method Details
-
as
- Specified by:
asin interfacecom.codeborne.selenide.SelenideElement
-
hideKeyboard
-
scrollTo
- Specified by:
scrollToin interfacecom.codeborne.selenide.SelenideElement
-
scroll
@Nonnull @CanIgnoreReturnValue SelenideAppiumElement scroll(AppiumScrollOptions appiumScrollOptions) -
swipeTo
-
swipe
-
tap
-
tap
-
doubleTap
-