Package com.codeborne.selenide.appium
Interface SelenideAppiumElement
- All Superinterfaces:
org.openqa.selenium.interactions.Locatable
,org.openqa.selenium.SearchContext
,SelenideElement
,org.openqa.selenium.TakesScreenshot
,org.openqa.selenium.WebElement
,org.openqa.selenium.WrapsDriver
,org.openqa.selenium.WrapsElement
-
Method Summary
Modifier and TypeMethodDescriptionGive this element a human-readable name Caution: you probably don't need this method.scroll
(AppiumScrollOptions appiumScrollOptions) scrollTo()
Ask browser to scroll to this elementswipe
(AppiumSwipeOptions appiumSwipeOptions) swipeTo()
tap()
tap
(AppiumClickOptions appiumClickOptions) Methods inherited from interface org.openqa.selenium.interactions.Locatable
getCoordinates
Methods 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, val
Methods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAs
Methods inherited from interface org.openqa.selenium.WebElement
findElement, findElements, getAccessibleName, getAriaRole, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, isEnabled, isSelected, sendKeys, submit
Methods inherited from interface org.openqa.selenium.WrapsDriver
getWrappedDriver
-
Method Details
-
as
Description copied from interface:SelenideElement
Give this element a human-readable name Caution: you probably don't need this method. It's always a good idea to have the actual selector instead of "nice" description (which might be misleading or even lying).- Specified by:
as
in interfaceSelenideElement
- Parameters:
alias
- a human-readable name of this element (null or empty string not allowed)- Returns:
- this element
- See Also:
-
hideKeyboard
-
scrollTo
Description copied from interface:SelenideElement
Ask browser to scroll to this element- Specified by:
scrollTo
in interfaceSelenideElement
- See Also:
-
scroll
@Nonnull @CanIgnoreReturnValue SelenideAppiumElement scroll(AppiumScrollOptions appiumScrollOptions) -
swipeTo
-
swipe
-
tap
-
tap
-
doubleTap
-