Skip to content

route path is out of date! #19

Description

@deahhh

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions