#!/usr/bin/ruby.ruby3.4 

require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "selenium-rc"))

SeleniumRC::Server.boot(
  ENV["SELENIUM_SERVER_HOST"] || "0.0.0.0",
  ENV["SELENIUM_SERVER_PORT"],
  :args => ARGV
)

sleep
