From c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 13 Nov 2016 02:26:35 +0100 Subject: fix how to pick selenium-server's IP --- docker/selenium/launch_selenium_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test index 5e9a85b..76c353f 100755 --- a/docker/selenium/launch_selenium_test +++ b/docker/selenium/launch_selenium_test @@ -15,4 +15,4 @@ docker restart container_chrome # call python3 selenium script python3 $HOME/wallet-webex/selenium/withdraw_buy.py \ --ext=$HOME/ext.crx \ - --remote=http://$IP:4444/wd/hub + --remote=http://$(docker-machine ip):4444/wd/hub -- cgit v1.2.3