We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a07792 commit f233b4aCopy full SHA for f233b4a
Standalone/entry_point.sh
@@ -14,6 +14,9 @@ if [ ! -z "$SE_OPTS" ]; then
14
fi
15
16
SERVERNUM=$(get_server_num)
17
+
18
+rm -f /tmp/.X*lock
19
20
xvfb-run -n $SERVERNUM --server-args="-screen 0 $GEOMETRY -ac +extension RANDR" \
21
java ${JAVA_OPTS} -jar /opt/selenium/selenium-server-standalone.jar \
22
${SE_OPTS} &
0 commit comments