public class RemoteDriverLauncher
extends java.lang.Object
We don't put the selenium-server-standalone-xxx.jar on the CLASSPATH during the installation. While RemoteDriver needs that jar to run, so we create this class to detect necessary information such as path to selenium-server-standalone-xxx.jar and launch RemoteDriver.This class accepts the same parameters as
RemoteDriver.main(String[])
.RemoteDriver.main(String[])
Constructor and Description |
---|
RemoteDriverLauncher() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
Copyright © SAS Institute. All Rights Reserved.