WD
|
Entry point for HWD is webdriver::Server singleton class. It allows to configure, set predefined command routes and start webdriver service. It isn't thread safe.
Server accepts options in form of command line arguments. Also by default it uses webdriver::DefaultRouteTable. Custom route table can be passed after init.
Example:
For reconfiguring server:
All server options are represented in command line form. In example:
For all options please refer: WD Server switches