htmlunit « 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 » htmlunit 

1. Problem with using htmlunit driver for Selenium    stackoverflow.com

I'm using the htmlunit driver with selenium 2 but when the following call is made in my test: driver.get(startPage); It returns:

<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
  <head/>
  <body/>
</html>
as the source page when I then ...

2. How to run htmlunit in selenium hub?    stackoverflow.com

Here is docs http://seleniumhq.org/docs/04_webdriver_advanced.html: C# code

        ICapabilities desiredCapabilities = DesiredCapabilities.HtmlUnit();
        IWebDriver driver = new RemoteWebDriver(desiredCapabilities);  ...

3. using selenium htmlunit with load tests    stackoverflow.com

has anyone used HTML unit with TestNG invocation count and thread pool size. I drive all my selenium2 tests with testNG and have been playing around with running HtmlUnit tests in ...

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.