This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
## | |
## A modified version of https://github.com/fanatique/vagrant-selenium-vm/blob/master/script.sh | |
## to support running selenium-server-standalone with chromedriver w/ dbus | |
## | |
## If Chrome and WDIO are on separate environments (vagrant, docker, etc) you'll need to run | |
## Chrome with the `--no-sandbox` option to enable WDIO to connect from outside. | |
## | |
## Example accompanying WDIO configuration: |