翻訳と辞書
Words near each other
・ HTML scripting
・ HTML Tidy
・ HTML Working Group
・ HTML+TIME
・ HTML-Kit
・ HTML5
・ HTML5 Audio
・ HTML5 File API
・ HTML5 in mobile devices
・ HTML5 Shiv
・ HTML5 video
・ HTML5test
・ HTMLayout
・ HTMLBars
・ HTMLDOC
HtmlUnit
・ HTMS
・ HTMS Bangpakong
・ HTMS Chakri Naruebet
・ HTMS Krabi
・ HTMS Maeklong
・ HTMS Makut Rajakumarn
・ HTMS Naresuan
・ HTMS Pattani
・ HTMS Phutthaloetla Naphalai
・ HTMS Phutthayotfa Chulalok
・ HTMS Prasae
・ HTMS Sri Ayudhya
・ HTMS Sukhothai Subclass
・ HTMS Tachin


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

HtmlUnit : ウィキペディア英語版
HtmlUnit is a headless web browser written in Java. It allows high-level manipulation of websites from other Java code, including filling and submitting forms and clicking hyperlinks. It also provides access to the structure and the details within received web pages. HtmlUnit emulates parts of browser behaviour including the lower-level aspects of TCP/IP and HTTP. A sequence such as getPage(url), getLinkWith("Click here"), click() allows a user to navigate through hypertext and obtain web pages that include HTML, JavaScript, Ajax and cookies. This headless browser can deal with HTTPS security, basic http authentication, automatic page redirection and other HTTP headers. It allows Java test code to examine returned pages either as text, an XML DOM, or as collections of forms, tables, and links.(【引用サイトリンク】url=http://htmlunit.sourceforge.net/ )The goal is to simulate real browsers; namely Chrome, Firefox ESR 38, Internet Explorer 8 and 11, and Edge (experimental).The most common use of HtmlUnit is test automation of web pages, but sometimes it can be used for web scraping, or downloading website content.== Benefits ==* Provides high-level API, taking away lower-level details away from the user.* Compared to other WebDriver implementations, HtmlUnitDriver is the fastest implementation.* It can be configured to simulated specific Browser.


HtmlUnit is a headless web browser written in Java. It allows high-level manipulation of websites from other Java code, including filling and submitting forms and clicking hyperlinks. It also provides access to the structure and the details within received web pages. HtmlUnit emulates parts of browser behaviour including the lower-level aspects of TCP/IP and HTTP. A sequence such as getPage(url), getLinkWith("Click here"), click() allows a user to navigate through hypertext and obtain web pages that include HTML, JavaScript, Ajax and cookies. This headless browser can deal with HTTPS security, basic http authentication, automatic page redirection and other HTTP headers. It allows Java test code to examine returned pages either as text, an XML DOM, or as collections of forms, tables, and links.〔(【引用サイトリンク】url=http://htmlunit.sourceforge.net/ )
The goal is to simulate real browsers; namely Chrome, Firefox ESR 38, Internet Explorer 8 and 11, and Edge (experimental).
The most common use of HtmlUnit is test automation of web pages, but sometimes it can be used for web scraping, or downloading website content.
== Benefits ==

* Provides high-level API, taking away lower-level details away from the user.
* Compared to other WebDriver implementations, HtmlUnitDriver is the fastest implementation.
* It can be configured to simulated specific Browser.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアでHtmlUnit is a headless web browser written in Java. It allows high-level manipulation of websites from other Java code, including filling and submitting forms and clicking hyperlinks. It also provides access to the structure and the details within received web pages. HtmlUnit emulates parts of browser behaviour including the lower-level aspects of TCP/IP and HTTP. A sequence such as getPage(url), getLinkWith("Click here"), click() allows a user to navigate through hypertext and obtain web pages that include HTML, JavaScript, Ajax and cookies. This headless browser can deal with HTTPS security, basic http authentication, automatic page redirection and other HTTP headers. It allows Java test code to examine returned pages either as text, an XML DOM, or as collections of forms, tables, and links.(【引用サイトリンク】url=http://htmlunit.sourceforge.net/ )The goal is to simulate real browsers; namely Chrome, Firefox ESR 38, Internet Explorer 8 and 11, and Edge (experimental).The most common use of HtmlUnit is test automation of web pages, but sometimes it can be used for web scraping, or downloading website content.== Benefits ==* Provides high-level API, taking away lower-level details away from the user.* Compared to other WebDriver implementations, HtmlUnitDriver is the fastest implementation.* It can be configured to simulated specific Browser.」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.