All functions

htmlunit

Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library

hu_read_html()

Read HTML from a URL with Browser Emulation & in a JavaScript Context

wc_browser_info()

Retreive information about the browser used to create the webclient

wc_click_on()

Click on a DOM element in a webclient loaded page

wc_content_length()

Return content length of the last web request for current page

wc_content_type()

Return content type of web request for current page

wc_css()

Enable/Disable CSS support

wc_dnt()

Enable/Disable Do-Not-Track

wc_fill_in()

Fill in a input box in a form field

wc_geo()

Enable/Disable Geolocation

wc_go()

Visit a URL

wc_headers()

Return response headers of the last web request for current page

wc_html_nodes()

Select nodes from web client active page html content

wc_html_text() wc_html_attr() wc_html_name()

Extract attributes, text and tag name from webclient page html content

wc_img_dl()

Enable/Disable Image Downloading

wc_inspect()

Perform a "Developer Tools"-like Network Inspection of a URL

wc_load_time()

Return load time of the last web request for current page

wc_render()

Retrieve current page contents

wc_resize()

Resize the virtual browser window

wc_status()

Return status code of web request for current page

wc_timeout()

Change default request timeout

wc_title()

Return page title for current page

wc_url()

Return load time of the last web request for current page

wc_use_insecure_ssl()

Enable/Disable Ignoring SSL Validation Issues

wc_wait()

Block HtlUnit final rendering blocks until all background JavaScript tasks have finished executing

web_client() webclient()

Create a new HtmlUnit WebClient instance