Uses of Interface
jp.vmi.selenium.selenese.config.IConfig
-
Packages that use IConfig Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.config jp.vmi.selenium.webdriver -
-
Uses of IConfig in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type IConfig Modifier and Type Method Description voidMain. setupRunner(Runner runner, IConfig config, String... filenames)Setup Runner by configuration. -
Uses of IConfig in jp.vmi.selenium.selenese.config
Classes in jp.vmi.selenium.selenese.config that implement IConfig Modifier and Type Class Description classDefaultConfigConfiguration information.Methods in jp.vmi.selenium.selenese.config that return IConfig Modifier and Type Method Description IConfigDefaultConfig. loadFrom(String file)load configuration from file.IConfigDefaultConfig. parseCommandLine(String... args)Parse command line arguments. -
Uses of IConfig in jp.vmi.selenium.webdriver
Constructors in jp.vmi.selenium.webdriver with parameters of type IConfig Constructor Description DriverOptions(IConfig config)Constructs driver options specified by command line.
-