Browse Source

for selenium grid v4

George 4 years ago
parent
commit
de51020bd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start-vncserver.sh

+ 1 - 1
start-vncserver.sh

@@ -3,6 +3,6 @@
 echo "starting VNC server ..."
 export USER=root
 alias python=python3
-java -jar baangt/browserDrivers/selenium-server-4.0.0-alpha-5.jar standalone &
+java -jar /baangt/browserDrivers/selenium-server-4.0.0-alpha-5.jar standalone &
 vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log