wc_fill_in: Fill in a input box in a form field

Description Usage Arguments Note

View source: R/wc-forms.R

Description

Fill in a input box in a form field

Usage

1
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 Aug. 19, 2020, 3:05 p.m.