Skip to content

Commit

Permalink
docs: suggestion from @m7pr
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Apr 8, 2024
1 parent 951d472 commit 118dd3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developer.mozilla.org/en-US/docs/Web/API/Element/checkVisibility>.
Expand Down
4 changes: 2 additions & 2 deletions man/TealAppDriver.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 118dd3b

Please sign in to comment.