Skip to content

Commit

Permalink
Minor documentation improvements (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley authored Jan 30, 2024
1 parent e0e7cf9 commit ff76fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 1 addition & 9 deletions R/chromote_session.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
#' but this is not currently supported by chromote.
#'
#' @export
#' @param timeout_ Number of seconds for \pkg{chromote} to wait for a Chrome
#' DevTools Protocol response. If `timeout_` is [`rlang::missing_arg()`] and
#' `timeout` is provided, `timeout_` will be set to `2 * timeout / 1000`.
#' @param timeout Number of milliseconds for Chrome DevTools Protocol execute a
#' method.
#' @param width Width, in pixels, of the `Target` to create if `targetId` is
#' `NULL`
#' @param height Height, in pixels, of the `Target` to create if `targetId` is
#' `NULL`
#' @param targetId
#' [Target](https://chromedevtools.github.io/devtools-protocol/tot/Target/)
#' ID of an existing target to attach to. When a `targetId` is provided, the
Expand Down Expand Up @@ -53,6 +44,7 @@ ChromoteSession <- R6Class(
#' from the parent `Chromote` object. If `TRUE`, enable automatic
#' event enabling/disabling; if `FALSE`, disable automatic event
#' enabling/disabling.
#' @param width,height Width and height of the new window.
#' @param wait_ If `FALSE`, return a [promises::promise()] of a new
#' `ChromoteSession` object. Otherwise, block during initialization, and
#' return a `ChromoteSession` object directly.
Expand Down
6 changes: 1 addition & 5 deletions man/ChromoteSession.Rd

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

0 comments on commit ff76fde

Please sign in to comment.