Skip to content

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
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.

2 participants