wc_fill_in: Fill in a input box in a form field

View source: R/wc-forms.R

wc_fill_inR Documentation

Fill in a input box in a form field

Description

Fill in a input box in a form field

Usage

wc_fill_in(wc_obj, value, css, xpath)

Arguments

wc_obj

a webclient object

value

the value to fill in

css, xpath

Node to select for filling. Supply one of css or xpath depending on whether you want to use a css or xpath 1.0 selector.

Note

The caller does not have to assign the output of this function to a variable as the browser state is managed internally by HtmlUnit.


hrbrmstr/htmlunit documentation built on July 4, 2025, 12:45 a.m.