From ac5701e0324ace622c8ce6ec38b96c1507d323e2 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Fri, 7 Aug 2020 23:31:11 +0200 Subject: [PATCH] Removing dead link, fixes #1093 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51a8b701a..c1604ac47 100644 --- a/README.md +++ b/README.md @@ -522,12 +522,11 @@ $ docker port 5900 In case you have [RealVNC](https://www.realvnc.com/) binary `vnc` in your path, you can always take a look, view only to avoid messing around your tests with an unintended mouse click or keyboard interrupt: ``` bash -$ ./bin/vncview 127.0.0.1:49160 +$ ./bin/vncview 127.0.0.1:49338 ``` -If you are running [Boot2Docker](https://docs.docker.com/installation/mac/) on OS X then you already have a [VNC client](http://www.davidtheexpert.com/post.php?id=5) built-in. You can connect by entering `vnc://:49160` in Safari or [Alfred](http://www.alfredapp.com/). - -When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it: +When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` +and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it: ``` dockerfile #FROM selenium/node-chrome:4.0.0-alpha-6-20200730 #FROM selenium/node-firefox:4.0.0-alpha-6-20200730