Skip to content

Commit

Permalink
another fix for not getting Chrome to hang SeleniumHQ/docker-selenium#87
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 11, 2018
1 parent 6c68954 commit 1bc8a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -e

# See https://github.com/SeleniumHQ/docker-selenium/issues/87
export DBUS_SESSION_BUS_ADDRESS=/dev/null

google-chrome --version
firefox --version

Expand Down

0 comments on commit 1bc8a28

Please sign in to comment.