Uses of Interface
com.intuit.karate.driver.Driver
-
-
Uses of Driver in com.intuit.karate.core
Fields in com.intuit.karate.core declared as Driver Modifier and Type Field Description protected DriverScenarioEngine. driverMethods in com.intuit.karate.core with parameters of type Driver Modifier and Type Method Description voidScenarioEngine. setDriver(Driver driver) -
Uses of Driver in com.intuit.karate.driver
Classes in com.intuit.karate.driver with type parameters of type Driver Modifier and Type Interface Description interfaceDriverRunner<D extends Driver>Classes in com.intuit.karate.driver that implement Driver Modifier and Type Class Description classDevToolsDriverclassWebDriverMethods in com.intuit.karate.driver that return Driver Modifier and Type Method Description default DriverDriver. delay(int millis)default DriverDriver. retry()default DriverDriver. retry(int count)default DriverDriver. retry(Integer count, Integer interval)static DriverDriver. start(String browserType)static DriverDriver. start(Map<String,Object> options)static DriverDriverOptions. start(Map<String,Object> options, ScenarioRuntime sr)DriverDevToolsDriver. submit()DriverDriver. submit()DriverWebDriver. submit()DriverDevToolsDriver. timeout()DriverDevToolsDriver. timeout(Integer millis)DriverDriver. timeout()DriverDriver. timeout(Integer millis)DriverWebDriver. timeout()DriverWebDriver. timeout(Integer millis)Methods in com.intuit.karate.driver with parameters of type Driver Modifier and Type Method Description List<Element>DriverOptions. findAll(Driver driver, String locator)static ElementDriverElement. locatorExists(Driver driver, String locator)static ElementDriverElement. locatorUnknown(Driver driver, String locator)ElementDriverOptions. optional(Driver driver, String locator)ElementDriverOptions. waitForAny(Driver driver, String... locators)StringDriverOptions. waitForUrl(Driver driver, String expected)ElementDriverOptions. waitUntil(Driver driver, String locator, String expression)Constructors in com.intuit.karate.driver with parameters of type Driver Constructor Description DriverMouse(Driver driver)ElementFinder(Driver driver, String fromLocator, ElementFinder.Type type)Keys(Driver driver)MissingElement(Driver driver, String locator) -
Uses of Driver in com.intuit.karate.driver.appium
Classes in com.intuit.karate.driver.appium that implement Driver Modifier and Type Class Description classAndroidDriverclassAppiumDriverclassIosDriverMethods in com.intuit.karate.driver.appium with parameters of type Driver Modifier and Type Method Description ElementMobileDriverOptions. optional(Driver driver, String locator)ElementMobileDriverOptions. waitForAny(Driver driver, String... locators) -
Uses of Driver in com.intuit.karate.driver.chrome
Classes in com.intuit.karate.driver.chrome that implement Driver Modifier and Type Class Description classChromeclassChromeWebDriver -
Uses of Driver in com.intuit.karate.driver.firefox
Classes in com.intuit.karate.driver.firefox that implement Driver Modifier and Type Class Description classGeckoWebDriver -
Uses of Driver in com.intuit.karate.driver.microsoft
Classes in com.intuit.karate.driver.microsoft that implement Driver Modifier and Type Class Description classEdgeChromiumclassIeWebDriverclassMsEdgeDriverclassMsWebDriverclassWinAppDriver -
Uses of Driver in com.intuit.karate.driver.playwright
Classes in com.intuit.karate.driver.playwright that implement Driver Modifier and Type Class Description classPlaywrightDriverMethods in com.intuit.karate.driver.playwright that return Driver Modifier and Type Method Description DriverPlaywrightDriver. submit()DriverPlaywrightDriver. timeout()DriverPlaywrightDriver. timeout(Integer millis) -
Uses of Driver in com.intuit.karate.driver.safari
Classes in com.intuit.karate.driver.safari that implement Driver Modifier and Type Class Description classSafariWebDriver
-