Class Element


  • public class Element
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Element()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void findElement()  
      org.openqa.selenium.WebElement getElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Element

        public Element()
    • Method Detail

      • findElement

        public void findElement()
                         throws org.openqa.selenium.NoSuchElementException
        Throws:
        org.openqa.selenium.NoSuchElementException
      • getElement

        public org.openqa.selenium.WebElement getElement()