![]() ![]() | The HttpClient that's used by default in all tests.If you're creating a custom tester, don't use this property! Use ControlTester.Browser instead. |
![]() ![]() | A User Agent string provided by Firefox 1.0. Use this with UserAgent when you want NUnitAsp to see what Firefox sees. |
![]() ![]() | A user agent string provided by Internet Explorer 6.0. Use this with UserAgent when you want NUnitAsp to see what IE sees. |
![]() | Initializes a new instance of the HttpClient class. |
![]() |
Username and password (null if none). Set automatically if the username and
password are supplied in the URL (i.e., "http://username:password@host").
Can be used with both "basic" and "Windows Integrated" (NTLM) authentication
methods. Set this property to CredentialCache.DefaultCredentials
to use your current Windows login.
|
![]() | The proxy server information to use to proxy HTTP requests. If this property is set to null, the default value returned by GlobalProxySelection.Select is used. |
![]() | URL containing the hyperlink or form that caused the browser to load the current url (null if none). Fragments aren't included (the part of the URL that comes after a '#'). |
![]() | The user-agent string to send to the server. Useful if you want to pretend to be a specific browser. Defaults to IE_USER_AGENT.Be careful when changing this, as ASP.NET renders controls differently for different user agents. NUnitAsp's testers may not be able to recognize a control that was rendered for a different browser. |
![]() | The language-tag elements to send to the server (null if none). These appear in the Request.UserLanguages array in the target page. |
![]() | The cookies sent to the server. These are usually set by the server but your test can add cookies to the container and they'll be sent too. |
![]() | The raw contents of the current page. |
![]() | URL the browser most recently retrieved (null if none). Fragments aren't included (the part of the URL that comes after a '#'). |
![]() | The total time this object has spent waiting for web servers to respond. |
![]() | Returns the value of a cookie. Throws exception if the cookie hasn't been set. |
![]() | |
![]() | Retrieves a page from a web server. Different from GetPage in that it sets the current page as the referrer. You should use normally use GetPage. |
![]() | |
![]() | Retrieves a page from a web server. |
![]() | |
![]() | Checks to see if a cookie has been set. |
![]() |
![]() | |
![]() |