Skip navigation links
B C D E F K O S T U V W 

B

buildDesktopService() - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Creates a new WiniumDriverService to manage the Winium Desktop Driver server.
Builder() - Constructor for class org.openqa.selenium.winium.WiniumDriverService.Builder
 
buildSilverlightService() - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Creates a new WiniumDriverService to manage the Winium WindowsPhone Driver server.
buildStoreAppsService() - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Creates a new WiniumDriverService to manage the Winium StoreApps Driver server.

C

createArgs() - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
 
createDesktopService() - Static method in class org.openqa.selenium.winium.WiniumDriverService
Creates a default instance of the WiniumDriverService using a default path to the Winium Desktop Driver.
createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
 
createSilverlightService() - Static method in class org.openqa.selenium.winium.WiniumDriverService
Creates a default instance of the WiniumDriverService using a default path to the Winium WindowsPhone Driver.
createStoreAppsService() - Static method in class org.openqa.selenium.winium.WiniumDriverService
Creates a default instance of the WiniumDriverService using a default path to the Winium StoreApps Driver.

D

DesktopOptions - Class in org.openqa.selenium.winium
Class to manage options specific to WiniumDriver which uses Winium.Desktop
DesktopOptions() - Constructor for class org.openqa.selenium.winium.DesktopOptions
 

E

execute(Command) - Method in class org.openqa.selenium.winium.WiniumDriverCommandExecutor
 

F

findDefaultExecutable() - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
 

K

KeyboardSimulatorType - Enum in org.openqa.selenium.winium
The keyboard simulator type.

O

org.openqa.selenium.winium - package org.openqa.selenium.winium
 

S

setApplicationPath(String) - Method in class org.openqa.selenium.winium.DesktopOptions
Sets the absolute local path to an .exe file to be started.
setApplicationPath(String) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets the absolute local path to an .xap file to be installed and launched.
setApplicationPath(String) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets the absolute local path to an .appx file to be installed and launched.
setArguments(String) - Method in class org.openqa.selenium.winium.DesktopOptions
Sets startup argunments of the application under test.
setDebugConnectToRunningApp(Boolean) - Method in class org.openqa.selenium.winium.DesktopOptions
Sets a value indicating whether debug connect to running app.
setDebugConnectToRunningApp(Boolean) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets a value indicating whether debug connect to running app.
setDebugConnectToRunningApp(Boolean) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets a value indicating whether debug connect to running app.
setDependencies(List<String>) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets a list of dependencies.
setDeviceName(String) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets name of emulator to use for running test.
setDeviceName(String) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets name of emulator to use for running test.
setFiles(Map<String, String>) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets the files.
setInnerPort(Integer) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets the inner port used to communicate between OuterDriver and InnerDrive (injected into Windows Phone app).
setKeyboardSimulator(KeyboardSimulatorType) - Method in class org.openqa.selenium.winium.DesktopOptions
Sets the keyboard simulator type.
setLaunchDelay(Integer) - Method in class org.openqa.selenium.winium.DesktopOptions
Sets the launch delay in milliseconds, to be waited to let visuals to initialize after application started.
setLaunchDelay(Integer) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets launch delay in milliseconds, to be waited to let visuals to initialize after application launched (after successful ping or timeout).
setLaunchDelay(Integer) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets launch delay in milliseconds, to be waited to let visuals to initialize after application launched (after successful ping or timeout).
setLaunchTimeout(Integer) - Method in class org.openqa.selenium.winium.SilverlightOptions
Sets maximum timeout in milliseconds, to be waited for application to launch
setLaunchTimeout(Integer) - Method in class org.openqa.selenium.winium.StoreAppsOptions
Sets maximum timeout in milliseconds, to be waited for application to launch
SilverlightOptions - Class in org.openqa.selenium.winium
Class to manage options specific to WiniumDriver which uses Windows Phone Driver
SilverlightOptions() - Constructor for class org.openqa.selenium.winium.SilverlightOptions
 
StoreAppsOptions - Class in org.openqa.selenium.winium
Class to manage options specific to WiniumDriver wich uses Winium.StoreApps
StoreAppsOptions() - Constructor for class org.openqa.selenium.winium.StoreAppsOptions
 

T

toCapabilities() - Method in class org.openqa.selenium.winium.DesktopOptions
Convert options to DesiredCapabilities for Winium Desktop Driver
toCapabilities() - Method in class org.openqa.selenium.winium.SilverlightOptions
 
toCapabilities() - Method in class org.openqa.selenium.winium.StoreAppsOptions
 
toCapabilities() - Method in interface org.openqa.selenium.winium.WiniumOptions
Convert options to DesiredCapabilities for one of Winium Drivers

U

usingDriverExecutable(File) - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Sets which driver executable the builder will use.

V

valueOf(String) - Static method in enum org.openqa.selenium.winium.KeyboardSimulatorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openqa.selenium.winium.KeyboardSimulatorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINIUM_DRIVER_LOG_PATH_PROPERTY - Static variable in class org.openqa.selenium.winium.WiniumDriverService
System property that defines the location of the log that will be written by service
WINIUM_DRIVER_SILENT - Static variable in class org.openqa.selenium.winium.WiniumDriverService
Boolean system property that defines whether the WiniumDriver executable should be started without any output.
WINIUM_DRIVER_VERBOSE_LOG - Static variable in class org.openqa.selenium.winium.WiniumDriverService
Boolean system property that defines whether the WiniumDriver executable should be started with verbose logging.
WiniumDriver - Class in org.openqa.selenium.winium
Provides a mechanism to write tests using Winium driver.
WiniumDriver(WiniumOptions) - Constructor for class org.openqa.selenium.winium.WiniumDriver
Initializes a new instance of the WiniumDriver class using the specified options
WiniumDriver(WiniumDriverService, WiniumOptions) - Constructor for class org.openqa.selenium.winium.WiniumDriver
Initializes a new instance of the WiniumDriver class using the specified WiniumDriverService and options.
WiniumDriver(URL, WiniumOptions) - Constructor for class org.openqa.selenium.winium.WiniumDriver
Initializes a new instance of the WiniumDriver lass using the specified remote address and options.
WiniumDriverCommandExecutor - Class in org.openqa.selenium.winium
DriverCommandExecutor that understands WiniumDriver specific commands.
WiniumDriverCommandExecutor(WiniumDriverService) - Constructor for class org.openqa.selenium.winium.WiniumDriverCommandExecutor
 
WiniumDriverCommandExecutor(URL) - Constructor for class org.openqa.selenium.winium.WiniumDriverCommandExecutor
 
WiniumDriverService - Class in org.openqa.selenium.winium
Exposes the service provided by the native Winium Driver executable.
WiniumDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.winium.WiniumDriverService
 
WiniumDriverService.Builder - Class in org.openqa.selenium.winium
 
WiniumOptions - Interface in org.openqa.selenium.winium
Defines the interface to manage options specific to WiniumDriver
withSilent(boolean) - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Configures the driver server for silent output.
withVerbose(boolean) - Method in class org.openqa.selenium.winium.WiniumDriverService.Builder
Configures the driver server verbosity.
B C D E F K O S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.