Class GetXpathCount

    • Constructor Summary

      Constructors 
      Constructor Description
      GetXpathCount()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Number handleSeleneseCommand​(org.openqa.selenium.WebDriver driver, java.lang.String xpath, java.lang.String ignored)  
      • Methods inherited from class java.lang.Object

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

      • GetXpathCount

        public GetXpathCount()
    • Method Detail

      • handleSeleneseCommand

        protected java.lang.Number handleSeleneseCommand​(org.openqa.selenium.WebDriver driver,
                                                         java.lang.String xpath,
                                                         java.lang.String ignored)
        Specified by:
        handleSeleneseCommand in class SeleneseCommand<java.lang.Number>