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

[rb] move Driver Finder logic out of Selenium Manager #12429

Closed
wants to merge 2 commits into from

Conversation

titusfortner
Copy link
Member

@titusfortner titusfortner commented Jul 27, 2023

Status

(Draft)

Description

This makes the SeleniumManager class a light wrapper of the binary. It only locates and executes. All processing of what goes to and what comes out of the Manager is done in the DriverFinder class.

Motivation and Context

The idea is we can release it as a separate gem and allow users of older Selenium versions to have access to the latest. I'm looking for an alternative to updating webdrivers based on conversation here titusfortner/webdrivers#247

With a selenium-manager.gem, webdrivers.gem can become a super small wrapper that allows backwards compatibility.

@titusfortner titusfortner changed the title [rb] [rb] move Driver Finder logic out of Selenium Manager Jul 27, 2023
@github-actions github-actions bot added the Stale label May 2, 2024
@github-actions github-actions bot closed this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant