From 3e0ed796fb154ca5d5fa75b470405f423f8dd7dd Mon Sep 17 00:00:00 2001 From: stawitcc Date: Thu, 3 Sep 2026 14:54:48 +0100 Subject: [PATCH 1/2] add \ to sQuery --- R/session.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/session.R b/R/session.R index 4966f0a..bda4964 100644 --- a/R/session.R +++ b/R/session.R @@ -135,7 +135,7 @@ #' #' \code{s$setTimeout()} sets various timeouts. The \sQuote{script} #' timeout specifies a time to wait for scripts to run. The -#' sQuote{page load} timeout specifies a time to wait for the page loading +#' \sQuote{page load} timeout specifies a time to wait for the page loading #' to complete. The \sQuote{implicit} specifies a time to wait for the #' implicit element location strategy when locating elements. Their defaults #' are different in the standard and in Phantom.js. In Phantom.js the From 13161b0bf81a8ca270868707d7210fbea8b46c84 Mon Sep 17 00:00:00 2001 From: stawitcc Date: Thu, 3 Sep 2026 14:57:26 +0100 Subject: [PATCH 2/2] add updated Session.Rd --- man/Session.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Session.Rd b/man/Session.Rd index 7b4fff7..c876a6f 100644 --- a/man/Session.Rd +++ b/man/Session.Rd @@ -143,7 +143,7 @@ of list, etc.). \code{s$setTimeout()} sets various timeouts. The \sQuote{script} timeout specifies a time to wait for scripts to run. The -sQuote{page load} timeout specifies a time to wait for the page loading +\sQuote{page load} timeout specifies a time to wait for the page loading to complete. The \sQuote{implicit} specifies a time to wait for the implicit element location strategy when locating elements. Their defaults are different in the standard and in Phantom.js. In Phantom.js the