-
Notifications
You must be signed in to change notification settings - Fork 211
/
H001038.yaml
180 lines (180 loc) · 4.68 KB
/
H001038.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
bioguide: H001038
contact_form:
method: get
action: /forms/writeyourrep/
steps:
- visit: "https://higginsforms.house.gov/contact/"
- fill_in:
- name: zip5
selector: "form.zipform input[name='zip5']"
value: $ADDRESS_ZIP5
required: true
- name: zip4
selector: "form.zipform input[name='zip4']"
value: $ADDRESS_ZIP4
required: true
- click_on:
- value: Submit
selector: "form.zipform input[type='submit'][value='Submit']"
- find:
- selector: '#ctl00_ctl25_FirstName'
- fill_in:
- name: ctl00$ctl25$FirstName
selector: "#ctl00_ctl25_FirstName"
value: $NAME_FIRST
required: true
- name: ctl00$ctl25$LastName
selector: "#ctl00_ctl25_LastName"
value: $NAME_LAST
required: true
- name: ctl00$ctl25$Street
selector: "#ctl00_ctl25_Street"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl25$City
selector: "#ctl00_ctl25_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl25$Zip
selector: "#ctl00_ctl25_Zip"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl25$Email
selector: "#ctl00_ctl25_Email"
value: $EMAIL
required: true
- name: ctl00$ctl25$Subject
selector: "#ctl00_ctl25_Subject"
value: $SUBJECT
required: true
- name: ctl00$ctl25$Body
selector: "#ctl00_ctl25_Body"
value: $MESSAGE
required: true
- select:
- name: ctl00$ctl25$PrefixList
selector: "#ctl00_ctl25_PrefixList"
value: $NAME_PREFIX
required: true
options:
- Mr.
- Mrs.
- Dr.
- Ms.
- Miss
- name: ctl00$ctl25$State
selector: "#ctl00_ctl25_State"
value: $ADDRESS_STATE_POSTAL_ABBREV
required: true
options:
- AL
- AK
- AZ
- AR
- CA
- CO
- CT
- DE
- DC
- FL
- GA
- HI
- ID
- IL
- IN
- IA
- KS
- KY
- LA
- ME
- MD
- MA
- MI
- MN
- MS
- MO
- MT
- NE
- NV
- NH
- NJ
- NM
- NY
- NC
- ND
- OH
- OK
- OR
- PA
- RI
- SC
- SD
- TN
- TX
- UT
- VT
- VA
- WA
- WV
- WI
- WY
- AA
- AE
- AP
- FM
- GU
- MH
- MP
- PR
- VI
- name: ctl00$ctl25$IssuesList
selector: "#ctl00_ctl25_IssuesList"
value: $TOPIC
required: true
options:
"Agriculture ": "72"
Animals: "9982"
Arts and Humanities: "10039"
Banking and Finance: "14887"
"Budget and the Economy ": "10135"
Campaign Finance Reform: "14888"
Congress and Elections: "14899"
"Defense and Military ": "10012"
Education: "73"
Energy: "10177"
Environment: "14814"
Federal Employees: "14889"
Government Reform: "10095"
Guns: "14890"
Health: "74"
Homeland Security: "14891"
Housing and Urban Development: "10346"
Immigration: "10360"
Judiciary: "14892"
"Labor ": "10390"
LGBT: "14893"
Other: "14898"
Science and Technology: "10447"
Social Security: "14894"
Taxes: "10493"
Telecommunications: "14895"
Trade: "10236"
Transportation: "81"
Veterans: "14896"
"Women's Issues": "14897"
- check:
- name: ctl00$ctl25$ReplyChoice
selector: "#ctl00_ctl25_ReplyChoice_0"
value: Respond
- javascript:
- value: document.querySelector("#ctl00_ctl25_Body").value = document.querySelector("#ctl00_ctl25_Body").value.replace(/"/g, '');
- recaptcha:
- value: true
- click_on:
- value: Submit
selector: "#ctl00_ctl25_SubmitButton"
success:
headers:
status: 200
body:
contains: Thank you