Skip to contents

A processx::process object representing a running Selenium Server.

Value

A new SeleniumServer object.

Super class

processx::process -> SeleniumServer

Active bindings

host

The host that the Selenium server is running on.

port

The port that the Selenium server is using.

Methods

Inherited methods


Method new()

Create a new SeleniumServer object. It is recommended that you use the selenium_server() function instead.

Usage

SeleniumServer$new(command, args, host, port, ...)

Arguments

command, args, ...

Passed into processx::process$new().

host

The host that the Selenium server is running on.

port

The port that the Selenium server is using.


Method clone()

The objects of this class are cloneable with this method.

Usage

SeleniumServer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.