Could not open chrome browser.
Client error message:
Summary: UnknownError
Detail: An unknown server-side error occurred while processing the command.
Further Details: run errorDetails method
Check server log for further details.
@JaRiCo So I figured out how to do it.
Above is some working Selenium code that works in the Rstudio Cloud. There are a ton of caveats some that apply all versions of Selenium that have to do with the latest release. I need to find someone who actually works on Rstudio Cloud to answer them.(*)
@EconomiCurtis@andy_kipp I need your help with those caveats there is a "configuration" folder that needs to be edited after RSelenium is installed. There is a way for users to find this folder. There is a R command line-like way, but it may be easier to have a good way of navigating.
@EconomiCurtis is there a way for me to share an Rstudio cloud instance. The test build that I got RSelenium working is here. https://posit.cloud/spaces/68239/content/5172629 ... however... I don't know where the "share" button is for Rstudio cloud.
Also @andy_kipp (Profile - andy_kipp - Posit Community) indeed needs to run headless. As the general answer is that Selenium cannot run in google/AWS/Rstudio/Azure is because there is no /usr/bin/google-chrome executable. Which is why there is actually a 2 Selenium python packages and 2 free Selenium cloud options (Selenium Grid and a python Selenium docker container).
(*)P.S. @EconomiCurtis I am not just asking for the sake of this question, but in a broader scope that has to do with operating system crashes. I don't want the Rstudio Cloud to face the mess that is R on Windows 11. The operating system concern while figuring out a solution JaRiCo post is why I am continuing this thread
P.P.S. RSelenium is looking for a package maintainer. And Selenium technical lead has offer support of whoever the new maintainer is. There are several people including Fulton County Government (my workplace) and a second developer who have offered to support the maintainer. If you know someone who can maintain a package it is need.
Can a user install linux software in the Rstudio cloud or request them installed on the paid version of Rstudio Cloud? I specifically asking about the linux software that has the "depreciated" netstat package.
(*)P.S. Much like telnet, netstat is anything but depreciated. Both are useful for debugging firewall and cybersecurity bugs. The R version of netstat can be buggy and not work properly as I have commented on in the Rstudio github before. For Selenium V 3.0 and Selenium 4.0, netstat can be useful in debugging when using python version of Selenium.