refer : https://www.w3.org/TR/webdriver/#protocol
6.5 Endpoints
the default path of RemoteWebDriver in 04_WebDriver.jl:
function RemoteWebDriver(
capabilities::Capabilities;
host::AbstractString = "localhost",
port::Integer = 4444,
path::AbstractString = "/wd/hub",
kwargs...,
)::RemoteWebDriver
should be ""
which is tested.
refer : https://www.w3.org/TR/webdriver/#protocol
6.5 Endpoints
the default path of RemoteWebDriver in 04_WebDriver.jl:
should be ""
which is tested.