Skip to content

Andrew/which windows #93

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

Merged
merged 10 commits into from
Oct 1, 2024
Merged

Andrew/which windows #93

merged 10 commits into from
Oct 1, 2024

Conversation

ayjayt
Copy link
Collaborator

@ayjayt ayjayt commented Sep 27, 2024

No description provided.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

siempre chrome_wrapper necesita un BROWSER_PATH

@ayjayt ayjayt requested a review from neyberson September 27, 2024 19:08
@ayjayt
Copy link
Collaborator Author

ayjayt commented Sep 27, 2024

@neyberson comentarios porfa

@ayjayt
Copy link
Collaborator Author

ayjayt commented Sep 27, 2024

#58

@ayjayt
Copy link
Collaborator Author

ayjayt commented Sep 27, 2024

#59

@ayjayt ayjayt mentioned this pull request Sep 27, 2024
if path and _is_exe(path):
return path
default_path = []
if executable_name == chrome:
Copy link
Contributor

Choose a reason for hiding this comment

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

Aquí se podría dar un aviso de que el executable_name no está registrado en nuestras opciones? para mostrar qué opciones hay disponibles por si el usuario quiere jugar con la API

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we have to try and predict the name of the executable, we use a path-search function (which) with a list of common names. in this case, if none of that works, we try a list of the most common hard paths.

the user can always change the path with BROWSER_PATH env var, or with path= argument

#104

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@ayjayt ayjayt mentioned this pull request Sep 28, 2024
@ayjayt ayjayt merged commit dfce2ed into main Oct 1, 2024
3 of 4 checks passed
@ayjayt ayjayt deleted the andrew/which_windows branch October 1, 2024 17:01
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.

2 participants