Uses of Class
org.openqa.selenium.os.ExternalProcess.Builder
Packages that use ExternalProcess.Builder
-
Uses of ExternalProcess.Builder in org.openqa.selenium.os
Methods in org.openqa.selenium.os that return ExternalProcess.BuilderModifier and TypeMethodDescriptionExternalProcess.Builder.bufferSize
(int toKeep) The number of bytes to buffer forExternalProcess#getOutput
calls.static ExternalProcess.Builder
ExternalProcess.builder()
Set the executable command to start the process, this consists of the executable and the arguments.Set the executable command to start the process, this consists of the executable and the arguments.Set the executable command to start the process, this consists of the executable and the arguments.ExternalProcess.Builder.copyOutputTo
(OutputStream stream) Where to copy the combined stdout and stderr output to,ExternalProcess#getOutput
is still working when called.Set the working directory of the process to start.Set the working directory of the process to start.ExternalProcess.Builder.environment
(String name, String value) Set one environment variable of the process to start, will replace the old value if exists.