Skip to content

Add support for Raspberry PI #337

Description

@viktor-vintertass

WebDriverManager.Net don't have any webdriver which support the Raspberry PI architecture.
However, to run it natively on Raspberry PI, following Firefox driver can be used:

get https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux-aarch64.tar.gz
Make it executable chmod +x /usr/local/bin/geckodriver

Specify the path when creating the driver:
new FirefoxDriver(path, options);

Would be nice if WebDriverManager.Net would support Raspberry PI, at least for once 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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions