Remote Chrome process
chromote::Browser -> ChromeRemote
new()Create a new ChromeRemote object.
ChromeRemote$new(host, port)hostA string that is a valid IPv4 or IPv6 address. "0.0.0.0"
represents all IPv4 addresses and "::/0" represents all IPv6 addresses.
portA number or integer that indicates the server port.
clone()The objects of this class are cloneable with this method.
ChromeRemote$clone(deep = FALSE)deepWhether to make a deep clone.