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.
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.gzMake it executable
chmod +x /usr/local/bin/geckodriverSpecify 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.