类的使用
tech.testnx.cah.common.tuple.Pair
-
使用Pair的程序包 程序包 说明 tech.testnx.cah tech.testnx.cah.common.browser.actions tech.testnx.cah.common.driver tech.testnx.cah.common.reports.perf tech.testnx.cah.common.tuple -
-
tech.testnx.cah中Pair的使用
返回Pair的tech.testnx.cah中的方法 修饰符和类型 方法 说明 protected Pair<String,org.openqa.selenium.WebDriver>AbstractTest. newChromeDriver()New a Chrome web Driverprotected Pair<String,org.openqa.selenium.WebDriver>AbstractTest. newEdgeDriver()New a Edge web Driverprotected Pair<String,org.openqa.selenium.WebDriver>AbstractTest. newFirefoxDriver()New a Firefox WebDriverprotected Pair<String,org.openqa.selenium.WebDriver>AbstractTest. requestWebDriver()Request a new WebDriver with default type and return name and WebDriverprotected Pair<String,org.openqa.selenium.WebDriver>AbstractTest. requestWebDriver(BrowserType browserType)Request a new WebDriver with specific type and return name and WebDriver -
tech.testnx.cah.common.browser.actions中Pair的使用
返回Pair的tech.testnx.cah.common.browser.actions中的方法 修饰符和类型 方法 说明 <X,Y>
Pair<X,Y>DriverActions. takeFullDomPageScreenshot(org.openqa.selenium.OutputType<X> outputTypeX, org.openqa.selenium.OutputType<Y> outputTypeY)Take full DOM page screenshot for all browsers<X,Y>
Pair<X,Y>DriverActions. takeScreenshot(org.openqa.selenium.OutputType<X> outputTypeX, org.openqa.selenium.OutputType<Y> outputTypeY)Take default screenshot by WebDriver -
tech.testnx.cah.common.driver中Pair的使用
返回Pair的tech.testnx.cah.common.driver中的方法 修饰符和类型 方法 说明 static Pair<String,org.openqa.selenium.WebDriver>WebDriverFactory. requestWebDriver()Request a driver with default type and return the name and driver instancestatic Pair<String,org.openqa.selenium.WebDriver>WebDriverFactory. requestWebDriver(BrowserType browserType)Request a driver with specific type and return the name and driver instance -
tech.testnx.cah.common.reports.perf中Pair的使用
返回变量类型为Pair的类型的tech.testnx.cah.common.reports.perf中的方法 修饰符和类型 方法 说明 List<Pair<WebPagePerfNavigationResult,List<WebPagePerfResourceResult>>>WebPagePerfResult. getPagesResult()类型变量类型为Pair的tech.testnx.cah.common.reports.perf中的方法参数 修饰符和类型 方法 说明 WebPagePerfResultWebPagePerfResult. setPagesResult(List<Pair<WebPagePerfNavigationResult,List<WebPagePerfResourceResult>>> pagesResult) -
tech.testnx.cah.common.tuple中Pair的使用
tech.testnx.cah.common.tuple中Pair的子类 修饰符和类型 类 说明 classTriplet<A,B,C>返回Pair的tech.testnx.cah.common.tuple中的方法 修饰符和类型 方法 说明 Pair<A,B>Pair. setFirst(A first)Pair<A,B>Pair. setSecond(B second)
-