public class FirefoxChromeLauncher extends AbstractBrowserLauncher
Modifier and Type | Class and Description |
---|---|
static class |
FirefoxChromeLauncher.ChromeUrlConvert |
protected class |
FirefoxChromeLauncher.FileLockRemainedException |
Modifier and Type | Field and Description |
---|---|
static String |
CHROME_URL |
browserConfigurationOptions, sessionId
Constructor and Description |
---|
FirefoxChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
BrowserInstallation browserInstallation) |
FirefoxChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserString) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Stop (kill) the browser process
|
protected void |
copyCert8db(File firefoxProfileTemplate) |
protected void |
copyDirectory(File sourceDir,
File destDir) |
protected void |
copySingleFileWithOverwrite(File sourceFile,
File destFile) |
protected void |
createCustomProfileDir() |
protected void |
extractProfileFromJar() |
protected void |
generatePacAndPrefJs(String homePage) |
protected File |
getFileFromParent(File parent,
String child) |
Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
|
protected File |
initProfileTemplate() |
protected void |
killFirefoxProcess()
Wrapper to allow for stubbed-out testing
|
protected void |
launch(String url) |
void |
launchHTMLSuite(String suiteUrl,
String browserURL)
Start the browser in Selenese mode, auto-running the specified HTML suite
|
void |
launchRemoteSession(String browserURL)
Start the browser and navigate directly to the specified URL using the supplied browser configurations
|
protected void |
removeCustomProfileDir()
Wrapper to allow for stubbed-out testing
|
protected void |
setCustomProfileDir(File value) |
protected void |
setProcess(Process p) |
getConfiguration, getPort
public static final String CHROME_URL
public FirefoxChromeLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserString) throws InvalidBrowserExecutableException
public FirefoxChromeLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
protected void launch(String url)
launch
in class AbstractBrowserLauncher
protected void createCustomProfileDir()
protected File initProfileTemplate()
protected void extractProfileFromJar() throws IOException
IOException
protected void copySingleFileWithOverwrite(File sourceFile, File destFile)
protected void copyCert8db(File firefoxProfileTemplate)
protected void generatePacAndPrefJs(String homePage) throws IOException
IOException
public void close()
BrowserLauncher
protected void removeCustomProfileDir() throws RuntimeException
RuntimeException
protected void killFirefoxProcess() throws FirefoxChromeLauncher.FileLockRemainedException
public Process getProcess()
BrowserLauncher
protected void setCustomProfileDir(File value)
protected void setProcess(Process p)
public void launchHTMLSuite(String suiteUrl, String browserURL)
BrowserLauncher
launchHTMLSuite
in interface BrowserLauncher
launchHTMLSuite
in class AbstractBrowserLauncher
suiteUrl
- the url of the HTML suite to launchbrowserURL
- the url within which to initiate the session (if needed)public void launchRemoteSession(String browserURL)
BrowserLauncher
launchRemoteSession
in interface BrowserLauncher
launchRemoteSession
in class AbstractBrowserLauncher
Copyright © 2012. All Rights Reserved.