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

ENH: Implement binary path #86

Merged
merged 4 commits into from
May 8, 2023

Conversation

kayqueGovetri
Copy link
Contributor

Now you can pass the location of the binary you want to run.

This opens up possibilities:

  • Run any Chrome-based Browser (Brave, Vivaldi, OperaGX, Chrome Beta, etc.)

  • Run any Firefox Based Browser (Tor, LibreWolf, Firefox Beta)

(Warning: Tor needs some additional settings to connect to Tor Network first)

  • Run browsers in different versions without modifying the default Browser that is in the OS.

@kayqueGovetri kayqueGovetri added the enhancement New feature or request label Apr 20, 2023
@kayqueGovetri kayqueGovetri self-assigned this Apr 20, 2023
Copy link
Contributor

@hhslepicka hhslepicka left a comment

Choose a reason for hiding this comment

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

Just a small request to validate the input.
We also need a documentation Pull Request to update the browser configuration section in order to highlight this new feature.

Args:
binary_path (str): The binary path to be used.
"""
self._binary_path = pathlib.Path(binary_path)
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to validate the binary_path parameter to ensure that it exists and is a valid file before assigning it.

Copy link
Contributor

@hhslepicka hhslepicka left a comment

Choose a reason for hiding this comment

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

Just a small request to validate the input.
We also need a documentation Pull Request to update the browser configuration section in order to highlight this new feature.

@kayqueGovetri kayqueGovetri merged commit 9467660 into botcity-dev:main May 8, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants