Get response header by key
| Parameters: | string – |
|---|---|
| Return type: | ZendHttpHeaderHeaderInterface|false |
Assert response header exists
| Parameters: | string – |
|---|
Assert response header does not exist
| Parameters: | string – |
|---|
Assert response header exists and contains the given string
| Parameters: |
|
|---|
Assert response header exists and contains the given string
| Parameters: |
|
|---|
Assert response header exists and matches the given pattern
| Parameters: |
|
|---|
Assert response header does not exist and/or does not match the given regex
| Parameters: |
|
|---|
Assert that response is NOT a redirect
| Parameters: | string – |
|---|
Assert that response redirects to given URL
| Parameters: | string – |
|---|
Assert that response does not redirect to given URL
| Parameters: |
|
|---|
Assert that redirect location matches pattern
| Parameters: | string – |
|---|
Assert that redirect location does not match pattern
| Parameters: | string – |
|---|
Register XPath namespaces
| Parameters: | array – |
|---|
Execute a DOM/XPath query
| Parameters: |
|
|---|---|
| Return type: | array |
Count the dom query executed
| Parameters: | string – |
|---|---|
| Return type: | integer |
Count the dom query executed
| Parameters: | string – |
|---|---|
| Return type: | integer |
Assert against DOM/XPath selection
| Parameters: |
|
|---|
Assert against DOM selection
| Parameters: | string – CSS selector path |
|---|
Assert against XPath selection
| Parameters: | string – XPath path |
|---|
Assert against DOM/XPath selection
| Parameters: |
|
|---|
Assert against DOM selection
| Parameters: | string – CSS selector path |
|---|
Assert against XPath selection
| Parameters: | string – XPath path |
|---|
Assert against DOM/XPath selection; should contain exact number of nodes
| Parameters: |
|
|---|
Assert against DOM selection; should contain exact number of nodes
| Parameters: |
|
|---|
Assert against XPath selection; should contain exact number of nodes
| Parameters: |
|
|---|
Assert against DOM/XPath selection; should NOT contain exact number of nodes
| Parameters: |
|
|---|
Assert against DOM selection; should NOT contain exact number of nodes
| Parameters: |
|
|---|
Assert against XPath selection; should NOT contain exact number of nodes
| Parameters: |
|
|---|
Assert against DOM/XPath selection; should contain at least this number of nodes
| Parameters: |
|
|---|
Assert against DOM selection; should contain at least this number of nodes
| Parameters: |
|
|---|
Assert against XPath selection; should contain at least this number of nodes
| Parameters: |
|
|---|
Assert against DOM/XPath selection; should contain no more than this number of nodes
| Parameters: |
|
|---|
Assert against DOM selection; should contain no more than this number of nodes
| Parameters: |
|
|---|
Assert against XPath selection; should contain no more than this number of nodes
| Parameters: |
|
|---|
Assert against DOM/XPath selection; node should contain content
| Parameters: |
|
|---|
Assert against DOM selection; node should contain content
| Parameters: |
|
|---|
Assert against XPath selection; node should contain content
| Parameters: |
|
|---|
Assert against DOM/XPath selection; node should NOT contain content
| Parameters: |
|
|---|
Assert against DOM selection; node should NOT contain content
| Parameters: |
|
|---|
Assert against XPath selection; node should NOT contain content
| Parameters: |
|
|---|
Assert against DOM/XPath selection; node should match content
| Parameters: |
|
|---|
Assert against DOM selection; node should match content
| Parameters: |
|
|---|
Assert against XPath selection; node should match content
| Parameters: |
|
|---|
Assert against DOM/XPath selection; node should NOT match content
| Parameters: |
|
|---|