A processx::process object representing a running Selenium Server.
Super class
processx::process -> SeleniumServer
Active bindings
hostThe host that the Selenium server is running on.
portThe port that the Selenium server is using.
Methods
Inherited methods
processx::process$as_ps_handle()processx::process$finalize()processx::process$format()processx::process$get_cmdline()processx::process$get_cpu_times()processx::process$get_error_connection()processx::process$get_error_file()processx::process$get_exe()processx::process$get_exit_status()processx::process$get_input_connection()processx::process$get_input_file()processx::process$get_memory_info()processx::process$get_name()processx::process$get_output_connection()processx::process$get_output_file()processx::process$get_pid()processx::process$get_poll_connection()processx::process$get_result()processx::process$get_start_time()processx::process$get_status()processx::process$get_username()processx::process$get_wd()processx::process$has_error_connection()processx::process$has_input_connection()processx::process$has_output_connection()processx::process$has_poll_connection()processx::process$interrupt()processx::process$is_alive()processx::process$is_incomplete_error()processx::process$is_incomplete_output()processx::process$is_supervised()processx::process$kill()processx::process$kill_tree()processx::process$poll_io()processx::process$print()processx::process$read_all_error()processx::process$read_all_error_lines()processx::process$read_all_output()processx::process$read_all_output_lines()processx::process$read_error()processx::process$read_error_lines()processx::process$read_output()processx::process$read_output_lines()processx::process$resume()processx::process$signal()processx::process$supervise()processx::process$suspend()processx::process$wait()processx::process$write_input()
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().
hostThe host that the Selenium server is running on.
portThe port that the Selenium server is using.