Learn R Programming

splashr (version 0.6.0)

splash_send_keys: Send keyboard events to page context.

Description

  • whitespace is ignored and only used to separate the different keys

  • characters are literally represented

Usage

splash_send_keys(splash_obj, keys)

Arguments

splash_obj

splashr object

keys

string to send

Details

This is different from splash_send_text()

References

See the docs for more info

See Also

Other splash_dsl_functions: splash_add_lua, splash_click, splash_focus, splash_go, splash_har_reset, splash_har, splash_html, splash_png, splash_press, splash_release, splash_send_text, splash_wait