Subversion Repositories eFlore/Applications.cel

Rev

Rev 396 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash
# Scenario nominal : saisie observation avec completion commune et espece, tous champs renseignes

# Necessite xdotool >= 20090815 (commande delay)

# Todo : en faire une brique pour inclusion dans autres scenario

# Lancement Cel
firefox http://localhost/cel2/war/cel2.html
sleep 7

# Timestamps

obsid=`date +%s`

# Init 
CWID=`xdotool getwindowfocus`
WID=`xdotool search "Mozilla Firefox" | head -1`
xdotool windowactivate $WID
sleep 1