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 Session failing run using the chromerdriver binary #148

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

Conversation

luigibarbato
Copy link

@luigibarbato luigibarbato commented Dec 26, 2024

This PR addresses an issue where session execution is failing due to compatibility problems with the current ChromeDriverManager. At the moment, running the session has become increasingly complex and prone to errors.

To mitigate this issue temporarily, this fix introduces a direct approach: passing the ChromeDriver binary explicitly. This solution ensures stability and functionality until ChromeDriverManager is updated with the latest improvements and repositories.

Given the current limitations of the ChromeDriverManager, this approach provides a straightforward and effective workaround to unblock session execution while waiting for upstream fixes.

Changes

  • Updated the session configuration to accept the ChromeDriver binary path directly.
  • Temporarily bypassed the dependency on ChromeDriverManager until its updates resolve the underlying issues.

Next Steps

  • Monitor updates to ChromeDriverManager for fixes or improvements.
  • Once updated, evaluate the feasibility of reverting to the default management approach.

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