mirror of https://git.sr.ht/~hrbrmstr/splashr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
630 B
26 lines
630 B
6 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/dsl.r
|
||
|
\name{splash_send_keys}
|
||
|
\alias{splash_send_keys}
|
||
|
\title{Send keyboard events to page context.}
|
||
|
\usage{
|
||
|
splash_send_keys(splash_obj, keys)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{splash_obj}{splashr object}
|
||
|
|
||
|
\item{keys}{string to send}
|
||
|
}
|
||
|
\description{
|
||
|
\itemize{
|
||
|
\item whitespace is ignored and only used to separate the different keys
|
||
|
\item characters are literally represented
|
||
|
}
|
||
|
}
|
||
|
\details{
|
||
|
This is different from \link{splash_send_text}
|
||
|
}
|
||
|
\references{
|
||
|
See \href{https://splash.readthedocs.io/en/stable/scripting-ref.html#splash-send-keys}{the docs} for more info
|
||
|
}
|