chromote (development version)
ChromoteSession$screenshot()
gains anoptions
argument that accepts a list of additional options to be passed to the Chrome Devtools Protocol’sPage.captureScreenshot
method. (#129)ChromoteSession$screenshot()
will now infer the image format from thefilename
extension. Alternatively, you can specify theformat
in the list passed tooptions
. (#130)
chromote 0.1.2
CRAN release: 2023-08-11
Fixed #109: An error would occur when a
Chromote
object’s$close()
method was called. (#110)Fixed #99: When the
$view()
method was called, recent versions of Chrome would display"Debugging connection was closed. Reason: WebSocket disconnected"
. (#101)Fixed #89, #91:
find_chrome()
now checks more possible binary names for Chrome or Chromium on Linux and Mac. (thanks @brianmsm and @rossellhayes, #117)Fixed #22: Added a new
chromote.timeout
global option that can be used to set the timeout (in seconds) for establishing connections with the Chrome session. (#120)