org.openqa.selenium.firefox.internal
Class Executable
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Executable
public Executable(File userSpecifiedBinaryPath)
getFile
public File getFile()
getPath
public String getPath()
setLibraryPath
public void setLibraryPath(CommandLine command,
Map<String,String> extraEnv)
getDefaultOutputStream
public OutputStream getDefaultOutputStream()
Copyright © 2012. All Rights Reserved.