You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A browser object created using a <- ChromeRemote$new(host="localhost", port=9222) is unable to call a$is_alive(). From what I understand, this is because the process is never set which results in Error in a$is_alive() : attempt to apply non-function as there is now process to call on.