Skip to content

Add support for Raspberry PI #337

@viktor-morin

Description

@viktor-morin

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.

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