org.openqa.selenium.firefox.internal
Class Executable

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.Executable

public class Executable
extends Object

Wrapper around our runtime environment requirements. Performs discovery of firefox instances.

NOTE: System and platform binaries will only be discovered at class initialization.


Constructor Summary
Executable(File userSpecifiedBinaryPath)
           
 
Method Summary
 OutputStream getDefaultOutputStream()
           
 File getFile()
           
 String getPath()
           
 void setLibraryPath(CommandLine command, Map<String,String> extraEnv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executable

public Executable(File userSpecifiedBinaryPath)
Method Detail

getFile

public File getFile()

getPath

public String getPath()

setLibraryPath

public void setLibraryPath(CommandLine command,
                           Map<String,String> extraEnv)

getDefaultOutputStream

public OutputStream getDefaultOutputStream()


Copyright © 2013. All Rights Reserved.