Package co.nz.getskills.auto.Base
Class TestDriver
- java.lang.Object
-
- co.nz.getskills.auto.Base.TestDriver
-
- Direct Known Subclasses:
AndroidSteps,CommonPage,CommonSteps,WebSteps
public class TestDriver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.openqa.selenium.winium.DesktopOptionsoptionsjava.util.Propertiesproporg.openqa.selenium.winium.WiniumDriverServiceserviceorg.openqa.selenium.WebDriverwebDriverio.github.bonigarcia.wdm.WebDriverManagerwebDriverManager
-
Constructor Summary
Constructors Constructor Description TestDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUpWebDriver(java.lang.String appName, java.lang.String testName)org.openqa.selenium.winium.WiniumDriversetUpWiniumDriver()
-
-
-
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
-
-