Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify local executions #115

Commits on Jul 2, 2015

  1. Simplify local executions

    * Ripped out local hub/node concept
    * Introduced a local driver factory that produces
    concrete browser web driver implementations for local
    runs.
    * Removed support for htmlunit in local executions
    because it doesn’t extend RemoteWebDriver.
    * Introduced a new config parameter to obtain
    the command to start a local node.
    * Removed out the capability matcher from client 
    because now we don’t need it any more.
    * Removed the Hub class that we had duplicated from
    selenium codebase.
    Krishnan Mahadevan committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    be130b0 View commit details
    Browse the repository at this point in the history