Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
396 david 1
#!/bin/bash
2
# Scenario nominal : saisie observation avec completion commune et espece, tous champs renseignes
3
 
4
# initialisation
5
source test_init.sh
6
 
7
# Saisie Commune : Montpellier + completion
8
xdotool key "shift+alt+1"
9
xdotool type --delay 150 "montpell"
10
sleep 1
11
xdotool key "Return"
12
 
13
# Saisie Lieu dit
14
xdotool key "Tab"
15
xdotool key "Tab"
16
xdotool type --delay 100 "Jardin des plantes " $obsid
17
 
18
# Saisie Station
19
xdotool key "Tab"
20
xdotool type --delay 100 "Bord de la mare"
21
 
22
# Saisie Milieu
23
xdotool key "Tab"
24
xdotool type --delay 100 "Pelouse"
25
 
26
# Saisie Note
27
xdotool key "Tab"
28
xdotool key "Tab"
29
xdotool type --delay 100 "Test"
30
 
31
# Saisie Date
32
xdotool key "Tab"
33
xdotool type --delay 100 "10/10/2009"
34
 
35
# Saisie Espece : Acer monspessulanum
36
xdotool key "Tab"
37
xdotool type --delay 150 "Acer monspes"
38
sleep 2
39
xdotool key "Return"
40
 
41
# Validation
42
 
43
xdotool key "Tab"
44
xdotool key "Return"
45
 
46
# Controle
47
source test_controle.sh