SeleniumServer: A Selenium Server process

SeleniumServerR Documentation

A Selenium Server process

Description

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

Public 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.


selenium documentation built on June 18, 2025, 5:07 p.m.