Htmlunit.sourceforge.net is a subdomain of sourceforge.net,
which was created on 1999-08-08,making it 25 years ago.
It has several subdomains, such as htmlparser.sourceforge.net
livecd.sourceforge.net , among others.
Description:HtmlUnit is a powerful browser automation and testing tool that allows users to simulate browser behavior for testing purposes....
Keywords:HtmlUnit, browser automation, testing tool, website testing, browser simulation, automated testing...
Discover htmlunit.sourceforge.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 27.6 KB |
Page Load Time: 0.717304 Seconds |
Website IP Address: 104.18.13.149 |
Application Security Testing Tool | Software Security Testing Solutions | Checkmarx |
Fast & Secure Browser, Maxthon Cloud Browser | Download Maxthon Web Browser Free |
Enigma Browser Download - Enigma Browser, expanded version of MS IE that blocks adware, spyware, pop |
Sauce Labs: Cross Browser Testing, Selenium Testing & Mobile Testing |
Best place for Cross-Browser Testing |
Automation Testing Tools | Agile Test Automation, Testing Framework |
Hilton Electrical Automation and Testing Services in East Dublin, GA - Automation Systems & Equipmen |
Equipment and Machinery - Atlanta Tool Rental - Northside Tool Rental |
Secure IT Testing and Technical Certification | PSI Testing Excellence |
Home
-
Avant Browser - The full-featured tri-core rendering Avant Browser which su |
UC Browser - Fast video downloader,20GB free cloud storage,download UC Browser |
SeleniumHQ Browser Automation |
HtmlUnit – Welcome to HtmlUnit https://htmlunit.sourceforge.net/ |
Overview (HtmlUnit 4.1.0 API) https://htmlunit.sourceforge.net/apidocs/ |
Frequently Asked Questions - HtmlUnit - SourceForge https://htmlunit.sourceforge.net/faq.html |
Details about HtmlUnit - SourceForge https://htmlunit.sourceforge.net/details.html |
HtmlUnit Coding Conventions - SourceForge https://htmlunit.sourceforge.net/codingConventions.html |
Project Licenses - HtmlUnit - SourceForge https://htmlunit.sourceforge.net/licenses.html |
HtmlUnit – Packaging a release - SourceForge https://htmlunit.sourceforge.net/packagingARelease.html |
Project Dependencies - HtmlUnit https://htmlunit.sourceforge.net/dependencies.html |
Project Team - HtmlUnit http://htmlunit.sourceforge.net/team.html |
Getting Started with HtmlUnit - SourceForge https://htmlunit.sourceforge.net/gettingStarted.html |
Date: Tue, 14 May 2024 06:39:04 GMT |
Content-Type: text/html |
Transfer-Encoding: chunked |
Connection: keep-alive |
vary: Accept-Encoding, Host,X-Forwarded-Proto, Accept-Encoding |
last-modified: Sun, 28 Apr 2024 11:25:52 GMT |
etag: W/"6181-6172666411000" |
cache-control: max-age=3600 |
expires: Tue, 14 May 2024 07:38:58 GMT |
x-from: sfp-ioweb82-3 |
strict-transport-security: max-age=31536000 |
CF-Cache-Status: DYNAMIC |
Server: cloudflare |
CF-RAY: 8838e397ac54ef9c-PDX |
alt-svc: h3=":443"; ma=86400 |
charset="utf-8"/ |
content="width=device-width, initial-scale=1" name="viewport"/ |
content="Apache Maven Doxia Site Renderer 1.11.1" name="generator"/ |
content="Mike Bowler" name="author"/ |
content="Marc Guillemot" name="author"/ |
content="Ahmed Ashour" name="author"/ |
content="RBRi" name="author"/ |
Last Published: 28 April 2024 | Version: 4.1.0 GitHub Project Page Releases SourceForge.net Project Page Download How do I... Get started WebClient - the browser Use the Keyboard Use Tables File download File upload Windows and Frames Use JavaScript Image formats Migration All the details User docs Logging FAQ History Support Issues tracker Mailing lists Professional support Developer docs Getting Latest Code Coding conventions Submitting bugs Submitting JavaScript bugs Submitting pull requests JavaScript engine Packaging a release Updating selenium Project Documentation Project Information CI Management Dependencies Dependency Information Distribution Management About Issue Management Licenses Mailing Lists Plugin Management Plugins Source Code Management Summary Team Project Reports Follow htmlunit HtmlUnit ? Sponsoring ? Constantly updating and maintaining the HtmlUnit code base already takes a lot of time. I would like to make 2 major extensions in the next few months Add HTTP/2 support Replace the Rhino based JavaScript engine For doing this I need your Sponsoring . HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. It has fairly good JavaScript support (which is constantly improving) and is able to work even with quite complex AJAX libraries, simulating Chrome, Firefox or Edge depending on the configuration used. It is typically used for testing purposes or to retrieve information from websites. HtmlUnit is not a generic unit testing framework. It is specifically a way to simulate a browser for testing purposes and is intended to be used within another testing framework such as JUnit or TestNG . Refer to the document "Getting Started with HtmlUnit" for an introduction. HtmlUnit is used as the underlying "browser" by different Open Source tools like WebDriver , Arquillian Drone , Serenity BDD , WETATOR , jenkins-test-harness , Selenium Foundation , Spring Testing , ... JWebUnit , JSFUnit , HtmlUnit was originally written by Mike Bowler of Gargoyle Software and is released under the Apache 2 license . Since then, it has received many contributions from other developers , and would not be where it is today without their assistance. Where to find... Latest release April 28, 2024 version 4.1.0 Source code News Latest build / CI server Jenkins build server Documentation Javadoc API documentation Change history Frequently Asked Questions HtmlUnit project page on SourceForge.net HtmlUnit mailing list HtmlUnit coding conventions Submitting bugs Submitting pull requests Getting and building the most recent code Tutorials Getting Started WebClient - the browser Tables Logging Windows and Frames Keyboard navigation The Java Web Scraping Handbook A nice tutorial about webscraping with a lot of background information and details about HtmlUnit. Features Support for the HTTP and HTTPS protocols Support for cookies Ability to specify whether failing responses from the server should throw exceptions or should be returned as pages of the appropriate type (based on content type) Support for submit methods POST and GET (as well as HEAD, DELETE, ...) Ability to customize the request headers being sent to the server Support for HTML responses Wrapper for HTML pages that provides easy access to all information contained inside them Support for submitting forms Support for clicking links Support for walking the DOM model of the HTML document Proxy server support Support for basic and NTLM authentication Excellent JavaScript support (see the JavaScript section below) Installation Place all the required jars in your classpath. All of these can be found in the lib directory of the HtmlUnit installation ( htmlunit-3.xx.x-bin.zip contains everything you need including all required dependencies). For maven, you would add: dependency groupIdorg.htmlunit/groupId artifactIdhtmlunit/artifactId version4.1.0/version /dependency If you like to use the latest available snapshot build you have to add the sonatype snapshot repository to your pom repositories section; also (check Twitter for regular information about new snapshot builds). repository idOSS Sonatype snapshots/id urlhttps://oss.sonatype.org/content/repositories/snapshots//url snapshots enabledtrue/enabled updatePolicyalways/updatePolicy /snapshots releases enabledfalse/enabled /releases /repository JavaScript Support HtmlUnit provides excellent JavaScript support, simulating the behavior of the configured browser (Chrone, Firefox or Edge). It uses the Rhino JavaScript engine for the core language (plus workarounds for some Rhino bugs) and provides the implementation for the objects specific to execution in a browser. The unit tests of some well-known JavaScript libraries are included in HtmlUnit’s own unit tests; based on these unit tests, the following libraries are known to work well with HtmlUnit: htmx 1.7.0: Full support (see unit test here ) htmx 1.8.4: Full support (see unit test here ) htmx 1.9.x: Full support (see unit test here ) jQuery 1.11.3: Full support (see unit test here ) jQuery 1.8.2: Full support (see unit test here ) MochiKit 1.4.1: Full support (see unit tests here ) MochiKit 1.4.2: Full support (see unit tests here ) GWT 2.5.0: Full support (see unit test here ) Sarissa 0.9.9.3: Full support (see unit test here ) MooTools 1.2.1: Full support (see unit test here ) Prototype 1.7.1 (1.6.0, 1.6.1): Full support (see unit test here ) Ext JS 2.2: Very good support (see unit test here ) Dojo 1.9.3: Very good support (see unit test here ) Dojo 1.0.2: Good support (see unit test here ) YUI 2.3.0: Good support (see unit test here ) JavaScript code is executed just like in normal browsers when the page loads or when a handler is triggered. Additionally, HtmlUnit provides the ability to inject code into an existing page via HtmlPage.executeJavascript(String yourJsCode). Refer to the Use JavaScript for more details. Refer to the changes document for details on what is being added. © 2002–2024 Gargoyle Software...
Domain Name: SOURCEFORGE.NET Registry Domain ID: 8919427_DOMAIN_NET-VRSN Registrar WHOIS Server: whois.godaddy.com Registrar URL: http://www.godaddy.com Updated Date: 2022-11-18T06:36:53Z Creation Date: 1999-08-08T04:48:02Z Registry Expiry Date: 2024-08-08T04:47:54Z Registrar: GoDaddy.com, LLC Registrar IANA ID: 146 Registrar Abuse Contact Email: abuse@godaddy.com Registrar Abuse Contact Phone: 480-624-2505 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Name Server: NS11.CONSTELLIX.COM Name Server: NS21.CONSTELLIX.COM Name Server: NS31.CONSTELLIX.COM Name Server: NS41.CONSTELLIX.NET Name Server: NS51.CONSTELLIX.NET Name Server: NS61.CONSTELLIX.NET DNSSEC: unsigned >>> Last update of whois database: 2024-05-17T18:58:06Z <<<