public class MultiSessionCommandExecutor
extends org.openqa.selenium.remote.HttpCommandExecutor
HttpCommandExecutor that will use a
PhantomJSDriverService. Unlike PhantomJSCommandExecutor the lifecycle
of the service is to be managed by the caller, allowing the use of one single service
by multiple drivers.| Constructor and Description |
|---|
MultiSessionCommandExecutor(PhantomJSDriverService service)
Creates a new MultiSessionCommandExecutor.
|
public MultiSessionCommandExecutor(PhantomJSDriverService service)
service.service - The PhantomJSDriverService to send commands to.