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

fix: allow passing extra options to Selenium::WebDriver #429

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

freesteph
Copy link

Some environments like Docker require special options (-headless for example) which is impossible to specify in the current setup. Add an ommitable opts parameter for it.

@freesteph freesteph requested a review from a team as a code owner January 9, 2025 13:25
@CLAassistant
Copy link

CLAassistant commented Jan 9, 2025

CLA assistant check
All committers have signed the CLA.

@freesteph freesteph force-pushed the fix/allow-configuring-drivers branch from 81a5aad to 22929fe Compare January 9, 2025 13:27
Some environments like Docker require special options (-headless for
example) which is impossible to specify in the current setup. Add an
ommitable `opts` parameter for it.
@freesteph freesteph force-pushed the fix/allow-configuring-drivers branch from 22929fe to 703ee19 Compare January 9, 2025 13:30
@freesteph
Copy link
Author

bump

@scottmries
Copy link
Contributor

@freesteph Thanks for this!

Could I ask that you write a test for it?

Copy link
Contributor

@scottmries scottmries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants