| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.network |
| Modifier and Type | Method and Description |
|---|---|
NetworkTraffic |
TypedSelenium.captureNetworkTraffic(NetworkTrafficType type)
Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
|
| Modifier and Type | Field and Description |
|---|---|
static NetworkTrafficType |
NetworkTrafficType.JSON
The network traffic in JSON format type
|
static NetworkTrafficType |
NetworkTrafficType.PLAIN
The network traffic in plain-text
|
static NetworkTrafficType |
NetworkTrafficType.XML
The network traffic in XML format type
|
| Modifier and Type | Method and Description |
|---|---|
NetworkTrafficType |
NetworkTraffic.getType()
Returns the associated output format type
|
| Constructor and Description |
|---|
NetworkTraffic(NetworkTrafficType type,
String traffic)
Constructs the representation of network traffic with associated format type.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.