Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
bioguide: H001038
contact_form:
method: get
action: /forms/writeyourrep/
steps:
- visit: "https://higginsforms.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_ctl25_FirstName'
- fill_in:
- name: ctl00$ctl25$FirstName
selector: "#ctl00_ctl25_FirstName"
value: $NAME_FIRST
required: true
- name: ctl00$ctl25$LastName
selector: "#ctl00_ctl25_LastName"
value: $NAME_LAST
required: true
- name: ctl00$ctl25$Street
selector: "#ctl00_ctl25_Street"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl25$City
selector: "#ctl00_ctl25_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl25$Zip
selector: "#ctl00_ctl25_Zip"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl25$Email
selector: "#ctl00_ctl25_Email"
value: $EMAIL
required: true
- name: ctl00$ctl25$Subject
selector: "#ctl00_ctl25_Subject"
value: $SUBJECT
required: true
- name: ctl00$ctl25$Body
selector: "#ctl00_ctl25_Body"
value: $MESSAGE
required: true
- select:
- name: ctl00$ctl25$PrefixList
selector: "#ctl00_ctl25_PrefixList"
value: $NAME_PREFIX
required: true
options:
- Mr.
- Mrs.
- Dr.
- Ms.
- Miss
- name: ctl00$ctl25$State
selector: "#ctl00_ctl25_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$ctl25$IssuesList
selector: "#ctl00_ctl25_IssuesList"
value: $TOPIC
required: true
options:
"Agriculture ": "72"
Animals: "9982"
Arts and Humanities: "10039"
Banking and Finance: "14887"
"Budget and the Economy ": "10135"
Campaign Finance Reform: "14888"
Congress and Elections: "14899"
"Defense and Military ": "10012"
Education: "73"
Energy: "10177"
Environment: "14814"
Federal Employees: "14889"
Government Reform: "10095"
Guns: "14890"
Health: "74"
Homeland Security: "14891"
Housing and Urban Development: "10346"
Immigration: "10360"
Judiciary: "14892"
"Labor ": "10390"
LGBT: "14893"
Other: "14898"
Science and Technology: "10447"
Social Security: "14894"
Taxes: "10493"
Telecommunications: "14895"
Trade: "10236"
Transportation: "81"
Veterans: "14896"
"Women's Issues": "14897"
- check:
- name: ctl00$ctl25$ReplyChoice
selector: "#ctl00_ctl25_ReplyChoice_0"
value: Respond
- javascript:
- value: document.querySelector("#ctl00_ctl25_Body").value = document.querySelector("#ctl00_ctl25_Body").value.replace(/"/g, '');
- recaptcha:
- value: true
- click_on:
- value: Submit
selector: "#ctl00_ctl25_SubmitButton"
success:
headers:
status: 200
body:
contains: Thank you