mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
Schumer, fixes #173
This commit is contained in:
103
members/S000148.yaml
Normal file
103
members/S000148.yaml
Normal file
@@ -0,0 +1,103 @@
|
||||
bioguide: S000148
|
||||
contact_form:
|
||||
method: POST
|
||||
action: webformActiondeplist.cfm
|
||||
steps:
|
||||
- visit: http://www.schumer.senate.gov/Contact/contact_chuck.cfm
|
||||
- fill_in:
|
||||
- name: First
|
||||
selector: "#First"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: Last
|
||||
selector: "#Last"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: Addr1
|
||||
selector: "#Addr1"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: Addr2
|
||||
selector: "#Addr2"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: City
|
||||
selector: "#City"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: Yes
|
||||
- name: Zip
|
||||
selector: "#Zip"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
- name: Zip
|
||||
selector: "#Zip"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: Yes
|
||||
- name: Phone
|
||||
selector: "#Phone"
|
||||
value: "$PHONE"
|
||||
required: Yes
|
||||
- name: Email
|
||||
selector: "#Email"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: MSG
|
||||
selector: "#MSG"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- name: SubjectOther
|
||||
selector: "#SubjectOther"
|
||||
value: ""
|
||||
- select:
|
||||
- name: Prefix
|
||||
selector: "#thisForm select[name='Prefix']"
|
||||
value: "$NAME_PREFIX"
|
||||
required: Yes
|
||||
options:
|
||||
" Mr. ": "Mr."
|
||||
" Mrs. ": "Mrs."
|
||||
" Ms. ": "Ms."
|
||||
" Mr. and Mrs. ": "Mr. and Mrs."
|
||||
" Dr. ": "Dr."
|
||||
" Dr. and Mrs. ": "Dr. and Mrs."
|
||||
" Reverend ": "Reverend"
|
||||
" Sister ": "Sister"
|
||||
" Pastor ": "Pastor"
|
||||
" The Honorable ": "The Honorable"
|
||||
" Representative ": "Representative"
|
||||
" Senator ": "Senator"
|
||||
- name: Issue
|
||||
selector: "#Issue"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options:
|
||||
"Agriculture": "AGRIC/AN"
|
||||
"Banking": "BANKING"
|
||||
"Children": "CHILDREN/ADP"
|
||||
"Consumer Affairs": "CONSUMER AFFAIRS"
|
||||
"Defense": "DEF"
|
||||
"Education": "ED"
|
||||
"Energy/Environment": "EN/ENV"
|
||||
"Foreign Relations": "FR"
|
||||
"Health": "HE"
|
||||
"Emergency Response": "EMERSPON"
|
||||
"Housing/Urban Development": "HOUSI/HUD"
|
||||
"Judiciary": "JUD"
|
||||
"Labor": "LABOR"
|
||||
"Social Security": "SS"
|
||||
"Taxes/Budget": "TAX/BUDGET"
|
||||
"Transportation": "TRAN"
|
||||
"Veterans": "VET"
|
||||
"Welfare/Hunger": "WELF/HUN"
|
||||
- name: Msub
|
||||
selector: "#Subject"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options: DEPENDENT
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#thisForm input[type='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you"
|
||||
@@ -1,5 +1,5 @@
|
||||
DEPENDENT:
|
||||
descrption: The options here depend on prior input and cannot be codified.
|
||||
description: The options here depend on prior input and cannot be codified.
|
||||
value: []
|
||||
US_STATES:
|
||||
description: A values list of just the 50 United States + DC
|
||||
|
||||
Reference in New Issue
Block a user