Package com.intuit.karate.driver.appium
Class MobileDriverOptions
java.lang.Object
com.intuit.karate.driver.DriverOptions
com.intuit.karate.driver.appium.MobileDriverOptions
- Author:
- babusekaran
-
Field Summary
Fields inherited from class com.intuit.karate.driver.DriverOptions
addOptions, afterStop, appender, args, attach, beforeStart, driverLogger, executable, headless, highlight, highlightDuration, host, httpConfig, KARATE_REF_GENERATOR, logger, maxPayloadSize, options, playwrightOptions, playwrightUrl, pollAttempts, pollInterval, port, processLogFile, processLogger, remoteHost, screenshotOnFailure, SCROLL_JS_FUNCTION, showBrowserLog, showDriverLog, showProcessLog, start, stop, target, timeout, type, uniqueName, useDockerHost, userAgent, userDataDir, videoFile, webDriverPath, webDriverSession, webDriverUrl, workingDir -
Constructor Summary
ConstructorsConstructorDescriptionMobileDriverOptions(Map<String, Object> options, ScenarioRuntime sr, int defaultPort, String defaultExecutable) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetBrowserName(Map<String, Object> sessionPayload) booleanwaitForAny(Driver driver, String... locators) Methods inherited from class com.intuit.karate.driver.DriverOptions
arg, disableRetry, driverRunners, enableRetry, findAll, focusJs, getHttp, getPositionJs, getPreSubmitHash, getRelativePositionJs, getRetryCount, getRetryInterval, getTimeout, getWebDriverSessionPayload, highlight, highlightAll, isHostDockerHost, isRemoteHost, isRetryEnabled, karateLocator, newMapWithSelectedKeys, optionSelector, optionSelector, preProcessWildCard, retry, scriptAllSelector, scriptAllSelector, scriptSelector, scriptSelector, selector, selector, setPreSubmitHash, setRetryInterval, setTimeout, sleep, sleep, start, startProcess, startProcess, waitForUrl, waitUntil, wrapInFunctionInvoke
-
Constructor Details
-
MobileDriverOptions
public MobileDriverOptions(Map<String, Object> options, ScenarioRuntime sr, int defaultPort, String defaultExecutable)
-
-
Method Details
-
isWebSession
public boolean isWebSession() -
waitForAny
- Overrides:
waitForAnyin classDriverOptions
-
optional
- Overrides:
optionalin classDriverOptions
-
getBrowserName
-