|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetworkTrafficType | |
|---|---|
| org.jboss.test.selenium.encapsulated | |
| org.jboss.test.selenium.framework | |
| Uses of NetworkTrafficType in org.jboss.test.selenium.encapsulated |
|---|
| Fields in org.jboss.test.selenium.encapsulated declared as NetworkTrafficType | |
|---|---|
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 |
| Methods in org.jboss.test.selenium.encapsulated that return NetworkTrafficType | |
|---|---|
NetworkTrafficType |
NetworkTraffic.getType()
Returns the associated output format type |
| Constructors in org.jboss.test.selenium.encapsulated with parameters of type NetworkTrafficType | |
|---|---|
NetworkTraffic(NetworkTrafficType type,
String traffic)
Constructs the representation of network traffic with associated format type. |
|
| Uses of NetworkTrafficType in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework with parameters of type NetworkTrafficType | |
|---|---|
NetworkTraffic |
TypedSeleniumImpl.captureNetworkTraffic(NetworkTrafficType type)
|
NetworkTraffic |
TypedSelenium.captureNetworkTraffic(NetworkTrafficType type)
Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||