diff --git a/R/TealAppDriver.R b/R/TealAppDriver.R index 26cca91583..39ecd95a68 100644 --- a/R/TealAppDriver.R +++ b/R/TealAppDriver.R @@ -250,8 +250,8 @@ TealAppDriver <- R6::R6Class( # nolint: object_name. available_datasets[displayed_datasets_index] }, #' @description - #' Test if CSS elements are visible on the page via JavaScript call. - #' @param selector (`character(1)`) CSS selector to check visibility. + #' Test if `DOM` elements are visible on the page with a JavaScript call. + #' @param selector (`character(1)`) `CSS` selector to check visibility. #' A `CSS` id will return only one element if the UI is well formed. #' @param content_visibility_auto,opacity_property,visibility_property (`logical(1)`) See more information #' on . diff --git a/man/TealAppDriver.Rd b/man/TealAppDriver.Rd index 8c7abf88de..3df31be08d 100644 --- a/man/TealAppDriver.Rd +++ b/man/TealAppDriver.Rd @@ -387,7 +387,7 @@ Get the active datasets that can be accessed via the filter panel of the current \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-TealAppDriver-is_visible}{}}} \subsection{Method \code{is_visible()}}{ -Test if CSS elements are visible on the page via JavaScript call. +Test if \code{DOM} elements are visible on the page with a JavaScript call. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{TealAppDriver$is_visible( selector, @@ -400,7 +400,7 @@ Test if CSS elements are visible on the page via JavaScript call. \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{selector}}{(\code{character(1)}) CSS selector to check visibility. +\item{\code{selector}}{(\code{character(1)}) \code{CSS} selector to check visibility. A \code{CSS} id will return only one element if the UI is well formed.} \item{\code{content_visibility_auto, opacity_property, visibility_property}}{(\code{logical(1)}) See more information