#!/usr/bin/env bash # # IMPORTANT: Change this file only in directory Standalone! if [ ! -z "$SE_OPTS" ]; then echo "Appending Selenium options: ${SE_OPTS}" fi /opt/bin/generate_config echo "Selenium Grid Standalone configuration: " cat /opt/selenium/config.toml echo "Starting Selenium Grid Standalone..." EXTRA_LIBS="/opt/selenium/selenium-http-jdk-client.jar" if [ ! -z "$SE_ENABLE_TRACING" ]; then EXTERNAL_JARS=$(