#include <webdriver_capabilities_parser.h>
Parses the given capabilities dictionary to produce a Capabilities instance. See webdriver's desired capabilities for more info.
webdriver::CapabilitiesParser::CapabilitiesParser |
( |
const base::DictionaryValue * |
capabilities_dict, |
|
|
const Logger & |
logger, |
|
|
Capabilities * |
capabilities |
|
) |
| |
Create a new parser.
- Parameters
-
capabilities_dict | the dictionary for all of the user's desired capabilities. |
logger | logger |
capabilities | return value |
webdriver::CapabilitiesParser::~CapabilitiesParser |
( |
| ) |
|
Error* webdriver::CapabilitiesParser::Parse |
( |
| ) |
|
Parses the capabilities. May return an error.
- Returns
- NULL - if ok. Error object - otherwise.
The documentation for this class was generated from the following file: