Skip to content

get_browser_path no longer accepts skip_local #297

Description

@mrdobalina2k

Previously get_browser_path would call browser_which, which would take the argument skip_local. If set to false, it would then call local_chrome = get_chrome_download_path(). Now the tool only uses shutil, which takes a very different approach.

The documentation still points to the use of "skip_local", so it seems out of date, and should be updated.

For those who get caught in this, to maintain the past behavior, you can use Chromium.find_browser, which takes skip_local and lets the user determine the path of the browser.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions