org.openqa.selenium.firefox.internal
Class Executable
java.lang.Object
org.openqa.selenium.firefox.internal.Executable
public class Executable
- extends java.lang.Object
Wrapper around our runtime environment requirements.
Performs discovery of firefox instances.
NOTE: System and platform binaries will only be discovered at class initialization.
- Author:
- [email protected] (Gregory Block)
Constructor Summary |
Executable(java.io.File userSpecifiedBinaryPath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Executable
public Executable(java.io.File userSpecifiedBinaryPath)
getFile
public java.io.File getFile()
getPath
public java.lang.String getPath()
setLibraryPath
public void setLibraryPath(java.lang.ProcessBuilder builder,
java.util.Map<java.lang.String,java.lang.String> extraEnv)
getDefaultOutputStream
public java.io.OutputStream getDefaultOutputStream()
Copyright © 2010. All Rights Reserved.