HTTP « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » HTTP 

1. Selenium-RC: Is there a way to sniff the incoming/outgoing HTTP requests    stackoverflow.com

Like HTTP Headers in firefox, I would like to save all the HTTP requests and responses (more importantly requests) that are sent/received during the run of selenium. Is there a built-in tool ...

2. Checking HTTP Status Code in Selenium    stackoverflow.com

Can I in selenium get the HTTP status code? E.g. so I can test that if the browser requests /user/27 and no user with ID=27 exists, an HTTP 404 is returned? My primary ...

3. Forgetting http authentication in Selenium    stackoverflow.com

If I have a Selenium test which is currently logged in (with HTTP Authentication) to a particular website, how can I cause the remote browser to forget the current authentication so ...

4. redirect a http request using selenium    stackoverflow.com

This is quite a straight forward question that I can't seem to find a comprehensive answer for. When using Selenium and Selenium proxy, how I can make the proxy catch outgoing ...

5. Using Selenium : How to modify or inject into HTTP Post Data Request Header?    stackoverflow.com

Please note this question is related to Selenium. Before a HTML form submit i.e, selenium.click("//button[@type='submit']"); I want to inject a name value pair at native level in the HTTP Post back to the ...

6. Need to modify HTTP headers to enable the Proxy Auth for Selenium 2.0    stackoverflow.com

It requires to inject additional header into the HTTP request to enable proxy auth. E.g. Proxy-Authorization: Basic dGVzdDp0ZXN0, where dGVzdDp0ZXN0 is base64 login and password. In selenium RC there was such a possibility, ...

7. Fiddler doesn't capture traffic from Chrome    stackoverflow.com

Here is what I have to do :

  1. Open a url in IE/Chrome/Firefox browser.
  2. Do some UI user action (click/submit).
  3. Record http request for a particular http call.
Here is what I did: console application ...

8. How to test win Selenium 2 if site is active at all then test if basic http authentication is present or failed?    stackoverflow.com

I first need to know if the site is present at all, such as when the connection is refused rather than a browser error or something, then test basic http authentication ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.