WebDriver.Capabilities

The capabilities struct is defined in the WebDriver specification. https://code.google.com/p/selenium/wiki/JsonWireProtocol#Capabilities_JSON_Object

The current version of this code does not actually use the capabilities object. Support for various capabilities will be forthcoming.

Source

Summary

from_response(response)

Functions

from_response(response)
Source