-
Notifications
You must be signed in to change notification settings - Fork 211
/
M001160.yaml
146 lines (146 loc) · 4 KB
/
M001160.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
bioguide: M001160
contact_form:
method: post
action: /contact-form/
steps:
- visit: "https://gwenmoore.house.gov/contact-form"
- fill_in:
- name: firstname
selector: "#req_firstname"
value: $NAME_FIRST
required: true
- name: lastname
selector: "#req_lastname"
value: $NAME_LAST
required: true
- name: street
selector: "#req_street"
value: $ADDRESS_STREET
required: true
- name: city
selector: "#req_city"
value: $ADDRESS_CITY
required: true
- name: zipcode
selector: "#req_zip"
value: $ADDRESS_ZIP5
required: true
- name: zipfour
selector: "#zip4"
value: $ADDRESS_ZIP4
required: true
- name: emailaddress
selector: "#req_email"
value: $EMAIL
required: true
- name: phone
selector: "#phone"
value: $PHONE
required: false
- name: subject
selector: "#req_subject"
value: $SUBJECT
required: true
- name: message
selector: "#req_message"
value: $MESSAGE
required: true
- select:
- name: state
selector: "#req_state"
value: $ADDRESS_STATE_POSTAL_ABBREV
required: true
options:
North Carolina: NC
Alaska: AK
Alabama: AL
Arkansas: AR
Arizona: AZ
California: CA
Colorado: CO
Connecticut: CT
District of Columbia: DC
Delaware: DE
Florida: FL
Georgia: GA
Hawaii: HI
Iowa: IA
Idaho: ID
Illinois: IL
Indiana: IN
Kansas: KS
Kentucky: KY
Louisiana: LA
Massachusetts: MA
Maryland: MD
Maine: ME
Michigan: MI
Minnesota: MN
Missouri: MO
Mississippi: MS
Montana: MT
North Dakota: ND
Nebraska: NE
New Hampshire: NH
New Jersey: NJ
New Mexico: NM
Nevada: NV
New York: NY
Ohio: OH
Oklahoma: OK
Oregon: OR
Pennsylvania: PA
Puerto Rico: PR
Rhode Island: RI
South Carolina: SC
South Dakota: SD
Tennessee: TN
Texas: TX
Utah: UT
Virginia: VA
Vermont: VT
Washington: WA
Wisconsin: WI
West Virginia: WV
Wyoming: WY
- name: issue
selector: "#req_issue"
value: $TOPIC
required: true
options:
Agriculture: WEBAGR
Budget: WEB_BU
Defense: WEB_DEF
Education: WEB_ED
Energy: WEB_EN
Environmental: WEB_ENV
Government Issues: WEBGOV
Health: WEB_HE
Homeland Security: WEB_HOM
Immigration: WEB_IM
International Relations: WEBINT
Judicial: WEB_JUD
Labor: WEBLAB
Social Issues: WEBSOC
Social Security: WEB_SS
Taxes: WEB_TAX
Telecommunications: WEBTEL
Transportation: WEB_TRAN
Trade: WEB_TRD
Veterans: WEB_VET
Welfare: WEBWEL
Other Issues: WEB_OTH
- check:
- name: aff1
selector: "input[type='radio'][name='aff1'][value='<AFFL_DEL>Subscribe</AFFL_DEL>']"
value: "<AFFL_DEL>Subscribe</AFFL_DEL>"
- javascript:
- value: document.querySelector("#req_message").value = document.querySelector("#req_message").value.replace(/"/g, '');
- click_on:
- value: Send Email
selector: "#submitButton"
success:
headers:
status: 200
body:
contains: The following information was sent to us