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

Allow passing selenium options #550

Closed
wants to merge 2 commits into from

Conversation

thehenster
Copy link

Taking a stab at fixing CI for #537

This is a copy of 14d5a18

@@ -44,7 +47,8 @@ def driver_options
client_driver: :firefox,
timeout: Teaspoon.configuration.driver_timeout.to_i,
interval: 0.01,
message: "Timed out"
message: "Timed out",

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@thehenster thehenster force-pushed the selenium-options branch 2 times, most recently from a399e01 to 75e5ee9 Compare October 17, 2018 11:36
@thehenster thehenster closed this Oct 17, 2018
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.

2 participants