Uses of Class
com.thoughtworks.selenium.BrowserConfigurationOptions

Packages that use BrowserConfigurationOptions
com.thoughtworks.selenium   
 

Uses of BrowserConfigurationOptions in com.thoughtworks.selenium
 

Methods in com.thoughtworks.selenium that return BrowserConfigurationOptions
 BrowserConfigurationOptions BrowserConfigurationOptions.set(String key, String value)
          Sets the given key to the given value unless the value is null.
 BrowserConfigurationOptions BrowserConfigurationOptions.setBrowserExecutablePath(String executablePath)
          Sets the full path for the browser executable.
 BrowserConfigurationOptions BrowserConfigurationOptions.setBrowserMode(String mode)
          Sets the "mode" for the browser.
 BrowserConfigurationOptions BrowserConfigurationOptions.setCommandLineFlags(String cmdLineFlags)
           
 BrowserConfigurationOptions BrowserConfigurationOptions.setMultiWindow()
          Sets MULTI_WINDOW and unsets SINGLE_WINDOW
 BrowserConfigurationOptions BrowserConfigurationOptions.setProfile(String profile)
          Sets the name of the profile, which must exist in the -profilesLocation directory, to use for this browser session.
 BrowserConfigurationOptions BrowserConfigurationOptions.setSingleWindow()
          Sets SINGLE_WINDOW and unsets MULTI_WINDOW.
 BrowserConfigurationOptions BrowserConfigurationOptions.setTimeoutInSeconds(int timeout)
          Sets the timeout, in seconds, for all commands.
 



Copyright © 2011. All Rights Reserved.