mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
165 lines
4.6 KiB
YAML
165 lines
4.6 KiB
YAML
bioguide: R000597
|
|
contact_form:
|
|
method: post
|
|
action: ./
|
|
steps:
|
|
- visit: "https://tomriceforms.house.gov/forms/writeyourrep/"
|
|
- fill_in:
|
|
- name: ctl00$ctl23$FirstName
|
|
selector: "#ctl00_ctl23_FirstName"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: ctl00$ctl23$LastName
|
|
selector: "#ctl00_ctl23_LastName"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: ctl00$ctl23$Street
|
|
selector: "#ctl00_ctl23_Street"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: ctl00$ctl23$City
|
|
selector: "#ctl00_ctl23_City"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: ctl00$ctl23$Zip
|
|
selector: "#ctl00_ctl23_Zip"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: ctl00$ctl23$Email
|
|
selector: "#ctl00_ctl23_Email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: ctl00$ctl23$Subject
|
|
selector: "#ctl00_ctl23_Subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: ctl00$ctl23$Body
|
|
selector: "#ctl00_ctl23_Body"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: ctl00$ctl23$PrefixList
|
|
selector: "#ctl00_ctl23_PrefixList"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Mr.
|
|
- Mrs.
|
|
- Miss
|
|
- Ms.
|
|
- "Mr. & Mrs."
|
|
- Dr.
|
|
- The Reverend
|
|
- "Dr. & Mrs."
|
|
- "Mr. & Dr."
|
|
- The Honorable
|
|
- 1LT
|
|
- 1SG
|
|
- 1st Lt
|
|
- 1stSgt
|
|
- 2d Lt
|
|
- A1C
|
|
- AB
|
|
- ADM
|
|
- Amn
|
|
- BG.
|
|
- BGen
|
|
- Brig Gen
|
|
- Brother
|
|
- CAPT
|
|
- Capt
|
|
- CDR
|
|
- Chaplain
|
|
- Chief
|
|
- CMSAF
|
|
- CMSgt
|
|
- Col
|
|
- COL
|
|
- CPL
|
|
- Cpl
|
|
- CPO
|
|
- CPT
|
|
- CSM
|
|
- CW2
|
|
- CW3
|
|
- CW4
|
|
- CW5
|
|
- CWO-1
|
|
- CWO2
|
|
- CWO-2
|
|
- CWO3
|
|
- CWO-3
|
|
- CWO4
|
|
- CWO-4
|
|
- CWO-5
|
|
- Dean
|
|
- Drs.
|
|
- Elder
|
|
- ENS
|
|
- Father
|
|
- Gen
|
|
- GEN
|
|
- GySgt
|
|
- LCDR
|
|
- LCpl
|
|
- LT
|
|
- Lt Col
|
|
- Major
|
|
- SPC
|
|
- name: ctl00$ctl23$IssuesList
|
|
selector: "#ctl00_ctl23_IssuesList"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
Agriculture and Food: "110205"
|
|
Animals: "110200"
|
|
Armed Forces and National Security: "110170"
|
|
"Arts, Culture, Religion": "110143"
|
|
"Civil Rights and Liberties, Minority Issues": "110127"
|
|
Commerce: "110109"
|
|
Congress: "110087"
|
|
Crime and Law Enforcement: "110074"
|
|
Economics and Public Finance: "110048"
|
|
Education: "110204"
|
|
Emergency Management: "110015"
|
|
Energy: "110006"
|
|
Environment: "109645"
|
|
Families: "109975"
|
|
Finance and Financial Sector: "109965"
|
|
Foreign Affairs: "114197"
|
|
Foreign Trade and International Finance: "109948"
|
|
Health Care: "110203"
|
|
Housing and Community Development: "109839"
|
|
Immigration: "109825"
|
|
Labor and Employment: "109795"
|
|
Law: "109779"
|
|
Native Americans: "109761"
|
|
Public Lands and Natural Resources: "109754"
|
|
"Science, Technology, Communications": "109739"
|
|
Social Sciences and History: "109715"
|
|
Social Welfare: "109707"
|
|
Sports and Recreation: "109701"
|
|
Taxation: "109693"
|
|
Transportation and Public Works: "110202"
|
|
Veterans: "120827"
|
|
Water Resources Development: "109658"
|
|
- check:
|
|
- name: ctl00$ctl23$ReplyChoice
|
|
selector: "#ctl00_ctl23_ReplyChoice_0"
|
|
value: Respond
|
|
- javascript:
|
|
- value: document.querySelector("#ctl00_ctl23_Body").value = document.querySelector("#ctl00_ctl23_Body").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#ctl00_ctl23_SubmitButton"
|
|
- wait:
|
|
- value: 3
|
|
- find:
|
|
- selector: "#ctl00_ctl23_ConfirmationText"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Your correspondence has been sent to Congressman Rice |