ChromeRemote {chromote} | R Documentation |
Remote Chrome process
Description
Remote Chrome process
Super class
chromote::Browser
-> ChromeRemote
Methods
Public methods
Inherited methods
Method new()
Create a new ChromeRemote object.
Usage
ChromeRemote$new(host, port)
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?
Usage
ChromeRemote$is_alive()
Method close()
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.
Usage
ChromeRemote$close()
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.
[Package chromote version 0.5.1 Index]