% Generated by roxygen2: do not edit by hand % Please edit documentation in R/dsl.r \name{splash_send_text} \alias{splash_send_text} \title{Send text as input to page context, literally, character by character.} \usage{ splash_send_text(splash_obj, text) } \arguments{ \item{splash_obj}{splashr object} \item{text}{string to send} } \description{ This is different from \link{splash_send_keys} } \note{ This adds a call to \code{splash:wait} so you do not have to } \references{ See \href{https://splash.readthedocs.io/en/stable/scripting-ref.html#splash-send-keys}{the docs} for more info }