xvfb.md
June 18, 2021 ยท View on GitHub
Running headlessly
On linux,
To run headlessly, you can use xvfb:
xvfb-run --server-args="-screen 0, 1366x768x24" selenium-standalone start
June 18, 2021 ยท View on GitHub
On linux,
To run headlessly, you can use xvfb:
xvfb-run --server-args="-screen 0, 1366x768x24" selenium-standalone start