mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
190 lines
5.2 KiB
YAML
190 lines
5.2 KiB
YAML
bioguide: J000294
|
|
contact_form:
|
|
method: get
|
|
action: /forms/writeyourrep/
|
|
steps:
|
|
- visit: "https://jeffriesforms.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: "#aspnetForm"
|
|
- fill_in:
|
|
- name: ctl00$ctl08$FirstName
|
|
selector: "#ctl00_ctl08_FirstName"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: ctl00$ctl08$LastName
|
|
selector: "#ctl00_ctl08_LastName"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: ctl00$ctl08$Street
|
|
selector: "#ctl00_ctl08_Street"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: ctl00$ctl08$City
|
|
selector: "#ctl00_ctl08_City"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: ctl00$ctl08$Zip
|
|
selector: "#ctl00_ctl08_Zip"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: ctl00$ctl08$Phone
|
|
selector: "#ctl00_ctl08_Phone"
|
|
value: $PHONE
|
|
required: false
|
|
- name: ctl00$ctl08$Email
|
|
selector: "#ctl00_ctl08_Email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: ctl00$ctl08$Subject
|
|
selector: "#ctl00_ctl08_Subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: ctl00$ctl08$Body
|
|
selector: "#ctl00_ctl08_Body"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: ctl00$ctl08$PrefixList
|
|
selector: "#ctl00_ctl08_PrefixList"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Mr.
|
|
- Mrs.
|
|
- Dr.
|
|
- Ms.
|
|
- name: ctl00$ctl08$State
|
|
selector: "#ctl00_ctl08_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$ctl08$IssuesList
|
|
selector: "#ctl00_ctl08_IssuesList"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
Agriculture and Food: "75151"
|
|
Animals: "75146"
|
|
Armed Forces and National Security: "75116"
|
|
"Arts, Culture, Religion": "75089"
|
|
"Civil Rights and Liberties, Minority Issues": "75073"
|
|
Commerce: "75055"
|
|
Congress: "75033"
|
|
Crime and Law Enforcement: "75020"
|
|
Economics and Public Finance: "74994"
|
|
Education: "75150"
|
|
Emergency Management: "74961"
|
|
Energy: "74952"
|
|
Environment: "74591"
|
|
Families: "74921"
|
|
Finance and Financial Sector: "74911"
|
|
Foreign Trade and International Finance: "74894"
|
|
Government Operations and Politics: "74880"
|
|
Health Care: "75149"
|
|
Housing and Community Development: "74785"
|
|
Immigration: "74771"
|
|
International Affairs: "74761"
|
|
Labor and Employment: "74741"
|
|
Law: "74725"
|
|
Native Americans: "74707"
|
|
Public Lands and Natural Resources: "74700"
|
|
"Science, Technology, Communications": "74685"
|
|
Social Sciences and History: "74661"
|
|
Social Welfare: "74653"
|
|
Sports and Recreation: "74647"
|
|
Taxation: "74639"
|
|
Transportation and Public Works: "75148"
|
|
Water Resources Development: "74604"
|
|
- check:
|
|
- name: ctl00$ctl08$ReplyChoice
|
|
selector: "#ctl00_ctl08_ReplyChoice_0"
|
|
value: Respond
|
|
- javascript:
|
|
- value: document.querySelector("#ctl00_ctl08_Body").value = document.querySelector("#ctl00_ctl08_Body").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#ctl00_ctl08_SubmitButton"
|
|
- wait:
|
|
- value: 3
|
|
- find:
|
|
- selector: "span#ctl00_ctl08_ConfirmationText"
|
|
value: "Thank you"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Thank you for taking the time to write me. |