chromote icon indicating copy to clipboard operation
chromote copied to clipboard

Use option to set default timeout

Open gadenbuie opened this issue 9 months ago • 0 comments

Setting the default timeout currently requires the following code:

chrome <- chromote::default_chromote_object()
chrome$default_timeout <- 60
chromote::set_default_chromote_object(chrome)

b <- ChromoteSession$new()
b$default_timeout
#> 60

It'd be helpful to have an option, e.g. chromote.timeout (exists and is used for connection and setup timeouts) or chromote.timeout.default if we want to separate the two options.

gadenbuie avatar May 14 '24 01:05 gadenbuie