#!/bin/bash

source "$(dirname "$0")/setup.sh"

cd $SEL_DIR
pwd
java -jar selenium-server-standalone.jar

