Class TestDriver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.openqa.selenium.winium.DesktopOptions options  
      java.util.Properties prop  
      org.openqa.selenium.winium.WiniumDriverService service  
      org.openqa.selenium.WebDriver webDriver  
      io.github.bonigarcia.wdm.WebDriverManager webDriverManager  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestDriver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setUpWebDriver​(java.lang.String appName, java.lang.String testName)  
      org.openqa.selenium.winium.WiniumDriver setUpWiniumDriver()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prop

        public java.util.Properties prop
      • service

        public org.openqa.selenium.winium.WiniumDriverService service
      • options

        public org.openqa.selenium.winium.DesktopOptions options
      • webDriver

        public org.openqa.selenium.WebDriver webDriver
      • webDriverManager

        public io.github.bonigarcia.wdm.WebDriverManager webDriverManager
    • Constructor Detail

      • TestDriver

        public TestDriver()
    • Method Detail

      • setUpWebDriver

        public void setUpWebDriver​(java.lang.String appName,
                                   java.lang.String testName)
                            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • setUpWiniumDriver

        public org.openqa.selenium.winium.WiniumDriver setUpWiniumDriver()