| Package | Description | 
|---|---|
| org.safs.net | |
| org.safs.selenium.webdriver.lib | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpRequestSend HTTP Request like "Get", "Post", "Put" etc. | 
| class  | XMLHttpRequestRepresents 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_XMLHttpRequestImplements  XMLHttpRequest, throughWDLibraryto execute javascriptJavaScriptFunctions.sendHttpRequest(Map)to handle HTTP Request. | 
Copyright © SAS Institute. All Rights Reserved.