-
Notifications
You must be signed in to change notification settings - Fork 212
/
C000059.yaml
101 lines (101 loc) · 3.13 KB
/
C000059.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
bioguide: C000059
contact_form:
method: post
action: ""
steps:
- visit: "https://calvert.house.gov/contactform/"
- fill_in:
- name: ctl00$ctl14$Prefix
selector: "#ctl00_ctl14_Prefix"
value: $NAME_PREFIX
required: true
- name: ctl00$ctl14$First
selector: "#ctl00_ctl14_First"
value: $NAME_FIRST
required: true
- name: ctl00$ctl14$Last
selector: "#ctl00_ctl14_Last"
value: $NAME_LAST
required: true
- name: ctl00$ctl14$Address
selector: "#ctl00_ctl14_Address"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl14$City
selector: "#ctl00_ctl14_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl14$zip5
selector: "#ctl00_ctl14_zip5"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl14$zip4
selector: "#ctl00_ctl14_zip4"
value: $ADDRESS_ZIP4
required: true
- name: ctl00$ctl14$Phone
selector: "#ctl00_ctl14_Phone"
value: $PHONE
required: false
- name: ctl00$ctl14$Cell
selector: "#ctl00_ctl14_Cell"
value: $PHONE
required: false
- name: ctl00$ctl14$Email
selector: "#ctl00_ctl14_Email"
value: $EMAIL
required: true
- name: ctl00$ctl14$Message
selector: "#ctl00_ctl14_Message"
value: $MESSAGE
required: true
- select:
- name: ctl00$ctl14$Issue
selector: "#ctl00_ctl14_Issue"
value: $TOPIC
required: true
options:
Agriculture: AG
Banking: Bank
Budget: Budget
Camp. Finance Reform: Campaign
Civil Rights: Civ
"Cong./Gov't Reform": Cong
Defense/Military: Defense
Economy: Economy
Education: Educ
Energy: Energy
Environment: Envir
Gun Rights/Control: Guns
Healthcare: Health
Homeland Security: Homsec
Housing: Housing
Immigration: Imm
"Int'l Relations": Intl Re
Judiciary: Judic
Labor: Labor
Native Americans: Native Americans
Postal Issues: Postal
Science/Space: Science
Social Security: Social
Taxes: Tax
Telecommunications: Comm
Trade: Trade
Transportation: Trans
Veterans: Veterans
Water: WATER
Welfare: Welfare
- uncheck:
- name: ctl00$ctl14$Subscribe
selector: "#ctl00_ctl14_Subscribe"
value: subscribe
- javascript:
- value: document.querySelector("#ctl00_ctl14_Message").value = document.querySelector("#ctl00_ctl14_Message").value.replace(/"/g, '');
- click_on:
- value: Send Email
selector: "#ctl00 input[name='ctl00$ctl14$ctl10']"
success:
headers:
status: 200
body:
contains: "Thank you for sending Rep. Calvert an email, you will receive a response soon."