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.
20 lines
515 B
20 lines
515 B
6 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/dsl.r
|
||
|
\name{splash_focus}
|
||
|
\alias{splash_focus}
|
||
|
\title{Focus on a document element provided by a CSS selector}
|
||
|
\usage{
|
||
|
splash_focus(splash_obj, selector)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{splash_obj}{splashr object}
|
||
|
|
||
|
\item{selector}{valid CSS selector}
|
||
|
}
|
||
|
\description{
|
||
|
Focus on a document element provided by a CSS selector
|
||
|
}
|
||
|
\references{
|
||
|
See \href{https://splash.readthedocs.io/en/stable/scripting-ref.html#splash-send-text}{the docs} for more info
|
||
|
}
|