chromote
chromote copied to clipboard
Chrome Remote Interface for R
Dear community, I have created a shiny app to scrape the "google title" from the google page ("https://google.com"). To scrape this, I have used R chromote package. The app works...
Hello, I used the same code as in issue 126 https://github.com/rstudio/chromote/issues/126 and it worked. But since about 3 weeks I can't save a file anymore. Does anyone have any ideas?
I am usine chromote (in combination with R/Selenider) to develop automated tests for my Shiny application. I turns out that our application is hosted on a server that has a...
From https://github.com/rstudio/rstudio/issues/12960#issuecomment-2004472746 A support customer in ticket# 102034 is seeing errors in certain environments when creating chromote sessions: ``` Installed Packages Name : chromium Version : 121.0.6167.160 Release : 1.el8...
I'm not sure if it's even possible, but can/will there be future support to enable Chrome Extensions when running the browser? Currently I see that my extension is installed but...
After 3-4 minutes, I encounter an error when using the chromote package on shinyapps.io. 2024-02-20T07:09:54.329205+00:00 shinyapps[11193889]: Warning: **Error in : Chromote: timed out waiting for response to command Runtime.evaluate** 2024-02-20T07:09:54.334345+00:00...
I would like to call [Fetch.enable](https://chromedevtools.github.io/devtools-protocol/tot/Fetch/#method-enable) using the `patterns` and `handleAuthRequests` arguments. However, since chromote calls Fetch.enable automatically when a callback is attached to a Fetch event, the method is...
If I try to run the command ```r library(chromote) b library(chromote) > b rlang::last_trace() Error in `startup()`: ! Chrome debugging port not open after 10 seconds. --- Backtrace: ▆ 1....
On a machine with multiple users, `chromote` may fail to start with an error like: ``` Error in `with_random_port()`: ! Cannot find an available port. Please try again. Caused by...
Does chromote support prefs like RSelenium? See example of prefs. Here it translates web page to English. ``` library(RSelenium) shell('docker run -d -p 4445:4444 selenium/standalone-chrome') eCaps