The web driver namespace prefix is webd: and the namespace declaration is http://www.volantis.com/xmlns/marlin-web-driver.
The web driver namespace prefix is webd: and the namespace declaration is http://www.volantis.com/xmlns/marlin-web-driver.
webd:cookie, webd:header and webd:parameter have element forms of their attributes, which are not listed here.
Name | Purpose |
---|---|
webd:content | Used to handle different types of content resulting from a request. |
webd:cookie | Contains elements that allow cookies to be created or copied. The domain, maxage, path and secure attributes are evaluated by the driver to see if the cookie should be passed on. There are also element forms for the attribute values. |
webd:cookies | Container for multiple cookies. |
webd:get | Represents the HTTP GET method. |
webd:header | Defines HTTP header elements that enable headers to be created or copied. Unlike parameters, there is no difference in how they are handled by the two different types of request. There are also element forms for the attribute values. |
webd:headers | Container for multiple HTTP header elements. |
webd:parameter | Defines an HTTP parameter. There are also element forms for some attribute values. |
webd:parameters | Container for multiple parameter elements. |
webd:post | Represents the HTTP POST method. |
webd:script | Specifies a script module to handle web page scripts, with a reference to the mcs-config.xml file. |