-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
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
Labels
No labels