-
Notifications
You must be signed in to change notification settings - Fork 212
/
P000599.yaml
144 lines (144 loc) · 4.24 KB
/
P000599.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
bioguide: P000599
contact_form:
method: post
action: ""
steps:
- visit: "https://posey.house.gov/forms/writeyourrep/"
- fill_in:
- name: ctl00$ctl15$FirstName
selector: "#ctl00_ctl15_FirstName"
value: $NAME_FIRST
required: true
- name: ctl00$ctl15$LastName
selector: "#ctl00_ctl15_LastName"
value: $NAME_LAST
required: true
- name: ctl00$ctl15$Street
selector: "#ctl00_ctl15_Street"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl15$City
selector: "#ctl00_ctl15_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl15$Zip
selector: "#ctl00_ctl15_Zip"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl15$Phone
selector: "#ctl00_ctl15_Phone"
value: $PHONE
required: true
- name: ctl00$ctl15$Email
selector: "#ctl00_ctl15_Email"
value: $EMAIL
required: true
- name: ctl00$ctl15$Subject
selector: "#ctl00_ctl15_Subject"
value: $SUBJECT
required: true
- name: ctl00$ctl15$Body
selector: "#ctl00_ctl15_Body"
value: $MESSAGE
required: true
- name: ctl00$ctl15$CampaignID
selector: "#ctl00_ctl15_CampaignID"
value: $CAMPAIGN_UUID
required: false
- name: ctl00$ctl15$CampaignInfo
selector: "#ctl00_ctl15_CampaignInfo"
value: $CAMPAIGN_UUID
required: false
- select:
- name: ctl00$ctl15$PrefixList
selector: "#ctl00_ctl15_PrefixList"
value: $NAME_PREFIX
required: true
options:
- Mr.
- Mrs.
- Dr.
- Ms.
- Rev.
- "Mr. & Mrs."
- Lance Corporal
- Col.
- Lt.
- Lt. Col.
- Gen.
- Lt. Gen.
- Maj. Gen.
- Sgt.
- MSgt.
- Capt.
- Adm.
- Hon.
- The Honorable
- Cdr.
- Rear Adm.
- Rev. Msgr.
- "Rev. & Mrs."
- "Dr. & Mrs."
- Maj.
- Capt.
- Brig. Gen.
- Sgt. Maj.
- SMSgt
- CWO.
- name: ctl00$ctl15$IssuesList
selector: "#ctl00_ctl15_IssuesList"
value: $TOPIC
required: true
options:
"": "14003"
"\"Cap & Trade\" - National Energy Tax": "5031"
Abortion: "5893"
Accountability: "4622"
Achieving Energy Independence: "4604"
Agriculture: "5892"
"America's Mission in Space": "4609"
Budget: "5894"
Casework: "8268"
Chinese Drywall: "8158"
Congressional Ethics: "5895"
Defense: "5896"
Economy: "5897"
Education: "5898"
Energy: "5899"
Environment: "5900"
Gun Control: "5901"
Health: "5902"
Health Care Reform: "5135"
Homeland Security: "5903"
Housing: "5904"
Immigration: "5905"
International Relations: "5906"
Iraq: "5907"
"Jobs & the Economy": "4600"
Labor: "5908"
Medicare: "5909"
National Debt: "8236"
Other: "5917"
Prescription Drugs: "5910"
"Securing America's Border": "4606"
Social Security: "5911"
TARP: "4764"
Taxes: "5912"
"Taxes & Fiscal Responsibility": "4607"
Telecommunications: "5914"
Trade: "5913"
Transportation: "5915"
Veterans: "5916"
"Veterans & National Security": "4598"
- javascript:
- value: document.querySelector("#ctl00_ctl15_Body").value = document.querySelector("#ctl00_ctl15_Body").value.replace(/"/g, '');
- recaptcha:
- value: true
- click_on:
- value: Submit
selector: "#ctl00_ctl15_SubmitButton"
success:
headers:
status: 200
body:
contains: "Thank you for contacting me."