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 executable_path type error by utilising service when connecting to selenium #135

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

malmike
Copy link

@malmike malmike commented Oct 15, 2023

  1. Fixed the executable_path TypeError self.driver = driver_klass(**driver_kwargs) TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path' #128
  2. Fixing remote driver functionality by fixing the deprecated desired_capabilities for options.
  3. Removed pip_tools when getting the installation requirements for the build in setup.py. Pip keeps updating its package structure and the current implementation breaks in versions pip >= 20 cause of the new package structure

@malmike malmike changed the title utilise service when connecting to selenium Fix executable_path type error by utilising service when connecting to selenium Oct 15, 2023
@omars44
Copy link

omars44 commented Nov 14, 2023

@malmike Thank you

My hopes are very low for this to get merged, '2020'

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.

None yet

2 participants