Class ZestClientLaunch


  • public class ZestClientLaunch
    extends ZestClient
    Launch a new client (browser)
    • Constructor Detail

      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url)
      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url,
                                boolean headless)
      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url,
                                boolean headless,
                                String profilePath)
      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url,
                                String capabilities)
      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url,
                                String capabilities,
                                boolean headless)
      • ZestClientLaunch

        public ZestClientLaunch​(String windowHandle,
                                String browserType,
                                String url,
                                String capabilities,
                                boolean headless,
                                String profilePath)
      • ZestClientLaunch

        public ZestClientLaunch()
    • Method Detail

      • getWindowHandle

        public String getWindowHandle()
      • setWindowHandle

        public void setWindowHandle​(String windowHandle)
      • getBrowserType

        public String getBrowserType()
      • setBrowserType

        public void setBrowserType​(String browserType)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getCapabilities

        public String getCapabilities()
      • setCapabilities

        public void setCapabilities​(String capabilities)
      • isHeadless

        public boolean isHeadless()
      • setHeadless

        public void setHeadless​(boolean headless)
      • getProfilePath

        public String getProfilePath()
      • setProfilePath

        public void setProfilePath​(String profilePath)
      • isPassive

        public boolean isPassive()
        Description copied from class: ZestStatement
        Checks if is passive.
        Specified by:
        isPassive in class ZestStatement
        Returns:
        true, if is passive