UNPKG

198 BMarkdownView Raw
1### Running headlessly
2
3On linux,
4
5To run headlessly, you can use [xvfb](https://en.wikipedia.org/wiki/Xvfb):
6
7```shell
8xvfb-run --server-args="-screen 0, 1366x768x24" selenium-standalone start
9```