Package | Description |
---|---|
org.safs.net | |
org.safs.selenium.webdriver.lib |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequest
Send HTTP Request like "Get", "Post", "Put" etc.
|
class |
XMLHttpRequest
Represents XMLHttpRequest Object, used to
execute HTTP Request within web page through javascript.
NOTE: As this is performed by "AJAX XMLHttpRequest", it is probably not permitted to request an URL of domain other than the Application under test. AJAX Requests are only possible if port, protocol and domain of sender and receiver are equal. This means, that the following requests generally won’t work: Requesting https://foo.bar/target.php from http://foo.bar/source.php Requesting http://sub.foo.bar from http://foo.bar Requesting http://foo.bar:5000 from http://foo.bar If we meet the "cross-domain" problem, we can call HttpRequest.execute(String, String, String, String...) to perform HTTP request. |
Modifier and Type | Class and Description |
---|---|
static class |
WDLibrary.WD_XMLHttpRequest
Implements
XMLHttpRequest , through WDLibrary to execute javascript
JavaScriptFunctions.sendHttpRequest(Map) to handle HTTP Request. |
Copyright © SAS Institute. All Rights Reserved.