Methods
Inherited methods
Method new()
Create a new ChromeRemote object.
Arguments
host
A string that is a valid IPv4 or IPv6 address. "0.0.0.0"
represents all IPv4 addresses and "::/0"
represents all IPv6 addresses.
port
A number or integer that indicates the server port.
Method is_alive()
Is the remote service alive?
chromote does not manage remote processes, so closing a
remote Chrome browser does nothing. You can send a Browser$close()
command if this is really something you want to do.
Method clone()
The objects of this class are cloneable with this method.
Usage
ChromeRemote$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.