Class GetAllWindowNames


  • public class GetAllWindowNames
    extends SeleneseCommand<java.lang.String[]>
    • Method Summary

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

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

      • GetAllWindowNames

        public GetAllWindowNames()
    • Method Detail

      • handleSeleneseCommand

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