mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
194 lines
4.5 KiB
YAML
194 lines
4.5 KiB
YAML
bioguide: K000386
|
|
contact_form:
|
|
method: get
|
|
action: /forms/writeyourrep/
|
|
steps:
|
|
- visit: https://Katkoforms.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']
|
|
- find:
|
|
- selector: "#ctl00_ctl09_FirstName"
|
|
- fill_in:
|
|
- name: ctl00$ctl09$FirstName
|
|
selector: "#ctl00_ctl09_FirstName"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: ctl00$ctl09$LastName
|
|
selector: "#ctl00_ctl09_LastName"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: ctl00$ctl09$Street
|
|
selector: "#ctl00_ctl09_Street"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: ctl00$ctl09$City
|
|
selector: "#ctl00_ctl09_City"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: ctl00$ctl09$Zip
|
|
selector: "#ctl00_ctl09_Zip"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: ctl00$ctl09$Email
|
|
selector: "#ctl00_ctl09_Email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: ctl00$ctl09$Phone
|
|
selector: "#ctl00_ctl09_Phone"
|
|
value: $PHONE
|
|
required: true
|
|
- name: ctl00$ctl09$Body
|
|
selector: "#ctl00_ctl09_Body"
|
|
value: $MESSAGE
|
|
required: true
|
|
- name: ctl00$ctl09$Subject
|
|
selector: "#ctl00_ctl09_Subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- choose:
|
|
- name: ctl00$ctl09$ReplyChoice
|
|
selector: "#ctl00_ctl09_ReplyChoice_0"
|
|
value: Respond
|
|
- select:
|
|
- name: ctl00$ctl09$PrefixList
|
|
selector: "#ctl00_ctl09_PrefixList"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Mr.
|
|
- Mrs.
|
|
- Ms.
|
|
- Dr.
|
|
- name: ctl00$ctl09$State
|
|
selector: "#ctl00_ctl09_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$ctl09$IssuesList
|
|
selector: "#ctl00_ctl09_IssuesList"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
Advocacy: "14886"
|
|
Agriculture and Food: "72"
|
|
Animals: "9982"
|
|
Armed Forcs 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"
|
|
Social Sciences and History: "10471"
|
|
Social Welfare: "10479"
|
|
Sports and Recreation: "10485"
|
|
Taxation: "10493"
|
|
Transportation and Public Works: "81"
|
|
Water Resources Development: "10528"
|
|
- uncheck:
|
|
- name: ctl00$ctl09$SubscribeChoice
|
|
selector: "#ctl00_ctl09_SubscribeChoice"
|
|
- javascript:
|
|
- value: document.querySelector("#ctl00_ctl09_Body").value = document.querySelector("#ctl00_ctl09_Body").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#ctl00_ctl09_SubmitButton"
|
|
- find:
|
|
- selector: "span#ctl00_ctl09_ConfirmationText"
|
|
value: Thank you
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Thank
|