Index

C G I N P R W 
All Classes and Interfaces|All Packages|Serialized Form

C

check(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check logic of WebDriverChecker implementation.
CheckerException - Exception Class in com.github.ngoanh2n.wdc
Runtime exception for WebDriverChecker.

Repository: GitHub: ngoanh2n/webdriverchecker Maven: com.github.ngoanh2n:webdriverchecker
CheckerException(String) - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException
Construct a new CheckerException with the specified detail message.
CheckerException(String, Throwable) - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException
Construct a new CheckerException with the specified detail message and cause.
CheckerException(Throwable) - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException
Construct a new CheckerException with the specified cause and a detail message.
CheckerException.ClosedDriver - Exception Class in com.github.ngoanh2n.wdc
Runtime exception when the found WebDriver is closed.
CheckerException.ClosedDriverProvided - Exception Class in com.github.ngoanh2n.wdc
Runtime exception when the provided WebDriver is closed.
CheckerException.NoneDriver - Exception Class in com.github.ngoanh2n.wdc
Runtime exception when WebDriverChecker could not detect any WebDriver
via provide()
or WebDriverChecker.is(WebDriverChecker, WebDriver...).
CheckerException.NullDriverPassed - Exception Class in com.github.ngoanh2n.wdc
Runtime exception when you have passed a null WebDriver
via WebDriverChecker.is(WebDriverChecker, WebDriver...).
CheckerException.NullDriverProvided - Exception Class in com.github.ngoanh2n.wdc
Runtime exception when you have provided a null WebDriver
via provide().
ClosedDriver() - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException.ClosedDriver
Construct a new CheckerException.NullDriverPassed with the specified detail message.
ClosedDriverProvided() - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException.ClosedDriverProvided
Construct a new CheckerException.NullDriverPassed with the specified detail message.
com.github.ngoanh2n.wdc - package com.github.ngoanh2n.wdc
 

G

getApp(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get app name or path of WebDriver is running on.
getAppPackage(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get app package of WebDriver is running on.
getBrowserName(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get browser name of WebDriver is running on.
getBrowserVersion(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get browser version of WebDriver is running on.
getCapabilities(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get Capabilities of WebDriver is running on.
getCapability(String, WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get a capability value of WebDriver is running on.
getCommandCodec(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get CommandCodec of WebDriver.
getDeviceId(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get device ID of WebDriver is running on.
getDriver(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get the current WebDriver.
getPlatformName(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get platform name of WebDriver is running on.
getServerURL(WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Get server URL of WebDriver is running on.

I

is(WebDriverChecker, WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check logic of WebDriverChecker implementation.
isAlive(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is alive.
isAndroid(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on Android.
isAndroidBrowser(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a browser on Android.
isAndroidNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app on Android.
isAndroidVirtual(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on Android emulator.
isBrowser(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a browser.
isBrowserStack(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on BrowserStack.
isChrome(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for Chrome browser on any platform (Chrome on macOS, Linux, Windows, Android).
isDocker(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running in local Docker.
isEdge(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for Edge browser on any platform (Edge on macOS, Linux, Windows).
isEdgeLegacy(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for legacy Edge (Edge HTML) browser.
isFirefox(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for Firefox browser on any platform (Firefox on macOS, Linux, Windows).
isFirefoxLegacy(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for legacy Firefox (lower than version 48) browser.
isIE(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for IE browser.
isIOS(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on iOS.
isIOSBrowser(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a browser on iOS.
isIOSNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app on iOS.
isIOSVirtual(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on iOS simulator.
isLambdaTest(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on LambdaTest.
isLinux(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on Linux.
isLocal(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running locally.
isLocalServer(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is connecting to a local server.
isMacOS(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on macOS.
isMacOSNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app on macOS.
isMobile(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on iOS or Android.
isMobileBrowser(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a browser on iOS or Android.
isMobileNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app on iOS or Android.
isMobileVirtual(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on iOS simulator or Android emulator.
isNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app.
isOpera(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for Opera browser on any platform (Opera on macOS, Linux, Windows).
isPC(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on any a PC platform (a browser or native app on macOS, Linux or Windows).
isPCBrowser(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a browser on macOS, Linux or Windows.
isPCNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for a native app on macOS or Windows.
isRemote(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running remotely.
isRemoteServer(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is connecting to a remote server.
isSafari(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for Safari browser on any platform (Safari on macOS, iOS).
isSauceLabs(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on SauceLabs.
isTestingBot(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver is running on TestingBot.
isWindows(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver on Windows.
isWindowsNative(WebDriver...) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Check whether WebDriver for native app on Windows.

N

NoneDriver() - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException.NoneDriver
Construct a new CheckerException.NullDriverPassed with the specified detail message.
NullDriverPassed() - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException.NullDriverPassed
Construct a new CheckerException.NullDriverPassed with the specified detail message.
NullDriverProvided() - Constructor for exception class com.github.ngoanh2n.wdc.CheckerException.NullDriverProvided
Construct a new CheckerException.NullDriverPassed with the specified detail message.

P

provide() - Method in interface com.github.ngoanh2n.wdc.WebDriverProvider
Provide WebDriver to WebDriverChecker.

R

runCommand(Command, CommandInfo, WebDriver...) - Method in class com.github.ngoanh2n.wdc.WebDriverChecker
Run a Selenium command.
runShell(String) - Static method in class com.github.ngoanh2n.wdc.WebDriverChecker
Run a Shell command.

W

WebDriverChecker - Class in com.github.ngoanh2n.wdc
Check WebDriver characteristics and environment.
WebDriverChecker() - Constructor for class com.github.ngoanh2n.wdc.WebDriverChecker
Default constructor.
WebDriverProvider - Interface in com.github.ngoanh2n.wdc
Provide a WebDriver to the WebDriverChecker.
Therefore, you don't need to pass WebDriver to the argument of static APIs.
C G I N P R W 
All Classes and Interfaces|All Packages|Serialized Form