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

Accept timeout argument to avoid Selenium::WebDriver::Error::TimeoutError #115

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

Conversation

kaidotdev
Copy link

Currently, the wait after a click is fixed at 5 seconds, and on some pages raise Selenium::WebDriver::Error::TimeoutError.
Accept a timeout as an argument to make it configurable.

@kaidotdev kaidotdev force-pushed the accept-timeout-args branch 2 times, most recently from ed62808 to db696c7 Compare October 15, 2024 07:32
Copy link

codeclimate bot commented Oct 15, 2024

Code Climate has analyzed commit 995ce09 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.5% (0.0% change).

View more on Code Climate.

@T-Y89 T-Y89 requested review from T-Y89 and nk-ty October 16, 2024 03:06
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.

1 participant