-
Notifications
You must be signed in to change notification settings - Fork 211
/
H001071.yaml
121 lines (121 loc) · 3.96 KB
/
H001071.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
bioguide: H001071
contact_form:
method: get
action: /forms/writeyourrep/
steps:
- visit: "https://hice.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_ctl11_FirstName'
- fill_in:
- name: ctl00$ctl11$FirstName
selector: "#ctl00_ctl11_FirstName"
value: $NAME_FIRST
required: true
- name: ctl00$ctl11$LastName
selector: "#ctl00_ctl11_LastName"
value: $NAME_LAST
required: true
- name: ctl00$ctl11$Street
selector: "#ctl00_ctl11_Street"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl11$City
selector: "#ctl00_ctl11_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl11$Zip
selector: "#ctl00_ctl11_Zip"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl11$Email
selector: "#ctl00_ctl11_Email"
value: $EMAIL
required: true
- name: ctl00$ctl11$Subject
selector: "#ctl00_ctl11_Subject"
value: $SUBJECT
required: true
- name: ctl00$ctl11$Body
selector: "#ctl00_ctl11_Body"
value: $MESSAGE
required: true
- select:
- name: ctl00$ctl11$PrefixList
selector: "#ctl00_ctl11_PrefixList"
value: $NAME_PREFIX
required: true
options:
- Mr.
- Mrs.
- Dr.
- Ms.
- Col
- name: ctl00$ctl11$IssuesList
selector: "#ctl00_ctl11_IssuesList"
value: $TOPIC
required: true
options:
Advocacy: "14886"
Agriculture and Food: "72"
Animals: "9982"
Armed Forces and National Security: "10012"
"Arts, Culture, Religion": "10039"
"Civil Rights and Liberties, Minority Issues": "10055"
Commerce: "10073"
Congress: "10095"
Crime and Law Enforcement: "10109"
Economics and Public Finance: "10135"
Education: "73"
Emergency Management: "10168"
Energy: "10177"
Environmental Protection: "14814"
Families: "10209"
Finance and Financial Sector: "10219"
Foreign Trade and International Finance: "10236"
Government Operations and Politics: "10250"
Health: "74"
Housing and Community Development: "10346"
Immigration: "10360"
International Affairs: "10370"
Labor and Employment: "10390"
Law: "10406"
Native Americans: "10424"
Private Legislation: "14873"
Public Lands and Natural Resources: "10432"
"Science, Technology, Communications": "10447"
Second Amendment: "15074"
Social Sciences and History: "10471"
Social Welfare: "10479"
Sports and Recreation: "10485"
Taxation: "10493"
Transportation and Public Works: "81"
Veterans Concerns: "15059"
Water Resources Development: "10528"
- check:
- name: ctl00$ctl11$ReplyChoice
selector: "#ctl00_ctl11_ReplyChoice_0"
value: Respond
- javascript:
- value: document.querySelector("#ctl00_ctl11_Body").value = document.querySelector("#ctl00_ctl11_Body").value.replace(/"/g, '');
- recaptcha:
- value: true
- click_on:
- value: Submit
selector: "#ctl00_ctl11_SubmitButton"
success:
headers:
status: 200
body:
contains: Thank you