Interface EnhancedWebElement

All Superinterfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement
All Known Implementing Classes:
ImpEnhancedWebElement

public interface EnhancedWebElement
extends org.openqa.selenium.WebElement
  • Method Details

    • click

      void click()
      Specified by:
      click in interface org.openqa.selenium.WebElement
    • click

      void click​(int index)
    • moveMouse

      void moveMouse()
    • moveMouse

      void moveMouse​(int index)
    • getElementCssSelector

      org.openqa.selenium.By getElementCssSelector()
    • getElementCssSelector

      org.openqa.selenium.By getElementCssSelector​(int index)
    • sendKeys

      void sendKeys​(CharSequence... keysToSend)
      Specified by:
      sendKeys in interface org.openqa.selenium.WebElement
    • sendKeys

      void sendKeys​(int index, CharSequence... keysToSend)
    • sendKeysByAction

      void sendKeysByAction​(int index, CharSequence... keysToSend)
    • scrollToView

      void scrollToView()
    • scrollToView_Web

      void scrollToView_Web​(int index)
    • getAttribute

      String getAttribute​(String name)
      Specified by:
      getAttribute in interface org.openqa.selenium.WebElement
    • getAttribute

      String getAttribute​(int index, String name)
    • getText

      String getText()
      Specified by:
      getText in interface org.openqa.selenium.WebElement
    • getText

      String getText​(int index)
    • getElementName

      String getElementName()
    • getElementName

      String getElementName​(int index)
    • count

      int count()
    • isEmpty

      boolean isEmpty()
    • getElements

      List<org.openqa.selenium.WebElement> getElements()
    • getBy

      org.openqa.selenium.By getBy()
    • getLocation

      org.openqa.selenium.Point getLocation​(int index)
    • getCssValue

      String getCssValue​(String arg0, int index)
    • clear

      void clear​(int index)
    • isEnabled

      boolean isEnabled​(int index)
    • isDisplayed

      boolean isDisplayed​(int index)
    • getAttribute

      String getAttribute​(String name, int index)
    • setAttribute

      void setAttribute​(String attribute, String value)
    • setAttribute

      void setAttribute​(String attribute, int index, String value)
    • get

      org.openqa.selenium.WebElement get​(int index)
    • isExist

      boolean isExist​(int... index)
    • setValue

      void setValue​(int index, CharSequence... value)
    • getTextList

      List<String> getTextList()
    • scrollToView

      void scrollToView​(int index)
    • sendKeyByJs

      void sendKeyByJs​(int index, CharSequence[] keysToSend)
    • findElement

      EnhancedWebElement findElement​(EnhancedBy parentElement, int parentIndex, EnhancedBy enhanceBy)
    • getSelect

      org.openqa.selenium.support.ui.Select getSelect​(int index)
    • get

      org.openqa.selenium.WebElement get​(int index, boolean isFail)