mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 17:37:24 -05:00
ran 114th script on branch's members dir
This commit is contained in:
@@ -1,129 +0,0 @@
|
||||
bioguide: B000013
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://bachus.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted
|
||||
@@ -1,144 +0,0 @@
|
||||
bioguide: B001242
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://timbishop.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: input.button
|
||||
- find:
|
||||
- selector: "#custom_form23"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
Other: Other
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TN
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- uncheck:
|
||||
- name: newsletter
|
||||
selector: "#newsletter"
|
||||
value: "1"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted
|
||||
@@ -1,405 +0,0 @@
|
||||
bioguide: B001252
|
||||
contact_form:
|
||||
method: get
|
||||
action: /forms/writeyourrep/
|
||||
steps:
|
||||
- visit: "http://barrowforms.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: "input#ctl00_ctl18_FirstName"
|
||||
- fill_in:
|
||||
- name: ctl00$ctl18$FirstName
|
||||
selector: "input#ctl00_ctl18_FirstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: ctl00$ctl18$LastName
|
||||
selector: "input#ctl00_ctl18_LastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: ctl00$ctl18$Street
|
||||
selector: "input#ctl00_ctl18_Street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: ctl00$ctl18$City
|
||||
selector: "input#ctl00_ctl18_City"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: ctl00$ctl18$Zip
|
||||
selector: "input#ctl00_ctl18_Zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: ctl00$ctl18$Phone
|
||||
selector: "input#ctl00_ctl18_Phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: ctl00$ctl18$Email
|
||||
selector: "input#ctl00_ctl18_Email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: ctl00$ctl18$Subject
|
||||
selector: "input#ctl00_ctl18_Subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: ctl00$ctl18$Body
|
||||
selector: "textarea#ctl00_ctl18_Body"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- name: ctl00$ctl18$CampaignID
|
||||
selector: "#ctl00_ctl18_CampaignID"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl18$CampaignInfo
|
||||
selector: "#ctl00_ctl18_CampaignInfo"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- select:
|
||||
- name: ctl00$ctl18$PrefixList
|
||||
selector: "#ctl00_ctl18_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Miss
|
||||
- Ms.
|
||||
- "Mr. & Mrs."
|
||||
- Dr.
|
||||
- The Reverend
|
||||
- "Dr. & Mrs."
|
||||
- "Mr. & Dr."
|
||||
- The Honorable
|
||||
- 1LT
|
||||
- 1LT and Mrs.
|
||||
- 1SG
|
||||
- 1SG and Mrs.
|
||||
- 1st Lt
|
||||
- 1st Lt and Mrs.
|
||||
- 1stSgt
|
||||
- 1stSgt and Mrs.
|
||||
- 2d Lt
|
||||
- 2d Lt and Mrs.
|
||||
- 2LT
|
||||
- 2LT and Mrs.
|
||||
- 2nd Lt
|
||||
- 2nd Lt and Mrs.
|
||||
- A1C
|
||||
- A1C and Mrs.
|
||||
- AB
|
||||
- AB and Mrs.
|
||||
- ADM
|
||||
- ADM and Mrs.
|
||||
- Amn
|
||||
- Amn and Mrs.
|
||||
- BG
|
||||
- BG and Mrs.
|
||||
- BGen
|
||||
- BGen and Mrs.
|
||||
- Brig Gen
|
||||
- Brig Gen and Mrs.
|
||||
- Brother
|
||||
- CAPT
|
||||
- Capt
|
||||
- CAPT and Mrs.
|
||||
- Capt and Mrs.
|
||||
- CDR
|
||||
- CDR and Mrs.
|
||||
- Chaplain
|
||||
- Chief
|
||||
- CMSAF
|
||||
- CMSAF and Mrs.
|
||||
- CMSgt
|
||||
- CMSgt and Mrs.
|
||||
- Col
|
||||
- COL
|
||||
- Col and Mrs.
|
||||
- COL and Mrs.
|
||||
- CPL
|
||||
- Cpl
|
||||
- CPL and Mrs.
|
||||
- Cpl and Mrs.
|
||||
- CPO
|
||||
- CPO and Mrs.
|
||||
- CPT
|
||||
- CPT and Mrs.
|
||||
- CSM
|
||||
- CSM and Mrs.
|
||||
- CW2
|
||||
- CW2 and Mrs.
|
||||
- CW3
|
||||
- CW3 and Mrs.
|
||||
- CW4
|
||||
- CW4 and Mrs.
|
||||
- CW5
|
||||
- CW5 and Mrs.
|
||||
- CWO-1
|
||||
- CWO-1 and Mrs.
|
||||
- CWO2
|
||||
- CWO-2
|
||||
- CWO2 and Mrs.
|
||||
- CWO-2 and Mrs.
|
||||
- CWO3
|
||||
- CWO-3
|
||||
- CWO3 and Mrs.
|
||||
- CWO-3 and Mrs.
|
||||
- CWO4
|
||||
- CWO-4
|
||||
- CWO4 and Mrs.
|
||||
- CWO-4 and Mrs.
|
||||
- CWO-5
|
||||
- CWO-5 and Mrs.
|
||||
- Dean
|
||||
- Dean and Mrs.
|
||||
- Drs.
|
||||
- Elder
|
||||
- ENS
|
||||
- ENS and Mrs.
|
||||
- Father
|
||||
- Gen
|
||||
- GEN
|
||||
- Gen and Mrs.
|
||||
- GEN and Mrs.
|
||||
- GySgt
|
||||
- GySgt and Mrs.
|
||||
- LCDR
|
||||
- LCDR and Mrs.
|
||||
- LCpl
|
||||
- LCpl and Mrs.
|
||||
- LT
|
||||
- LT and Mrs.
|
||||
- Lt Col
|
||||
- Lt Col and Mrs.
|
||||
- LTC
|
||||
- LTC and Mrs.
|
||||
- LtCol
|
||||
- LtCol and Mrs.
|
||||
- LTG
|
||||
- LTG and Mrs.
|
||||
- LtGen
|
||||
- LtGen and Mrs.
|
||||
- LTJG
|
||||
- LTJG and Mrs.
|
||||
- Maj
|
||||
- MAJ
|
||||
- Maj and Mrs.
|
||||
- MAJ and Mrs.
|
||||
- Maj Gen
|
||||
- Maj Gen and Mrs.
|
||||
- MajGen
|
||||
- MajGen and Mrs.
|
||||
- MCPO
|
||||
- MCPO and Mrs.
|
||||
- MCPON
|
||||
- MCPON and Mrs.
|
||||
- Messrs.
|
||||
- MG
|
||||
- MG and Mrs.
|
||||
- MGySgt
|
||||
- MGySgt and Mrs.
|
||||
- Mmes.
|
||||
- MSG
|
||||
- MSG and Mrs.
|
||||
- MSgt
|
||||
- MSgt and Mrs.
|
||||
- Pastor
|
||||
- Pastor and Mrs.
|
||||
- PFC
|
||||
- PFC
|
||||
- PFC and Mrs.
|
||||
- PO1
|
||||
- PO1 and Mrs.
|
||||
- PO2
|
||||
- PO2 and Mrs.
|
||||
- PO3
|
||||
- PO3 and Mrs.
|
||||
- President
|
||||
- President and Mrs.
|
||||
- Professor
|
||||
- Professor and Mrs.
|
||||
- PV2
|
||||
- PV2 and Mrs.
|
||||
- PVT
|
||||
- Pvt
|
||||
- PVT and Mrs.
|
||||
- Pvt and Mrs.
|
||||
- Rabbi
|
||||
- Rabbi and Mrs.
|
||||
- RADM
|
||||
- RADM and Mrs.
|
||||
- Rank
|
||||
- SA
|
||||
- SA and Mrs.
|
||||
- SCPO
|
||||
- SCPO and Mrs.
|
||||
- Senator
|
||||
- Senator and Mrs.
|
||||
- SFC
|
||||
- SFC and Mrs.
|
||||
- SGM
|
||||
- SGM and Mrs.
|
||||
- SGT
|
||||
- Sgt
|
||||
- SGT and Mrs.
|
||||
- Sgt and Mrs.
|
||||
- Sgt Maj
|
||||
- Sgt Maj and Mrs.
|
||||
- SgtMajMC
|
||||
- SgtMajMC and Mrs.
|
||||
- Sister
|
||||
- SMA
|
||||
- SMA and Mrs.
|
||||
- SMSgt
|
||||
- SMSgt and Mrs.
|
||||
- SN
|
||||
- SN and Mrs.
|
||||
- SPC
|
||||
- SPC and Mrs.
|
||||
- SR
|
||||
- SR and Mrs.
|
||||
- SrA
|
||||
- SrA and Mrs.
|
||||
- SSG
|
||||
- SSG and Mrs.
|
||||
- SSgt
|
||||
- SSgt and Mrs.
|
||||
- The Honorable and Mrs.
|
||||
- The Reverend and Mrs.
|
||||
- The Reverend Dr.
|
||||
- The Reverend Dr. and Mrs.
|
||||
- TSgt
|
||||
- TSgt and Mrs.
|
||||
- VADM
|
||||
- VADM and Mrs.
|
||||
- WO1
|
||||
- WO1 and Mrs.
|
||||
- name: ctl00$ctl18$State
|
||||
selector: "#ctl00_ctl18_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$ctl18$IssuesList
|
||||
selector: "#ctl00_ctl18_IssuesList"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: "111985"
|
||||
Animals: "111986"
|
||||
Arts and Humanities: "111987"
|
||||
Banking and Finance: "111988"
|
||||
Budget and Economy: "111989"
|
||||
Campaign Finance Reform: "111990"
|
||||
Congress and Elections: "111991"
|
||||
Defense and Military: "111993"
|
||||
District of Columbia Tours: "111992"
|
||||
Education: "111994"
|
||||
Energy: "111995"
|
||||
Environment: "111996"
|
||||
Federal Employees: "111997"
|
||||
Foreign Relations: "111998"
|
||||
Government Reform: "111983"
|
||||
Guns: "111999"
|
||||
Health: "112000"
|
||||
Homeland Security: "112001"
|
||||
Housing and Urban Development: "112002"
|
||||
Immigration: "112003"
|
||||
International Relations: "112004"
|
||||
Judiciary: "112005"
|
||||
Labor: "112006"
|
||||
LGBT: "112007"
|
||||
Post Office: "112008"
|
||||
Science and Technology: "112009"
|
||||
Social Issues: "112010"
|
||||
Social Security: "112012"
|
||||
Social Services: "112013"
|
||||
Taxes: "112014"
|
||||
Telecommunications: "112015"
|
||||
Trade: "112017"
|
||||
Transportation: "112016"
|
||||
Veterans: "112018"
|
||||
Welfare: "112020"
|
||||
"Women's Issues": "112019"
|
||||
- check:
|
||||
- name: ctl00$ctl18$ReplyChoice
|
||||
selector: "#ctl00_ctl18_ReplyChoice_0"
|
||||
value: Respond
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl18_SubmitButton"
|
||||
- find:
|
||||
- selector: "span#ctl00_ctl18_ConfirmationText"
|
||||
value: "Thank you"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for taking the time to contact me
|
||||
@@ -1,107 +0,0 @@
|
||||
bioguide: B001256
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact/email-michele-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://bachmann.house.gov/contact/email-michele"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Badger Army Ammunition Plant: BAAP
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Guns: GUN
|
||||
Health: HE
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IM
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SS
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: COMM
|
||||
Transportation: TRAN
|
||||
Trade: TRD
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Other Issues: OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank You
|
||||
@@ -1,81 +0,0 @@
|
||||
bioguide: B001259
|
||||
contact_form:
|
||||
method: POST
|
||||
action: "/htbin/formproc/issue_subscribe.txt&display=/contact-me/email-me-thankyou&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "http://braley.house.gov/contact"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "form.validate.wsbform input[name='prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "form.validate.wsbform input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form.validate.wsbform input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form.validate.wsbform input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form.validate.wsbform input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form.validate.wsbform input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form.validate.wsbform input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "form.validate.wsbform input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-message
|
||||
selector: "form.validate.wsbform textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form.validate.wsbform select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education and Labor: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
International Relations: WEBINT
|
||||
Government Reform: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
Judiciary: WEBJUD
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Telecommunications: WEBTEL
|
||||
Taxes and Trade: WEBTAX
|
||||
Transportation: WEBTRA
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other: WEBOTH
|
||||
- uncheck:
|
||||
- name: signup
|
||||
selector: "form.validate.wsbform input[name='signup']"
|
||||
value: email.optin
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form.validate.wsbform input[type='submit'][value='Send Email']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thanks for your message"
|
||||
@@ -1,310 +0,0 @@
|
||||
bioguide: B001262
|
||||
contact_form:
|
||||
method: GET
|
||||
action: "?"
|
||||
steps:
|
||||
- visit: "https://broun.house.gov/forms/writeyourrep/"
|
||||
- fill_in:
|
||||
- name: ctl00$ctl04$FirstName
|
||||
selector: "#ctl00_ctl04_FirstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: ctl00$ctl04$LastName
|
||||
selector: "#ctl00_ctl04_LastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: ctl00$ctl04$Street
|
||||
selector: "#ctl00_ctl04_Street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: ctl00$ctl04$City
|
||||
selector: "#ctl00_ctl04_City"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: ctl00$ctl04$Zip
|
||||
selector: "#ctl00_ctl04_Zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: ctl00$ctl04$Phone
|
||||
selector: "#ctl00_ctl04_Phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: ctl00$ctl04$Email
|
||||
selector: "#ctl00_ctl04_Email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: ctl00$ctl04$Subject
|
||||
selector: "#ctl00_ctl04_Subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: ctl00$ctl04$Body
|
||||
selector: "#ctl00_ctl04_Body"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- name: ctl00$ctl04$CampaignID
|
||||
selector: "#ctl00_ctl04_CampaignID"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl04$CampaignInfo
|
||||
selector: "#ctl00_ctl04_CampaignInfo"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl04$Organization
|
||||
selector: "#ctl00_ctl04_Organization"
|
||||
value: $ORG_NAME
|
||||
required: false
|
||||
- name: ctl00$ctl04$OrganizationContact
|
||||
selector: "#ctl00_ctl04_OrganizationContact"
|
||||
value: $ORG_URL
|
||||
required: false
|
||||
- select:
|
||||
- name: ctl00$ctl04$PrefixList
|
||||
selector: "#ctl00_ctl04_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- "Mr."
|
||||
- "Miss."
|
||||
- "Mrs."
|
||||
- "Mr. and Mrs."
|
||||
- "Ms."
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "The Honorable"
|
||||
- "The Honorable and Mrs."
|
||||
- "Master"
|
||||
- "The Reverend"
|
||||
- "The Reverend and Mrs."
|
||||
- "Admiral"
|
||||
- "Airman"
|
||||
- "Airman First Class"
|
||||
- "Airman Basic"
|
||||
- "Brigadier General"
|
||||
- "Cadet"
|
||||
- "Capt."
|
||||
- "Captain"
|
||||
- "Chaplain"
|
||||
- "Chief Master Sergeant"
|
||||
- "Chief Petty Officer"
|
||||
- "Chief Warrant Officer"
|
||||
- "Cmdr."
|
||||
- "Commander"
|
||||
- "Col."
|
||||
- "Colonel"
|
||||
- "Commander"
|
||||
- "Command Sergeant Major"
|
||||
- "Commodore Admiral"
|
||||
- "Congressman"
|
||||
- "Congressman-Elect"
|
||||
- "Congresswoman"
|
||||
- "Congresswoman-Elect"
|
||||
- "Corporal"
|
||||
- "Cpl."
|
||||
- "CPO"
|
||||
- "CPT"
|
||||
- "CWO"
|
||||
- "Delegate-Elect"
|
||||
- "Dr."
|
||||
- "Drs."
|
||||
- "Ensign"
|
||||
- "Father"
|
||||
- "First Lieutenant"
|
||||
- "First Sergeant"
|
||||
- "Fleet Admiral"
|
||||
- "General"
|
||||
- "General of the Army"
|
||||
- "General of the Air Force"
|
||||
- "Gunnery Sergeant"
|
||||
- "Gy. Sgt."
|
||||
- "The Hon."
|
||||
- "The Hon. and Mr."
|
||||
- "The Honorable and Mr."
|
||||
- "The Honorable and Mrs."
|
||||
- "Lance Corporal"
|
||||
- "LCpl."
|
||||
- "Lieutenant"
|
||||
- "Lieutenant Colonel"
|
||||
- "Lieutenant Commander"
|
||||
- "Lieutenant General"
|
||||
- "Lieutenant Junior Grade"
|
||||
- "Lt."
|
||||
- "Lt. Cmdr."
|
||||
- "Lt. Col."
|
||||
- "Maj."
|
||||
- "Major"
|
||||
- "Major General"
|
||||
- "Master"
|
||||
- "Master Chief Petty Officer"
|
||||
- "Master Gunnery Sergeant"
|
||||
- "Midshipman"
|
||||
- "Miss"
|
||||
- "Mister"
|
||||
- "Mr."
|
||||
- "Mr. and Dr."
|
||||
- "Mr. and Mrs."
|
||||
- "Mrs."
|
||||
- "Ms."
|
||||
- "The Honorable"
|
||||
- "Pastor"
|
||||
- "Pastor and Mrs."
|
||||
- "Petty Officer First Class"
|
||||
- "Petty Officer Second Class"
|
||||
- "Petty Officer Third Class"
|
||||
- "PFC"
|
||||
- "Private"
|
||||
- "Private First Class"
|
||||
- "Pvt."
|
||||
- "Rabbi"
|
||||
- "Rabbi and Mrs."
|
||||
- "Representative"
|
||||
- "The Rev."
|
||||
- "The Rev. and Mrs."
|
||||
- "The Rev. Dr."
|
||||
- "The Rev. Dr. and Mrs."
|
||||
- "The Reverend and Mrs."
|
||||
- "The Reverend Doctor"
|
||||
- "The Reverend Doctor and mrs."
|
||||
- "Seaman"
|
||||
- "Seaman Apprentice"
|
||||
- "Seaman Recruit"
|
||||
- "Sen."
|
||||
- "Sen. and Mr."
|
||||
- "Sen. and Mrs."
|
||||
- "Senator"
|
||||
- "Senator and Mr."
|
||||
- "Senator and Mrs."
|
||||
- "Senator-Elect"
|
||||
- "Senior Airman"
|
||||
- "Senior Chief Petty Officer"
|
||||
- "Senior Master Sergeant"
|
||||
- "Senor"
|
||||
- "Senor and Senorita"
|
||||
- "Sergeant"
|
||||
- "Sergeant First Class"
|
||||
- "Sergeant Major"
|
||||
- "Sgt."
|
||||
- "Sgt. Maj."
|
||||
- "Sheriff"
|
||||
- "Sheriff and Mrs."
|
||||
- "Sister"
|
||||
- "SSgt."
|
||||
- "Staff Sergeant"
|
||||
- "Technical Sergeant"
|
||||
- "Warrant Officer"
|
||||
- "Your Highness"
|
||||
|
||||
- name: ctl00$ctl04$State
|
||||
selector: "#ctl00_ctl04_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$ctl04$IssuesList
|
||||
selector: "#ctl00_ctl04_IssuesList"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: "86000"
|
||||
Agriculture: "13974"
|
||||
Animals: "86001"
|
||||
Banking and Finance: "86002"
|
||||
Budget: "13975"
|
||||
Debt: "86003"
|
||||
Defense and Military: "13976"
|
||||
Drugs: "86004"
|
||||
Economy and Jobs: "86005"
|
||||
Education: "13977"
|
||||
Energy and Natural Resources: "86006"
|
||||
Environment: "86007"
|
||||
Foreign Affairs: "86008"
|
||||
Gun Issues: "86009"
|
||||
Health: "86010"
|
||||
Health - Medicare/Medicaid: "86011"
|
||||
Housing: "86012"
|
||||
Immigration: "86015"
|
||||
Judiciary: "86013"
|
||||
Labor: "86014"
|
||||
Pensions: "86016"
|
||||
Postal Issues: "86017"
|
||||
Religious Issues: "86018"
|
||||
Science and Technology: "86019"
|
||||
Social Security: "13982"
|
||||
Taxes: "86020"
|
||||
Thank You: "86021"
|
||||
Trade and Commerce: "86022"
|
||||
Transportation: "86023"
|
||||
Veterans Affairs: "13983"
|
||||
- check:
|
||||
- name: ctl00$ctl04$ReplyChoice
|
||||
selector: "#ctl00_ctl04_ReplyChoice_0"
|
||||
value: Respond
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl04_SubmitButton"
|
||||
- find:
|
||||
- value: "Thank you"
|
||||
selector: "span#ctl00_ctl04_ConfirmationText"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for taking the time to contact me
|
||||
@@ -1,127 +0,0 @@
|
||||
bioguide: B001265
|
||||
contact_form:
|
||||
method: POST
|
||||
action: http://www.begich.senate.gov/public/index.cfm?p=EmailSenator
|
||||
steps:
|
||||
- visit: http://www.begich.senate.gov/public/index.cfm?p=EmailSenator
|
||||
- fill_in:
|
||||
- name: field_2b70b74a-ecc8-4400-a00a-3e2310bec119
|
||||
selector: "#field_2b70b74a-ecc8-4400-a00a-3e2310bec119"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: field_d03a9c9a-6ec2-4955-b894-039654140331
|
||||
selector: "#field_d03a9c9a-6ec2-4955-b894-039654140331"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: field_338a7303-056d-4384-9cc8-3afe03235f3f
|
||||
selector: "#field_338a7303-056d-4384-9cc8-3afe03235f3f"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: field_2b2027a8-eee5-4d92-a364-e089d73d2239
|
||||
selector: "#field_2b2027a8-eee5-4d92-a364-e089d73d2239"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: field_87cc50a8-bb1f-4e34-a023-ced4045de70a
|
||||
selector: "#field_87cc50a8-bb1f-4e34-a023-ced4045de70a"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: Yes
|
||||
- name: field_a44410a8-23a7-46e1-8322-b1974df180fe
|
||||
selector: "#field_a44410a8-23a7-46e1-8322-b1974df180fe"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: Yes
|
||||
- name: field_90447f05-e815-4086-a53b-f251b4dad1b2
|
||||
selector: "#field_90447f05-e815-4086-a53b-f251b4dad1b2"
|
||||
value: "$PHONE"
|
||||
required: Yes
|
||||
- name: field_c1137f77-9ae2-4fec-889f-19719677b7cc
|
||||
selector: "#field_c1137f77-9ae2-4fec-889f-19719677b7cc"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: field_d24508f2-5857-4bae-8754-d56ab947684c
|
||||
selector: "#field_d24508f2-5857-4bae-8754-d56ab947684c"
|
||||
value: "$SUBJECT"
|
||||
- name: field_d2180027-cb93-40e2-bbd1-fbf0000e73ab
|
||||
selector: "#field_d2180027-cb93-40e2-bbd1-fbf0000e73ab"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- select:
|
||||
- name: field_e44f1f61-0457-470b-9379-1a112b474909
|
||||
selector: "#field_e44f1f61-0457-470b-9379-1a112b474909"
|
||||
value: "$NAME_PREFIX"
|
||||
required: Yes
|
||||
options:
|
||||
- "Mr."
|
||||
- "Mrs."
|
||||
- "Ms."
|
||||
- "Mr. and Mrs."
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "Dr. and Mr."
|
||||
- "Reverend"
|
||||
- "Pastor"
|
||||
- "Sister"
|
||||
- name: field_4d8c9f28-2856-4e80-a227-0b4150c84a12
|
||||
selector: "#field_4d8c9f28-2856-4e80-a227-0b4150c84a12"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: field_12c620ee-1e55-4fe7-84f7-cff595829417
|
||||
selector: "#field_12c620ee-1e55-4fe7-84f7-cff595829417"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options:
|
||||
"Aging and Seniors": "AGING"
|
||||
"Afghanistan": "AFGHANISTAN"
|
||||
"Agriculture": "AGR"
|
||||
"Alaska Native Issues": "ALASKAN NATIVES"
|
||||
"Arts ": "ARTS & HU_GENERAL"
|
||||
"Humanities": "Humanities"
|
||||
"Banking and Financial Services": "BANKING"
|
||||
"Budget": "BUD"
|
||||
"Campaign Finance/Elections": "CAMPAIGNS"
|
||||
"Civil Rights/Social Justice": "CIVIL RIG_VICTIMS"
|
||||
"Climate Change": "CLIMATE CHANGE"
|
||||
"Communications": "COMMUNICATION"
|
||||
"Congratulatory": "CONGRATS"
|
||||
"Defense": "DEFENSE"
|
||||
"Economy": "ECONOMY_GOVERNMENT"
|
||||
"Education": "EDUCATION"
|
||||
"Energy": "ENE"
|
||||
"Environment/Public Works": "ENV"
|
||||
"Fisheries": "FISHERIES"
|
||||
"Flag Requests": "FLAGS"
|
||||
"Foreign Affairs": "FOREIGN AFFAIRS"
|
||||
"Government Affairs": "GOV"
|
||||
"Grants": "GRANTS"
|
||||
"Health Care": "HEA"
|
||||
"Homeland Security": "HOMELAND SECURITY"
|
||||
"Housing": "HOUSING"
|
||||
"Immigration": "IMM"
|
||||
"Interior/Forestry": "INTERIOR"
|
||||
"Internships": "INTERNSHIPS"
|
||||
"Judicial Issues": "JUD"
|
||||
"Iraq": "IRAQ"
|
||||
"Labor": "LABOR"
|
||||
"Medicare/Medicaid": "MEDICARE"
|
||||
"Nominations": "NOMINATIONS"
|
||||
"Postal": "POSTAL"
|
||||
"Reproductive Health": "HEALTH_FAMILY PLA"
|
||||
"Retirement": "RETIREMENT"
|
||||
"Science and Technology": "SCIENCE & TECH"
|
||||
"Second Amendment Issues": "SECOND AMENDMENT"
|
||||
"Small Business": "SMALL BUSINESS"
|
||||
"Social Security": "SSEC"
|
||||
"Taxes": "TAX"
|
||||
"Tickets and Tours": "TOURREQ"
|
||||
"Trade": "TRADE"
|
||||
"Transportation": "TRA"
|
||||
"Veterans": "VET"
|
||||
"Welfare/Food Stamps": "WEL"
|
||||
"Wildlife ": "WILDLIFE"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: ".buttonHolder input"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for writing"
|
||||
@@ -1,122 +0,0 @@
|
||||
bioguide: B001279
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://barber.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm #submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
@@ -1,122 +0,0 @@
|
||||
bioguide: B001280
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://bentivolio.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Yes, please contact me"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Email Me - Thank You
|
||||
@@ -1,95 +0,0 @@
|
||||
bioguide: C000071
|
||||
contact_form:
|
||||
method: get
|
||||
action: /Contact/ContactForm.htm
|
||||
steps:
|
||||
- visit: "http://camp.house.gov/contact/"
|
||||
- fill_in:
|
||||
- name: zip5
|
||||
selector: "form.zipform input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- 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']"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form[name='contact'] input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form[name='contact'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form[name='contact'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form[name='contact'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form[name='contact'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form[name='contact'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- name: cell
|
||||
selector: "form[name='contact'] input[name='cell']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form[name='contact'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form[name='contact'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form[name='contact'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Abortion: AB
|
||||
Budget: BUD
|
||||
Congressional Ethics: CONETHICS
|
||||
Defense: DEF
|
||||
Economy: ECON
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Gun Control: GUN
|
||||
Health: HE
|
||||
Homeland Security: DHS
|
||||
Housing: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INTREL
|
||||
Iraq: IRAQ
|
||||
Labor: LABOR
|
||||
Medicare: MED
|
||||
Prescription Drugs: HE_DRUG
|
||||
Social Security: SS
|
||||
Taxes: TAX
|
||||
Trade: TRADE
|
||||
Telecommunications: TEL
|
||||
Transportation: TRAN
|
||||
Veterans: VET
|
||||
Others: GEN
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form[name='contact'] input[type='submit'][value='Send Email']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information was emailed to
|
||||
@@ -1,261 +0,0 @@
|
||||
bioguide: C000286
|
||||
contact_form:
|
||||
method: POST
|
||||
action: http://www.senate.gov/cgi-bin/webform.iq2
|
||||
steps:
|
||||
- visit: http://www.chambliss.senate.gov/public/index.cfm?p=Email
|
||||
- fill_in:
|
||||
- name: B01
|
||||
selector: "#B01"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: C01
|
||||
selector: "#C01"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: D01
|
||||
selector: "#D01"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: E01
|
||||
selector: "#E01"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: F01
|
||||
selector: "#F01"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: Yes
|
||||
- name: H01
|
||||
selector: "#H01"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: Yes
|
||||
- name: H10
|
||||
selector: "#H10"
|
||||
value: "$PHONE"
|
||||
required: Yes
|
||||
- name: I01
|
||||
selector: "#I01"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: msub
|
||||
selector: "#msub"
|
||||
value: "$SUBJECT"
|
||||
required: Yes
|
||||
- name: K01
|
||||
selector: "#K01"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- select:
|
||||
- name: A01
|
||||
selector: "#A01"
|
||||
value: "$NAME_PREFIX"
|
||||
required: Yes
|
||||
options:
|
||||
- "Mr."
|
||||
- "Mrs."
|
||||
- "Mr.and Mrs."
|
||||
- "Ms."
|
||||
- "Miss"
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "Dr. and Mr."
|
||||
- "Rev."
|
||||
- "Rev. and Mrs."
|
||||
- "Rev. and Mr."
|
||||
- "Father"
|
||||
- "The Honorable"
|
||||
- "Rabbi"
|
||||
- "---Army---"
|
||||
- "General of the Army"
|
||||
- "General, Army Chief of Staff"
|
||||
- "Major General"
|
||||
- "Brigadier General"
|
||||
- "Colonel"
|
||||
- "Lieutenant Colonel"
|
||||
- "Major"
|
||||
- "Captain"
|
||||
- "First Lieutenant"
|
||||
- "Second Lieutenant"
|
||||
- "Chief Warrant Officer 5"
|
||||
- "Chief Warrant Officer 4"
|
||||
- "Chief Warrant Officer 3"
|
||||
- "Chief Warrant Officer 2"
|
||||
- "Warrant Officer 1"
|
||||
- "Sergeant Major of the Army"
|
||||
- "Commander Sergeant Major"
|
||||
- "Sergeant Major"
|
||||
- "First Sergeant"
|
||||
- "Master Sergeant"
|
||||
- "Sergeant First Class"
|
||||
- "Staff Sergeant"
|
||||
- "Sergeant"
|
||||
- "Corporal"
|
||||
- "Specialist"
|
||||
- "Private First Class"
|
||||
- "Private"
|
||||
- "---Navy---"
|
||||
- "Fleet Admiral"
|
||||
- "Admiral, Chief of Naval Operations"
|
||||
- "Vice Admiral"
|
||||
- "Rear Admiral"
|
||||
- "Captain"
|
||||
- "Commander"
|
||||
- "Lieutenant Commander"
|
||||
- "Lieutenant"
|
||||
- "Lieutenant Junior Grade"
|
||||
- "Ensign"
|
||||
- "Chief Warrant Officer 5"
|
||||
- "Chief Warrant Officer 4"
|
||||
- "Chief Warrant Officer 3"
|
||||
- "Chief Warrant Officer 2"
|
||||
- "Warrant Officer 1"
|
||||
- "Master Chief Petty Officer of the Navy"
|
||||
- "Fleet/Command Master Chief Petty Officer"
|
||||
- "Master Chief Petty Officer"
|
||||
- "Senior Chief Petty Officer"
|
||||
- "Chief Petty Officer"
|
||||
- "Petty Officer First Class"
|
||||
- "Petty Officer Second Class"
|
||||
- "Petty Officer Third Class"
|
||||
- "Seaman"
|
||||
- "Seaman Apprentice"
|
||||
- "Seaman Recruit"
|
||||
- "---Marines---"
|
||||
- "General, Commandant of the Marine Corps"
|
||||
- "Lieutenant General"
|
||||
- "Major General"
|
||||
- "Brigadier General"
|
||||
- "Colonel"
|
||||
- "Lieutenant Colonel"
|
||||
- "Major"
|
||||
- "Captain"
|
||||
- "First Lieutenant"
|
||||
- "Second Lieutenant"
|
||||
- "Chief Warrant Officer 5"
|
||||
- "Chief Warrant Officer 4"
|
||||
- "Chief Warrant Officer 3"
|
||||
- "Chief Warrant Officer 2"
|
||||
- "Warrant Officer 1"
|
||||
- "Sergeant Major of the Marine Corps"
|
||||
- "Sergeant Major"
|
||||
- "Master Gunnery Sergeant"
|
||||
- "First Sergeant"
|
||||
- "Master Sergeant"
|
||||
- "Gunnery Sergeant"
|
||||
- "Staff Sergeant"
|
||||
- "Sergeant"
|
||||
- "Corporal"
|
||||
- "Lance Corporal"
|
||||
- "Private First Class"
|
||||
- "Private"
|
||||
- "---Air Force---"
|
||||
- "General of the Air Force"
|
||||
- "General, Air Force Chief of Staff"
|
||||
- "Lieutenant General"
|
||||
- "Major General"
|
||||
- "Brigadier General"
|
||||
- "Colonel"
|
||||
- "Lieutenant Colonel"
|
||||
- "Major"
|
||||
- "Captain"
|
||||
- "First Lieutenant"
|
||||
- "Second Lieutenant"
|
||||
- "Chief Master Sergeant of the Air Force"
|
||||
- "Command Chief Master Sergeant"
|
||||
- "Chief Master Sergeant"
|
||||
- "Senior Master Sergeant"
|
||||
- "First Sergeant"
|
||||
- "Master Sergeant"
|
||||
- "Technical Sergeant"
|
||||
- "Staff Sergeant"
|
||||
- "Senior Airman"
|
||||
- "Airman First Class"
|
||||
- "Airman Basic"
|
||||
- "Airman Basic"
|
||||
- "---Coast Guard---"
|
||||
- "Admiral, Commandant of the Coast Guard"
|
||||
- "Vice Admiral"
|
||||
- "Rear Admiral"
|
||||
- "Captain"
|
||||
- "Commander"
|
||||
- "Lieutenant Commander"
|
||||
- "Lieutenant"
|
||||
- "Lieutenant (Junior Grade)"
|
||||
- "Ensign"
|
||||
- "Chief Warrant Officer 4"
|
||||
- "Chief Warrant Officer 3"
|
||||
- "Chief Warrant Officer 2"
|
||||
- "Master Chief Petty Officer of the Coast Guard"
|
||||
- "Fleet/Command Master Chief Petty Officer"
|
||||
- "Master Chief Petty Officer"
|
||||
- "Senior Chief Petty Officer"
|
||||
- "Chief Petty Officer"
|
||||
- "Petty Officer First Class"
|
||||
- "Petty Officer Second Class"
|
||||
- "Petty Officer Third Class"
|
||||
- "Airman, Fireman, or Seaman"
|
||||
- "Airman, Fireman, or Seaman Apprentice"
|
||||
- "Airman, Fireman, or Seaman Recruit"
|
||||
- name: G01
|
||||
selector: "#G01"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: J01
|
||||
selector: "#J01"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options:
|
||||
"Please Select a Topic": "no topic selected"
|
||||
"Abortion": "abort"
|
||||
"Agriculture": "ag"
|
||||
"Arts": "arts"
|
||||
"Aviation": "av"
|
||||
"Banking": "bank"
|
||||
"Budget": "bud"
|
||||
"Business": "bus"
|
||||
"Civil Rights": "civright"
|
||||
"Crime/Drugs": "crime"
|
||||
"Defense and Military": "def"
|
||||
"Economy": "econ"
|
||||
"Education": "ed"
|
||||
"Energy": "en"
|
||||
"Environment": "env"
|
||||
"Flag Request": "flag"
|
||||
"Foreign Affairs": "foraff"
|
||||
"Guns": "gun"
|
||||
"Health": "hlth"
|
||||
"Homeland Security": "hmld"
|
||||
"Housing": "hud"
|
||||
"Immigration ": "immig"
|
||||
"Inauguration Ticket Request": "inaug"
|
||||
"Indian Affairs": "indian"
|
||||
"Intelligence": "intell"
|
||||
"Judiciary": "jud"
|
||||
"Labor": "labor"
|
||||
"Passport Request": "pass"
|
||||
"Postal": "post"
|
||||
"Scheduling Request": "sched"
|
||||
"Science & Technology": "sci"
|
||||
"Seniors": "senior"
|
||||
"Small Business": "smbus"
|
||||
"Social Security": "SS"
|
||||
"Taxes": "tax"
|
||||
"Telecomm": "telecom"
|
||||
"Tour Request": "tour"
|
||||
"Trade": "trade"
|
||||
"Transportation": "trans"
|
||||
"Veterans Affairs": "vet"
|
||||
"Welfare": "Wel"
|
||||
- check:
|
||||
- name: J10
|
||||
selector: "#J10"
|
||||
value: Yes
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: ".primaryAction"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Form submitted successfully"
|
||||
|
||||
@@ -1,121 +0,0 @@
|
||||
bioguide: C000380
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://donnachristensen.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Badger Army Ammunition Plant: BAAP
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Guns: GUN
|
||||
Health: HE
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IM
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SS
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: COMM
|
||||
Transportation: TRAN
|
||||
Trade: TRD
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Other Issues: OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,130 +0,0 @@
|
||||
bioguide: C000560
|
||||
contact_form:
|
||||
method: POST
|
||||
action: "http://www.coburn.senate.gov/public/?p=ContactForm#form_904650a1-34fd-4705-aec9-87815cbf9cb4"
|
||||
steps:
|
||||
- visit: "http://www.coburn.senate.gov/public/?p=ContactForm#form_904650a1-34fd-4705-aec9-87815cbf9cb4"
|
||||
- fill_in:
|
||||
- name: field_9292335e-af42-4ba3-8197-25dacd4778ea
|
||||
selector: "#field_9292335e-af42-4ba3-8197-25dacd4778ea"
|
||||
value: "$NAME_FIRST"
|
||||
required: yes
|
||||
- name: field_d827972b-1144-4778-9575-18275aeaa833
|
||||
selector: "#field_d827972b-1144-4778-9575-18275aeaa833"
|
||||
value: "$NAME_LAST"
|
||||
required: yes
|
||||
- name: field_3821a33e-c588-4dd3-bc7f-6dc8154430d6
|
||||
selector: "#field_3821a33e-c588-4dd3-bc7f-6dc8154430d6"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: yes
|
||||
- name: field_db40c7d2-ca77-4330-b41c-f48675da84b8
|
||||
selector: "#field_db40c7d2-ca77-4330-b41c-f48675da84b8"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: field_fe40d624-597b-4c8e-8869-a56d6c08aedf
|
||||
selector: "#field_fe40d624-597b-4c8e-8869-a56d6c08aedf"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: yes
|
||||
- name: field_34b0ea8c-664a-49cb-bb5c-0459db3dc363
|
||||
selector: "#field_34b0ea8c-664a-49cb-bb5c-0459db3dc363"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: yes
|
||||
- name: field_af052d25-a6c0-4e82-992e-d27a4d546e2d
|
||||
selector: "#field_af052d25-a6c0-4e82-992e-d27a4d546e2d"
|
||||
value: "$PHONE"
|
||||
- name: field_386ff979-888f-4f17-9e4e-e715397f8ea5
|
||||
selector: "#field_386ff979-888f-4f17-9e4e-e715397f8ea5"
|
||||
value: "$EMAIL"
|
||||
required: yes
|
||||
- name: field_3765409a-3e16-4054-816b-df3329e02e57
|
||||
selector: "#field_3765409a-3e16-4054-816b-df3329e02e57"
|
||||
value: "$MESSAGE"
|
||||
required: yes
|
||||
- name: recaptcha_response_field
|
||||
selector: "#recaptcha_response_field"
|
||||
captcha_selector: "#recaptcha_image img"
|
||||
captcha_id_selector: "#recaptcha_challenge_field"
|
||||
value: "$CAPTCHA_SOLUTION"
|
||||
required: yes
|
||||
- select:
|
||||
- name: field_1749809d-b00e-4f85-bdd9-9656f3b80d97
|
||||
selector: "#field_1749809d-b00e-4f85-bdd9-9656f3b80d97"
|
||||
value: "$NAME_PREFIX"
|
||||
required: yes
|
||||
options:
|
||||
- "Mr."
|
||||
- "Ms."
|
||||
- "Mrs."
|
||||
- "Mr. and Mrs."
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "Mr. and Dr."
|
||||
- "Dr. and Dr."
|
||||
- name: field_4ed336bd-83df-464f-a6e8-876f2d23a79d
|
||||
selector: "#field_4ed336bd-83df-464f-a6e8-876f2d23a79d"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: field_395a5e58-55eb-4d30-9edb-07155c509bbc
|
||||
selector: "#field_395a5e58-55eb-4d30-9edb-07155c509bbc"
|
||||
value: "$TOPIC"
|
||||
required: yes
|
||||
options:
|
||||
"Agriculture": "AG"
|
||||
"Animals": "ANIMALS"
|
||||
"Anti-Terrorism": "HOM-ANTI_TER"
|
||||
"Appropriations": "APPRO-GEN"
|
||||
"Banking": "BANK"
|
||||
"Budget": "BUD"
|
||||
"Census": "CENSUS"
|
||||
"Civil Liberties": "CIVIL_LIB"
|
||||
"Commerce": "CMRC"
|
||||
"Congress/Government Operations": "CONG"
|
||||
"Constitutional Rights": "CONST"
|
||||
"Debt": "DEBT"
|
||||
"Disease": "DISEASE"
|
||||
"Earmarks / Pork": "EARMARKS"
|
||||
"Economy": "ECON"
|
||||
"Education": "ED"
|
||||
"Election Law": "ELECTION"
|
||||
"Energy": "ENERGY"
|
||||
"Environment": "ENV"
|
||||
"Foreign Affairs": "FOR"
|
||||
"Guns": "GUN"
|
||||
"Health Care / Medicare": "HEA"
|
||||
"Holds": "HOLDS"
|
||||
"Homeland Security": "HOM"
|
||||
"Housing": "HUD"
|
||||
"Immigration": "IMM"
|
||||
"Indian Affairs": "INDIANS"
|
||||
"Insurance": "INSU"
|
||||
"Intellectual Property": "IP"
|
||||
"Judiciary": "JUD"
|
||||
"Labor": "LAB"
|
||||
"Military": "MIL"
|
||||
"NASA": "NASA"
|
||||
"Pensions": "LAB-PENSION"
|
||||
"Postal Service": "POST"
|
||||
"Sanctity of Life": "PROLIFE"
|
||||
"Science": "SCIENCE"
|
||||
"Social Issues": "Social"
|
||||
"Social Security": "SS"
|
||||
"Taxes": "TAX"
|
||||
"Telecommunications": "TELECOMM"
|
||||
"Trade": "TRADE"
|
||||
"Transportation": "TRANS"
|
||||
"Veterans": "VET"
|
||||
"War on Terror / Iraq / Afghan": "WAR"
|
||||
"Welfare": "WEL"
|
||||
- choose:
|
||||
- name: "field_d401e225-88e5-407f-8efa-da1a2e2b979e"
|
||||
selector: "#field_d401e225-88e5-407f-8efa-da1a2e2b979e_1"
|
||||
value: "Y"
|
||||
required: Yes
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: ".uniForm input[type='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for taking your time to contact me"
|
||||
@@ -1,143 +0,0 @@
|
||||
bioguide: C001046
|
||||
contact_form:
|
||||
method: post
|
||||
action: va07.php
|
||||
steps:
|
||||
- visit: "http://form-cantor.house.gov/index.php"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: first
|
||||
selector: "#first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: last
|
||||
selector: "#last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: addr1
|
||||
selector: "#addr1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: addr2
|
||||
selector: "#addr2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: state
|
||||
selector: "#state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: email
|
||||
selector: "#email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- click_on:
|
||||
- selector: "#validate_name_address"
|
||||
- find:
|
||||
- selector: "#subject"
|
||||
- fill_in:
|
||||
- name: subject
|
||||
selector: "#subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: msg
|
||||
selector: "#msg"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: topics
|
||||
selector: "#topics"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
- Abortion
|
||||
- Agriculture
|
||||
- Animal Welfare
|
||||
- Arts and Humanities
|
||||
- Aviation
|
||||
- Border Security/Immigration
|
||||
- Budget
|
||||
- Business
|
||||
- Campaign Finance
|
||||
- Casework
|
||||
- Cheseapeake Bay
|
||||
- Consumer Affairs
|
||||
- Crime/Law Enforcement
|
||||
- Defense/Military
|
||||
- Economy
|
||||
- Education
|
||||
- Energy
|
||||
- Environment
|
||||
- Ethics
|
||||
- Family Issues
|
||||
- Federal Budget
|
||||
- Federal Emergency Management Agency
|
||||
- Financial Services
|
||||
- Gas and Oil Prices
|
||||
- Gun Control
|
||||
- "Health: General"
|
||||
- "Health: Medicaid"
|
||||
- "Health: Medicare"
|
||||
- Homeland Security/Terrorism
|
||||
- Housing
|
||||
- Immigration
|
||||
- International Relations
|
||||
- Internet
|
||||
- Internship
|
||||
- Judicial Nominations/Supreme Court
|
||||
- Labor
|
||||
- National Parks
|
||||
- Natural Resources
|
||||
- Pensions
|
||||
- Postal Issues
|
||||
- Religion
|
||||
- Science
|
||||
- Small Business
|
||||
- Social Security and Pensions
|
||||
- Taxes
|
||||
- Telecommunications
|
||||
- Terrorism
|
||||
- Trade
|
||||
- Transportation
|
||||
- Transportation Authorization
|
||||
- Unemployment
|
||||
- Veterans Affairs
|
||||
- Welfare
|
||||
- click_on:
|
||||
- selector: "#validate_user_comments"
|
||||
- find:
|
||||
- selector: "#response_requested"
|
||||
- check:
|
||||
- name: contact_pref
|
||||
selector: "#response_requested"
|
||||
value: response requested
|
||||
- uncheck:
|
||||
- name: list
|
||||
selector: "#list"
|
||||
value: "true"
|
||||
- click_on:
|
||||
- selector: "#validate_user_response"
|
||||
- find:
|
||||
- selector: "#fancybox-close"
|
||||
- click_on:
|
||||
- selector: "#fancybox-close"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank You!"
|
||||
|
||||
@@ -1,108 +0,0 @@
|
||||
bioguide: C001047
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-shelley/
|
||||
steps:
|
||||
- visit: "https://capitoforms.house.gov/email-shelley/"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: input.button
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#custom_form6 input[name='street2']"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip2"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
- name: subject
|
||||
selector: "#req_subject"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Constituent Service: WEBCST
|
||||
Grant Requests: WEBGRT
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education/Labor: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environment: WEBENV
|
||||
International: WEBINT
|
||||
Government Reform: WEBGOV
|
||||
Health Care: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
Judiciary: WEBJUD
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Telecommunications: WEBTEL
|
||||
Taxes and Trade: WEBTAX
|
||||
Transportation: WEBTRA
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other: WEBOTH
|
||||
- name: response
|
||||
selector: "#req_response"
|
||||
value: "Y"
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#submitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for submitting your information
|
||||
@@ -1,175 +0,0 @@
|
||||
bioguide: C001064
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://campbell.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: "#zipauthform input.button"
|
||||
- find:
|
||||
- selector: "form[name='custom_form']"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
Other: Other
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: CA
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGRICULTURE
|
||||
California or 45th District Issues: STATE_DISTRICT
|
||||
Crime and Victims Rights: CRIME
|
||||
Defense: DEFENSE
|
||||
Domestic Issues: DOMESTIC
|
||||
Earmark Reform: EARMARK
|
||||
Economy/Jobs: ECONOMY
|
||||
Education: EDUCATION
|
||||
Energy: ENERGY
|
||||
Environment: ENVIRONMENT
|
||||
Federal Budget: BUDGET
|
||||
Foreign Affairs: FOREIGN_AFFAIRS
|
||||
Financial Services: FINANCIAL_SERVICES
|
||||
Government Affairs: GOVERNMENT_AFFAIRS
|
||||
Gun Issues: GUNS
|
||||
Healthcare: HEALTHCARE
|
||||
Homeland Security: HOMELAND_SECURITY
|
||||
Housing: HOUSING
|
||||
Immigration: IMMIGRATION
|
||||
Medicare: MEDICARE
|
||||
Other: OTHER
|
||||
Postal Issues: POSTAL
|
||||
Social Issues: SOCIAL
|
||||
Social Security: SOCIAL_SECURITY
|
||||
Taxes: TAXES
|
||||
Trade: TRADE
|
||||
Telecommunications: TELECOMMUNICATIONS
|
||||
Transportation: TRANSPORTATION
|
||||
Veterans: VETERANS
|
||||
Wildlife and Domesticated Animal Issues: ANIMALS
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- value: "Thank you"
|
||||
selector: "h1"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted.
|
||||
@@ -1,118 +0,0 @@
|
||||
bioguide: C001075
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://cassidy.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "input[value='Go To Next Step']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "input[value='Send Email']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,119 +0,0 @@
|
||||
bioguide: C001095
|
||||
contact_form:
|
||||
method: POST
|
||||
action: "https://cotton.house.gov/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: https://cotton.house.gov/contact/email-me
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: Yes
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
- click_on:
|
||||
- value: "Go To Next Step"
|
||||
selector: "#submit.submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: Yes
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: Yes
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: Yes
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: Yes
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: Yes
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: Yes
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: Yes
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: Yes
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: Yes
|
||||
options:
|
||||
"Agriculture": "AGR"
|
||||
"Animals": "AN"
|
||||
"Arts and Humanities": "ART"
|
||||
"Banking and Finance": "BANK"
|
||||
"Budget and Economy": "BUD"
|
||||
"Campaign Finance Reform": "CFR"
|
||||
"Congress and Elections": "CONG"
|
||||
"District of Columbia--Tours": "TOUR"
|
||||
"Defense and Military": "DEF"
|
||||
"Economy": "ECON"
|
||||
"Education": "EDU"
|
||||
"Energy": "ENE"
|
||||
"Environment": "ENV"
|
||||
"Federal Employees": "FED"
|
||||
"Foreign Relations": "FR"
|
||||
"Government Reform": "GOV"
|
||||
"Guns": "GUN"
|
||||
"Health": "HEA"
|
||||
"Homeland Security": "HOM"
|
||||
"Housing and Urban Development": "HUD"
|
||||
"Immigration": "IMM"
|
||||
"International Relations": "INT"
|
||||
"Judiciary": "JUD"
|
||||
"Labor": "LAB"
|
||||
"LGBT": "LGBT"
|
||||
"No Response Necessary": "NRN"
|
||||
"Post Office": "POST"
|
||||
"Science and Technology": "SCI"
|
||||
"Social Issues": "SOC"
|
||||
"Senior Citizens": "SENIORS"
|
||||
"Social Security": "SSEC"
|
||||
"Social Services": "SOC.SERVICES"
|
||||
"Taxes": "TAX"
|
||||
"Telecommunications": "TEL"
|
||||
"Transportation": "TRA"
|
||||
"Trade": "TRADE"
|
||||
"Veterans": "VET"
|
||||
"Women's Issues": "WOMEN"
|
||||
"Welfare": "WEL"
|
||||
"Other Issues": "OTHER"
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: Yes
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: "Send Email"
|
||||
selector: "#submit.submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "THANK YOU"
|
||||
@@ -1,117 +0,0 @@
|
||||
bioguide: D000355
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://dingell.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Animal Rights: WEBANI
|
||||
Banking and Finance: WEBBNK
|
||||
Children and Families: WEBFAM
|
||||
Civil Rights: WEBCR
|
||||
Crime: WEBJUD
|
||||
Defense and Military: WEBDEF
|
||||
Economy and Budget: WEBBUD
|
||||
Education and Schools: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environment: WEBENV
|
||||
Ethics: WEBETH
|
||||
International Relations: WEBINT
|
||||
Government Reform: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Housing and Foreclosures: WEBHOU
|
||||
Human Rights: WEBHR
|
||||
Immigration: WEBIMM
|
||||
Intellectual Property: WEBINTPROP
|
||||
Labor: WEBLAB
|
||||
Postal Issues: WEBPOST
|
||||
Science and Technology: WEBSCI
|
||||
Small Business: WEBSMB
|
||||
Social Security: WEBSSEC
|
||||
Telecommunications: WEBTEL
|
||||
Taxes: WEBTAX
|
||||
Transportation: WEBTRA
|
||||
Trade: WEBTRD
|
||||
Veterans: WEBVET
|
||||
Water Issues: WEBWAT
|
||||
"Women's Issues": WEBWMN
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
@@ -1,156 +0,0 @@
|
||||
bioguide: D000618
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://daines.house.gov/email-me1"
|
||||
- find:
|
||||
- selector: "#custom_form42"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
Other: Other
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Budget: BUD
|
||||
Defense: DEF
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environmental: ENV
|
||||
Government Issues: GOV
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judicial: JUD
|
||||
Labor: LAB
|
||||
Social Issues: SOC
|
||||
Social Security: SSEC
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
Welfare: WEL
|
||||
Other Issues: OTH
|
||||
- uncheck:
|
||||
- name: newsletter
|
||||
selector: "#newsletter"
|
||||
value: "1"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for contacting me!"
|
||||
@@ -1,127 +0,0 @@
|
||||
bioguide: E000292
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "http://enyart.house.gov/contact"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: false
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- uncheck:
|
||||
- name: subscribe
|
||||
selector: "#subscribe"
|
||||
value: Email.Optin
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
|
||||
@@ -1,120 +0,0 @@
|
||||
bioguide: F000010
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc/email-me.txt%26display%3D/contact/email-me/email-me-thank-you%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://faleomavaega.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#contactForm input[name='required-valid-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Email Me - Thank You
|
||||
@@ -1,86 +0,0 @@
|
||||
bioguide: G000549
|
||||
contact_form:
|
||||
method: post
|
||||
action: /submit-contact.aspx
|
||||
steps:
|
||||
- visit: "https://gerlach.house.gov/contact/contactform.htm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form[name='contact'] input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form[name='contact'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form[name='contact'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form[name='contact'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form[name='contact'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form[name='contact'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- name: zip4
|
||||
selector: "form[name='contact'] input[name='zip4']"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "form[name='contact'] input[name='phone']"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-email
|
||||
selector: "form[name='contact'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form[name='contact'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form[name='contact'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture / Farmland: AG
|
||||
Abortion: ABORTION
|
||||
Budget: BUD
|
||||
Congressional Ethics: CONETHICS
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
"Banks, Mutual Funds, Etc.": FINANCIAL SERVICES
|
||||
Guns: GUNS
|
||||
Health: HEALTH
|
||||
Homeland Security: DHS
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: IR
|
||||
Labor: LAB
|
||||
Medicare: MEDICARE
|
||||
Social Security: SS
|
||||
Taxes: TAX
|
||||
Trade: TRADE
|
||||
Telecommunications: TEL
|
||||
Transportation: TRAN
|
||||
Veterans: VET
|
||||
Others: GENERAL
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form[name='contact'] input[type='submit'][value='Send Email']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thanks for writing my office.
|
||||
@@ -1,74 +0,0 @@
|
||||
bioguide: G000550
|
||||
contact_form:
|
||||
method: post
|
||||
action: /htbin/formproc/formgingrey/IMA/issue_file.txt&display=/formgingrey/IMA/issue_thank_you.htm/
|
||||
steps:
|
||||
- visit: "http://www.house.gov/formgingrey/IMA/issue.htm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: required-email
|
||||
selector: "input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: WEB.AB
|
||||
Agriculture Issues: WEB.AG
|
||||
Crime and Punishment: WEB.CP
|
||||
Defense: WEB.DEF
|
||||
Educational Issues: WEB.ED
|
||||
Energy Issues: WEB.EG
|
||||
Environment: WEB.EN
|
||||
Foreign Affairs: WEB.FA
|
||||
Foreign Commerce/Trade: WEB.FC
|
||||
Government Reform: WEB.GR
|
||||
Homeland Security: WEB.HS
|
||||
Immigration Issues: WEB.IM
|
||||
Interior Issues: WEB.IN
|
||||
Healthcare Issues: WEB.HC
|
||||
Medicare: WEB.MC
|
||||
Second Amendment/"Right to Bear Arms": WEB.SA
|
||||
Social/Religious Issues: WEB.SI
|
||||
Social Security: WEB.SS
|
||||
Taxes: WEB.TX
|
||||
Veterans Issues: WEB.VT
|
||||
Other Issues: WEB.OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "input[type='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for contacting me"
|
||||
@@ -1,115 +0,0 @@
|
||||
bioguide: G000562
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://gardner.house.gov/contact-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
Government Issues: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
International Relations: WEBINT
|
||||
Judicial: WEBJUD
|
||||
Labor: WEBLAB
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Taxes: WEBTAX
|
||||
Telecommunications: WEBTEL
|
||||
Transportation: WEBTRA
|
||||
Trade: WEBTRADE
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other Issues: WEBOTH
|
||||
- check:
|
||||
- name: speech
|
||||
selector: "#speech_0"
|
||||
value: Voice
|
||||
- uncheck:
|
||||
- name: optin-field
|
||||
selector: "#contactForm input[name='optin-field']"
|
||||
value: optin
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
@@ -1,131 +0,0 @@
|
||||
bioguide: G000567
|
||||
contact_form:
|
||||
method: post
|
||||
action: ""
|
||||
steps:
|
||||
- visit: "https://timgriffinforms.house.gov/forms/writeyourrep/"
|
||||
- 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
|
||||
- name: ctl00$ctl08$CampaignID
|
||||
selector: "#ctl00_ctl08_CampaignID"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl08$CampaignInfo
|
||||
selector: "#ctl00_ctl08_CampaignInfo"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- select:
|
||||
- name: ctl00$ctl08$PrefixList
|
||||
selector: "#ctl00_ctl08_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Dr.
|
||||
- Ms.
|
||||
- Mrs.
|
||||
- The Honorable
|
||||
- Brother
|
||||
- Sister
|
||||
- Rev.
|
||||
- Father
|
||||
- name: ctl00$ctl08$IssuesList
|
||||
selector: "#ctl00_ctl08_IssuesList"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
"": "25403"
|
||||
Academy Nomination: "24036"
|
||||
Agriculture and Food: "20589"
|
||||
Animals: "20584"
|
||||
Armed Forces and National Security: "20554"
|
||||
"Arts, Culture, Religion": "20527"
|
||||
"Civil Rights and Liberties, Minority Issues": "20511"
|
||||
Commerce: "20493"
|
||||
"Congratulations -- Eagle Scout ": "24074"
|
||||
Congratulations -- General: "24076"
|
||||
Congress: "20471"
|
||||
Crime and Law Enforcement: "20457"
|
||||
Education: "20588"
|
||||
Emergency Management: "20398"
|
||||
Energy: "20389"
|
||||
Environment: "20026"
|
||||
Environmental Protection: "20372"
|
||||
Families: "20357"
|
||||
Finance and Financial Sector: "20347"
|
||||
Flag Request: "24063"
|
||||
Foreign Policy: "20025"
|
||||
Foreign Trade and International Finance: "20330"
|
||||
Government Operations and Politics: "20316"
|
||||
Health Care: "20587"
|
||||
Homeland Security: "20023"
|
||||
Housing and Community Development: "20220"
|
||||
Immigration: "20206"
|
||||
International Affairs: "20196"
|
||||
Labor and Employment: "20176"
|
||||
Law: "20160"
|
||||
Little Rock Air Force Base: "73291"
|
||||
Medicaid: "20241"
|
||||
Medicare: "20236"
|
||||
Native Americans: "20142"
|
||||
Private Legislation: "20028"
|
||||
Public Lands and Natural Resources: "20135"
|
||||
Reducing the Debt: "20431"
|
||||
Repeal Con: "24029"
|
||||
Repeal Pro: "24028"
|
||||
Request -- General: "27229"
|
||||
Retirement Security: "20027"
|
||||
"Science, Technology, Communications": "20120"
|
||||
Social Sciences and History: "20096"
|
||||
Social Security: "73290"
|
||||
Social Welfare: "20088"
|
||||
Sports and Recreation: "20082"
|
||||
Tax Reform: "20024"
|
||||
Taxation: "20074"
|
||||
Tour Request: "24073"
|
||||
Transportation and Public Works: "20586"
|
||||
Veterans Affairs: "20022"
|
||||
Water Resources Development: "20039"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl08_SubmitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for your message.
|
||||
@@ -1,123 +0,0 @@
|
||||
bioguide: G000572
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://gallego.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#emailForm input[name='required-zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#contactForm input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#contactForm input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#contactForm input[name='required-valid-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- uncheck:
|
||||
- name: subscribe
|
||||
selector: "#subscribe"
|
||||
value: Email.Optin
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank You
|
||||
|
||||
@@ -1,139 +0,0 @@
|
||||
bioguide: G000573
|
||||
contact_form:
|
||||
method: post
|
||||
action: ""
|
||||
steps:
|
||||
- visit: "http://garciaforms.house.gov/email-me/"
|
||||
- fill_in:
|
||||
- name: ctl00$ctl12$FirstName
|
||||
selector: "#ctl00_ctl12_FirstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: ctl00$ctl12$LastName
|
||||
selector: "#ctl00_ctl12_LastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: ctl00$ctl12$Street
|
||||
selector: "#ctl00_ctl12_Street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: ctl00$ctl12$City
|
||||
selector: "#ctl00_ctl12_City"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: ctl00$ctl12$Zip
|
||||
selector: "#ctl00_ctl12_Zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: ctl00$ctl12$Phone
|
||||
selector: "#ctl00_ctl12_Phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: ctl00$ctl12$Email
|
||||
selector: "#ctl00_ctl12_Email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: ctl00$ctl12$Subject
|
||||
selector: "#ctl00_ctl12_Subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: ctl00$ctl12$Body
|
||||
selector: "#ctl00_ctl12_Body"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- name: ctl00$ctl12$CampaignID
|
||||
selector: "#ctl00_ctl12_CampaignID"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl12$CampaignInfo
|
||||
selector: "#ctl00_ctl12_CampaignInfo"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- select:
|
||||
- name: ctl00$ctl12$PrefixList
|
||||
selector: "#ctl00_ctl12_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Dr.
|
||||
- Ms.
|
||||
- Col.
|
||||
- name: ctl00$ctl12$State
|
||||
selector: "#ctl00_ctl12_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
|
||||
- check:
|
||||
- name: ctl00$ctl12$ReplyChoice
|
||||
selector: "#ctl00_ctl12_ReplyChoice_0"
|
||||
value: Respond
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl12_SubmitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for taking the time to write me
|
||||
@@ -1,142 +0,0 @@
|
||||
bioguide: H000067
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-congressman-hall/
|
||||
steps:
|
||||
- visit: "https://ralphhallforms.house.gov/email-congressman-hall"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: input.button
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#custom_form4 input[name='street2']"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip2"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#custom_form4 input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- find:
|
||||
- selector: "#req_response"
|
||||
- select:
|
||||
- name: response
|
||||
selector: "#req_response"
|
||||
value: "N"
|
||||
required: true
|
||||
options:
|
||||
I do not need a response.: "N"
|
||||
I would like a response.: "Y"
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Ms.
|
||||
- Miss
|
||||
- Dr.
|
||||
- Hon.
|
||||
- Rev.
|
||||
- Rabbi
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: TX
|
||||
required: true
|
||||
options:
|
||||
TX: TX
|
||||
- name: topic
|
||||
selector: "#req_topic"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: ABORTION
|
||||
Agriculture: AGRICULTURE
|
||||
Amnesty: AMNESTY
|
||||
Animals: ANIMALS
|
||||
Arts and Humanities: ARTS
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUDGET
|
||||
Constituent Casework: CASEWORK
|
||||
Congress and Elections: CONG
|
||||
Defense and Military: MILITARY-DEF
|
||||
Defense of Marriage: DOMA
|
||||
Economy: ECONOMY
|
||||
Education: EDUCATION
|
||||
Energy: ENERGY
|
||||
Environment: ENVIRONMENT
|
||||
Eric Holder: HOLD
|
||||
Federal Employees: FED_EMP
|
||||
Foreign Relations: FOREIGN
|
||||
Government Reform: GOV
|
||||
Guns: GUNS
|
||||
Health: HEALTHCARE
|
||||
Homeland Security: HOMELAND_SEC
|
||||
Housing and Urban Development: HOUSING
|
||||
Immigration: IMMIGRATION
|
||||
Impeach Obama: PEACH
|
||||
Internal Revenue Service: IRS
|
||||
Investigate Benghazi: BENG
|
||||
Keystone Pipeline: KEYSTONE
|
||||
Labor: LABOR
|
||||
LGBT: LGBT
|
||||
National Security Agency: NSA
|
||||
Post Office: POSTAL
|
||||
Repeal Obamacare: REPEAL
|
||||
Science and Technology: SCI
|
||||
Senior Citizens: SENIORS
|
||||
Social Issues: SOC
|
||||
Social Security: SOCSEC
|
||||
Taxes: TAXES
|
||||
Telecommunications: TELECOMM
|
||||
Transportation: TRANSPORT
|
||||
Veterans Issues: VETERANS
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#submitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: successfully
|
||||
@@ -1,182 +0,0 @@
|
||||
bioguide: H000206
|
||||
contact_form:
|
||||
method: post
|
||||
action: contact_opinion_proc.cfm
|
||||
steps:
|
||||
- visit: "http://www.harkin.senate.gov/contact.cfm"
|
||||
- fill_in:
|
||||
- name: fname
|
||||
selector: "#fname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lname
|
||||
selector: "#lname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: address1
|
||||
selector: "#address1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#form input[name='zip']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: email
|
||||
selector: "#email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: hphone
|
||||
selector: "#hphone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: subj
|
||||
selector: "#subj"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: comment
|
||||
selector: "#comment"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: state
|
||||
selector: "#state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
"----Military---- ": " "
|
||||
"AA ": AA
|
||||
"AE ": AE
|
||||
"AP ": AP
|
||||
"----States---- ": " "
|
||||
Alabama: AL
|
||||
Alaska: AK
|
||||
Arizona: AZ
|
||||
Arkansas: AR
|
||||
California: CA
|
||||
Colorado: CO
|
||||
Connecticut: CT
|
||||
Delaware: DE
|
||||
District of Columbia: DC
|
||||
Florida: FL
|
||||
Georgia: GA
|
||||
Hawaii: HI
|
||||
Idaho: ID
|
||||
Illinois: IL
|
||||
Indiana: IN
|
||||
Iowa: IA
|
||||
Kansas: KS
|
||||
Kentucky: KY
|
||||
Louisiana: LA
|
||||
Maine: ME
|
||||
Maryland: MD
|
||||
Massachusetts: MA
|
||||
Michigan: MI
|
||||
Minnesota: MN
|
||||
Mississippi: MS
|
||||
Missouri: MO
|
||||
Montana: MT
|
||||
Nebraska: NE
|
||||
Nevada: NV
|
||||
New Hampshire: NH
|
||||
New Jersey: NJ
|
||||
New Mexico: NM
|
||||
New York: NY
|
||||
North Carolina: NC
|
||||
North Dakota: ND
|
||||
Ohio: OH
|
||||
Oklahoma: OK
|
||||
Oregon: OR
|
||||
Pennsylvania: PA
|
||||
Rhode Island: RI
|
||||
South Carolina: SC
|
||||
South Dakota: SD
|
||||
Tennessee: TN
|
||||
Texas: TX
|
||||
Utah: UT
|
||||
Vermont: VT
|
||||
Virginia: VA
|
||||
Washington: WA
|
||||
West Virginia: WV
|
||||
Wisconsin: WI
|
||||
Wyoming: WY
|
||||
- name: topic
|
||||
selector: "#topic"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Afghanistan: Afghanistan
|
||||
Biofuels: Biofuels
|
||||
Budget Policy / Government Spending: Budget Policy Government Spending
|
||||
Clean Air Act: Clean Air Act
|
||||
Debt Ceiling: Debt Ceiling
|
||||
Defense of Marriage Act: DOMA
|
||||
Energy: Energy
|
||||
ESEA Reauthorization: ESEA Reauthorization
|
||||
Gas Prices: Gas Prices
|
||||
Health Care Reform: Health Care Reform
|
||||
Libya: Libya
|
||||
Medicare and the Sustainable Growth Rate: Medicare SGR
|
||||
Petroleum: Petroleum
|
||||
Assistance with a Federal Agency: Assistance with a Federal Agency
|
||||
Agriculture: Agriculture
|
||||
Banking: Banking
|
||||
Budget Policies /Deficit Reduction Efforts: Budget Policies /Deficit Reduction Efforts
|
||||
Child Labor: Child Labor
|
||||
Civil Rights: Civil Rights
|
||||
Congressionally Directed Appropriations: Congressionally Directed Appropriations
|
||||
Appropriations - Agriculture: CDA_Agriculture
|
||||
Appropriations - Education: CDA_Education
|
||||
Appropriations - Foreign Affairs: CDA_Foreign Affairs
|
||||
Appropriations - Housing: CDA_Housing
|
||||
Appropriations - Transportation: CDA_Transportation
|
||||
Defense/Homeland Security: Defense/Homeland Security
|
||||
Disability: Disability
|
||||
Drug Control Policy: Drug Control Policy
|
||||
Economy: Economy
|
||||
Education: Education
|
||||
Environment: Environment
|
||||
Food and Nutrition: Food and Nutrition
|
||||
Foreign Affairs: Foreign Affairs
|
||||
Gun Control: Gun Control
|
||||
Health: Health
|
||||
Housing: Housing
|
||||
Immigration and Border Control: Immigration and Border Control
|
||||
Invitation or Request for Meeting with the Senator: Invitation or Request for Meeting with the Senator
|
||||
Judiciary: Judiciary
|
||||
Labor: Labor
|
||||
Medicare/Medicaid: Medicare/Medicaid
|
||||
Pensions: Pensions
|
||||
Postal Issues: Postal Issues
|
||||
Reproductive Health Care: Reproductive Health Care
|
||||
Rural Development: Rural Development
|
||||
Senate Administrative Matters: Senate Administrative Matters
|
||||
Small Business: Small Business
|
||||
Social Security: Social Security
|
||||
Taxes: Taxes
|
||||
Telecommunications: Telecommunications
|
||||
Trade: Trade
|
||||
Transportation: Transportation
|
||||
Veterans Issues: Veterans Issues
|
||||
Veterans Issues - Legislation Modifying Veterans Policy and Benefits: VI_Legislation Modifying Veterans Policy and Benefits
|
||||
Veterans Issues - Assistance in Receiving Veterans Benefits: VI_Assistance in Receiving Veterans Benefits
|
||||
Welfare Reform: Welfare Reform
|
||||
"Other/Don't Know": Other
|
||||
- click_on:
|
||||
- value: Send Your Message To Tom
|
||||
selector: "#form input[name='submit']"
|
||||
- find:
|
||||
- selector: "em"
|
||||
value: "Thank you for expressing your views."
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for expressing your views.
|
||||
@@ -1,107 +0,0 @@
|
||||
bioguide: H000329
|
||||
contact_form:
|
||||
method: post
|
||||
action: /submit-contact.aspx
|
||||
steps:
|
||||
- visit: "https://hastings.house.gov/contact/contactform.htm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form.zipform[name='contact'] input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form.zipform[name='contact'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form.zipform[name='contact'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form.zipform[name='contact'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form.zipform[name='contact'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form.zipform[name='contact'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "form.zipform[name='contact'] input[name='zip4']"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "form.zipform[name='contact'] input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form.zipform[name='contact'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form.zipform[name='contact'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form.zipform[name='contact'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
- Abortion
|
||||
- Academies
|
||||
- Agriculture
|
||||
- Appointments
|
||||
- Appropriations
|
||||
- Banking / Finance
|
||||
- Budget
|
||||
- Casework
|
||||
- Crime
|
||||
- Defense
|
||||
- Economy
|
||||
- Education
|
||||
- Elections
|
||||
- Energy
|
||||
- Environment
|
||||
- Foreign Affairs
|
||||
- Grants
|
||||
- Guns
|
||||
- Hanford
|
||||
- Health
|
||||
- Housing
|
||||
- Immigration
|
||||
- Jobs
|
||||
- Judicial
|
||||
- Labor
|
||||
- Medicaid
|
||||
- Medicare
|
||||
- Miscellaneous
|
||||
- Native American Issues
|
||||
- Natural Resources
|
||||
- Science and Technology
|
||||
- Seniors
|
||||
- Small Business
|
||||
- Social Security
|
||||
- Space
|
||||
- Taxes
|
||||
- Telecommunications
|
||||
- Tours and Flags
|
||||
- Trade
|
||||
- Transportation
|
||||
- Veterans
|
||||
- Welfare
|
||||
- Wenatchee Valley Medical Center
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form.zipform[name='contact'] input[type='submit'][value='Send Email']"
|
||||
- find:
|
||||
- selector: "span#ctl00_PageLink"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for your feedback"
|
||||
@@ -1,191 +0,0 @@
|
||||
bioguide: H001032
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/email-me/"
|
||||
steps:
|
||||
- visit: "https://holt.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Ms.
|
||||
- Miss.
|
||||
- Dr.
|
||||
- Dr.
|
||||
- Prof.
|
||||
- Hon.
|
||||
- Fr.
|
||||
- Sister
|
||||
- Rabbi
|
||||
- Reverend
|
||||
- Admiral
|
||||
- Commander
|
||||
- Colonel
|
||||
- General
|
||||
- Lieutenent
|
||||
- Lt. Col.
|
||||
- LCDR
|
||||
- Major
|
||||
- Private
|
||||
- Sergeant
|
||||
- Petty Officer
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Animal Rights: ANM
|
||||
Arts: ART
|
||||
Attend Rep. Holt’s Swearing In: SWEARIN2013
|
||||
Banking: BANK
|
||||
Budget: BUD
|
||||
Campaign Finance: POL
|
||||
Civil Rights/Civil Liberties: LAW
|
||||
Commerce: BUS
|
||||
"Crime & Guns": CRIM
|
||||
Darfur: DARF
|
||||
Defense: DEF
|
||||
Economy: BUD
|
||||
Education: ED
|
||||
Election Reform: VOTE
|
||||
Energy: ENG
|
||||
Environment: ENV
|
||||
Ethics: ETH
|
||||
Federal Employees: FED
|
||||
Foreign Affairs: INT
|
||||
Health: HEA
|
||||
Help With A Problem: CNSTSRV
|
||||
Historical Preservation: ENV/HIST
|
||||
Homeland Security: HS
|
||||
Housing: HOUS
|
||||
Immigration: IMM
|
||||
Intelligence: INTEL
|
||||
Iraq: IRAQ
|
||||
Labor: LAB
|
||||
Medicare (except prescription drugs): HEA/MED
|
||||
Post Office: POST
|
||||
Prescription Drugs: HEA/DRUG
|
||||
Science/Technology: SCI
|
||||
Small Business: BUS/SM
|
||||
Social Security: SOC
|
||||
Taxes: TAX
|
||||
Telecommunications: COMM/TEL
|
||||
Trade: TRD
|
||||
Transportation: TRN
|
||||
Veterans: VET
|
||||
Women’s Issues: WOM
|
||||
Other: MISC
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: THANK YOU FOR YOUR CORRESPONDENCE
|
||||
@@ -1,142 +0,0 @@
|
||||
bioguide: H001049
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/?p=form&id=6"
|
||||
steps:
|
||||
- visit: "http://www.hagan.senate.gov/contact/"
|
||||
- fill_in:
|
||||
- name: firstName
|
||||
selector: "#gen-fieldid-9"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastName
|
||||
selector: "#gen-fieldid-11"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: Address1
|
||||
selector: "#gen-fieldid-13"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: Address2
|
||||
selector: "#gen-fieldid-15"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#gen-fieldid-17"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#gen-fieldid-21"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#gen-fieldid-23"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: email
|
||||
selector: "#gen-fieldid-29"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: Subject
|
||||
selector: "#gen-fieldid-33"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: MessageBody
|
||||
selector: "#gen-fieldid-37"
|
||||
value: $MESSAGE
|
||||
required: false
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#gen-fieldid-7"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Ms.
|
||||
- Mr. and Mrs.
|
||||
- Dr.
|
||||
- Dr. and Dr.
|
||||
- Dr. and Mr.
|
||||
- Dr. and Mrs.
|
||||
- Reverend
|
||||
- Sister
|
||||
- Pastor
|
||||
- The Honorable
|
||||
- Representative
|
||||
- Senator
|
||||
- name: issue
|
||||
selector: "#gen-fieldid-31"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Help With a Federal Agency: Casework
|
||||
Anniversary/Birthday: Anniversary/Birthday
|
||||
Commemorative/Congratulatory: Commemorative/Congratulatory
|
||||
Flag Requests: Flag Requests
|
||||
Internships: Internships
|
||||
Page Program: Page Program
|
||||
DC Tours: Tickets and Tours
|
||||
Abortion: Abortion
|
||||
Afghanistan: Afghanistan
|
||||
Agriculture: Agriculture
|
||||
Animal Rights: Animal Rights
|
||||
Appropriations: Appropriations
|
||||
Arts: Arts
|
||||
Banking: Banking
|
||||
Campaign Finance: Campaign Finance
|
||||
"Children's Issues": "Children's Issues"
|
||||
Civil Rights: Civil Rights
|
||||
Commerce: Commerce
|
||||
Defense: Defense
|
||||
Deficit: Deficit
|
||||
Drugs/Crime: Drugs/Crime
|
||||
Education - Higher: Education - Higher
|
||||
Education - K through 12: Education - K through 12
|
||||
Energy: Energy
|
||||
Environment/Public Works: Environment/Public Works
|
||||
Foreign Affairs: Foreign Affairs
|
||||
Health: Health
|
||||
Health Insurance: Health Insurance
|
||||
Homeland Security: Homeland Security
|
||||
Housing: Housing
|
||||
Immigration: Immigration
|
||||
Indian Affairs: Indian Affairs
|
||||
Interior/Forestry: Interior/Forestry
|
||||
Iraq: Iraq
|
||||
Jobs: Jobs
|
||||
Judiciary: Judiciary
|
||||
Labor: Labor
|
||||
Medicare/Medicaid: Medicare/Medicaid
|
||||
Military Issues: Military Issues
|
||||
NASA: NASA
|
||||
Nutrition: Nutrition
|
||||
Patents: Patents
|
||||
Pensions: Pensions
|
||||
Postal Service: Postal Service
|
||||
Public Broadcasting: Public Broadcasting
|
||||
Second Amendment: Second Amendment
|
||||
Small Business: Small Business
|
||||
Social Security: Social Security
|
||||
Taxes: Taxes
|
||||
Terrorism: Terrorism
|
||||
Tobacco: Tobacco
|
||||
Trade: Trade
|
||||
Transportation: Transportation
|
||||
Veterans: Veterans
|
||||
Welfare/Food Stamps: Welfare/Food Stamps
|
||||
- check:
|
||||
- name: RESPOND
|
||||
selector: "input[type='radio'][name='RESPOND'][value='yes']"
|
||||
value: "yes"
|
||||
- name: newsletteraction
|
||||
selector: "input[type='radio'][name='newsletteraction'][value='unsubscribe']"
|
||||
value: unsubscribe
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#block10 form input[name='formaction']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for your message!"
|
||||
@@ -1,98 +0,0 @@
|
||||
bioguide: H001050
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://hanabusa.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
Government Issues: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
International Relations: WEBINT
|
||||
Judicial: WEBJUD
|
||||
Labor: WEBLAB
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Taxes: WEBTAX
|
||||
Telecommunications: WEBTEL
|
||||
Transportation: WEBTRA
|
||||
Trade: WEBTRADE
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other Issues: WEBOTH
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "h1#page-title-no-line"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,115 +0,0 @@
|
||||
bioguide: H001066
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://horsford.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm #submit"
|
||||
- find:
|
||||
- selector: "#required-first"
|
||||
- fill_in:
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: false
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- wait:
|
||||
- value: 1
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank You
|
||||
@@ -1,91 +0,0 @@
|
||||
bioguide: J000177
|
||||
contact_form:
|
||||
method: POST
|
||||
action: http://www.johnson.senate.gov/public/index.cfm?p=ContactForm
|
||||
steps:
|
||||
- visit: http://www.johnson.senate.gov/public/index.cfm?p=ContactForm
|
||||
- fill_in:
|
||||
- name: field_38a81646-e76d-404c-a40f-33733432e790
|
||||
selector: "#field_38a81646-e76d-404c-a40f-33733432e790"
|
||||
value: "$NAME_PREFIX"
|
||||
- name: field_baa52818-be89-4036-a0fb-1a85cf505961
|
||||
selector: "#field_baa52818-be89-4036-a0fb-1a85cf505961"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: field_c621d73d-318c-4f9e-8100-028de71f9ea3
|
||||
selector: "#field_c621d73d-318c-4f9e-8100-028de71f9ea3"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: field_5cfa9b88-5f6c-4691-8804-9b391f81bee0
|
||||
selector: "#field_5cfa9b88-5f6c-4691-8804-9b391f81bee0"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: field_15e5fe0f-cac9-45b5-965e-c1eb84ea7d58
|
||||
selector: "#field_15e5fe0f-cac9-45b5-965e-c1eb84ea7d58"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: field_dd525305-3c82-49bc-b308-7667c0330292
|
||||
selector: "#field_dd525305-3c82-49bc-b308-7667c0330292"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: Yes
|
||||
- name: field_6b918d3c-2475-4f2c-8edb-059702c6846d
|
||||
selector: "#field_6b918d3c-2475-4f2c-8edb-059702c6846d"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: Yes
|
||||
- name: field_060be707-33df-438b-99d6-009329996719
|
||||
selector: "#field_060be707-33df-438b-99d6-009329996719"
|
||||
value: "$PHONE"
|
||||
- name: field_05d31f7c-0e9b-4773-9876-f6f9ab140719
|
||||
selector: "#field_05d31f7c-0e9b-4773-9876-f6f9ab140719"
|
||||
value: "$PHONE"
|
||||
- name: field_ba8bc12b-9094-4b4c-be9f-66ded0c4e891
|
||||
selector: "#field_ba8bc12b-9094-4b4c-be9f-66ded0c4e891"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: field_8419b279-caf6-4bf2-9175-10b3547aa6e3
|
||||
selector: "#field_8419b279-caf6-4bf2-9175-10b3547aa6e3"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- select:
|
||||
- name: field_f5f05ad2-8cf5-4ba8-9dc3-b7fa6457ec3b
|
||||
selector: "#field_f5f05ad2-8cf5-4ba8-9dc3-b7fa6457ec3b"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: field_d2644a3b-f7b8-4ee1-848d-9dd6c72fa465
|
||||
selector: "#field_d2644a3b-f7b8-4ee1-848d-9dd6c72fa465"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options:
|
||||
"Agriculture": "AG"
|
||||
"Arts": "ARTS"
|
||||
"Banking": "BANK"
|
||||
"Budget": "BUDG"
|
||||
"Children": "CH"
|
||||
"Crime": "CRIME"
|
||||
"Defense": "DE"
|
||||
"Economy": "ECON"
|
||||
"Education": "ED"
|
||||
"Energy": "EN"
|
||||
"Environment": "EV"
|
||||
"Foreign Affairs": "FO"
|
||||
"Health Care": "HE"
|
||||
"Law Enforcement": "LAW_ENF"
|
||||
"Native Americans": "IN"
|
||||
"Natural Resources": "NAT_RES"
|
||||
"Science": "SC"
|
||||
"Social Security": "SOC_SEC"
|
||||
"Taxes": "TX"
|
||||
"Technology": "TEC"
|
||||
"Trade": "TRADE"
|
||||
"Veterans": "VE"
|
||||
"Other": "OTH"
|
||||
"Economic Development Survey": "EC"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: ".primaryAction"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for sharing your concerns"
|
||||
|
||||
@@ -1,270 +0,0 @@
|
||||
bioguide: K000220
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contact.aspx
|
||||
steps:
|
||||
- visit: "https://kingston.house.gov/contactform/"
|
||||
- fill_in:
|
||||
- name: required-first
|
||||
selector: "form[name='myform'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form[name='myform'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form[name='myform'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form[name='myform'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form[name='myform'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "form[name='myform'] input[name='zip4']"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "form[name='myform'] input[name='required-phone']"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-email
|
||||
selector: "form[name='myform'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form[name='myform'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-prefix
|
||||
selector: "form[name='myform'] select[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Ms.
|
||||
- Mr. and Mrs.
|
||||
- Miss
|
||||
- Dr.
|
||||
- Dr. and Mrs.
|
||||
- Dr. and Mr.
|
||||
- Drs.
|
||||
- Professor
|
||||
- The Honorable
|
||||
- Reverend
|
||||
- Pastor
|
||||
- Representative
|
||||
- The Reverend Monsignor
|
||||
- The Reverend Dr.
|
||||
- Sister
|
||||
- Brother
|
||||
- Rabbi
|
||||
- PVT
|
||||
- PV2
|
||||
- PFC
|
||||
- SPC
|
||||
- CPL
|
||||
- SGT
|
||||
- SSG
|
||||
- SFC
|
||||
- MSG
|
||||
- 1SG
|
||||
- SGM
|
||||
- CSM
|
||||
- SMA
|
||||
- WO1
|
||||
- CW2
|
||||
- CW3
|
||||
- CW4
|
||||
- CW5
|
||||
- 2LT
|
||||
- 1LT
|
||||
- CPT
|
||||
- MAJ
|
||||
- LTC
|
||||
- COL
|
||||
- BG
|
||||
- MG
|
||||
- LTG
|
||||
- GEN
|
||||
- SR
|
||||
- SA
|
||||
- SN
|
||||
- PO3
|
||||
- PO2
|
||||
- PO1
|
||||
- CPO
|
||||
- SCPO
|
||||
- MCPO
|
||||
- MCPOC
|
||||
- FLTCM
|
||||
- FORCM
|
||||
- MPCOCG
|
||||
- MCPON
|
||||
- WO1
|
||||
- CWO2
|
||||
- CWO3
|
||||
- CWO4
|
||||
- CWO5
|
||||
- ENS
|
||||
- LTJG
|
||||
- LT
|
||||
- LCDR
|
||||
- CDR
|
||||
- CAPT
|
||||
- RDML
|
||||
- RADM
|
||||
- VADM
|
||||
- ADM
|
||||
- AB
|
||||
- Amn
|
||||
- A1C
|
||||
- SrA
|
||||
- SSgt
|
||||
- TSgt
|
||||
- MSgt
|
||||
- SMSgt
|
||||
- CMSgt
|
||||
- CCM
|
||||
- CMSAF
|
||||
- 2d Lt
|
||||
- 1st Lt
|
||||
- Capt
|
||||
- Maj
|
||||
- Lt Col
|
||||
- Col
|
||||
- Brig Gen
|
||||
- Maj Gen
|
||||
- Lt Gen
|
||||
- Gen
|
||||
- Pvt
|
||||
- PFC
|
||||
- LCpl
|
||||
- Cpl
|
||||
- Sgt
|
||||
- SSgt
|
||||
- GySgt
|
||||
- MSgt
|
||||
- 1stSgt
|
||||
- MGySgt
|
||||
- SgtMaj
|
||||
- SgtMajMrCor
|
||||
- WO1
|
||||
- CW2
|
||||
- CW3
|
||||
- CW4
|
||||
- CW5
|
||||
- 2ndLt
|
||||
- 1stLt
|
||||
- Capt
|
||||
- Maj
|
||||
- LtCol
|
||||
- Col
|
||||
- BGen
|
||||
- MajGen
|
||||
- LtGen
|
||||
- Gen
|
||||
- name: required-state
|
||||
selector: "form[name='myform'] select[name='required-state']"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TN
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: required-issue
|
||||
selector: "form[name='myform'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
"Budget & Spending": BUDS
|
||||
Business: BU
|
||||
Communications: COMM
|
||||
"Defense & Military": DEF
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
"Finance & Banking": FB
|
||||
Foreign Affairs: FA
|
||||
Government Reform: GR
|
||||
Health: HE
|
||||
Housing: HOU
|
||||
Immigration: IM
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
Pensions: PEN
|
||||
Postal: POS
|
||||
Second Amendment: SA
|
||||
Science: SC
|
||||
Social Issues: SI
|
||||
Social Security: SS
|
||||
Taxes: TAX
|
||||
Trade: TRD
|
||||
Transportation: TRAN
|
||||
Veterans: VET
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form[name='myform'] input[name='submit']"
|
||||
- find:
|
||||
- selector: "#ctl00_ctl16_ctl00_Text"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank You
|
||||
@@ -1,82 +0,0 @@
|
||||
bioguide: L000111
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contactsubmit.aspx
|
||||
steps:
|
||||
- visit: "https://latham.house.gov/contact/contactform.htm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form[name='contact'] input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form[name='contact'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form[name='contact'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form[name='contact'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form[name='contact'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form[name='contact'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "form[name='contact'] input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form[name='contact'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form[name='contact'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form[name='contact'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: Webag
|
||||
Crime: Webcrime
|
||||
Education: Webbed
|
||||
Economy: Webecon
|
||||
Energy: Weben
|
||||
Environment: Webenv
|
||||
Healthcare: Webhea
|
||||
Homeland Security: Webhomsec
|
||||
Immigration: Webimm
|
||||
Jobs: Webjobs
|
||||
Veterans: Webvet
|
||||
Trade: Webtrade
|
||||
Taxes: Webtax
|
||||
Telecommunications: Webtele
|
||||
Social Security: Websocsec
|
||||
"Retirement ": Webret
|
||||
Foreign Relations: Webfor
|
||||
Family Values: Webfam
|
||||
Transportation: Webtran
|
||||
Workforce: Webwork
|
||||
Financial Services: Webfin
|
||||
Housing: Webhou
|
||||
Defense: Webdef
|
||||
"Request for Assistance ": Webreq
|
||||
Other: Weboth
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form[name='contact'] input[type='submit'][value='Send Email']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you"
|
||||
@@ -1,252 +0,0 @@
|
||||
bioguide: L000261
|
||||
contact_form:
|
||||
method: post
|
||||
action: ./
|
||||
steps:
|
||||
- visit: "https://www.levin.senate.gov/contact/email/"
|
||||
- fill_in:
|
||||
- name: fname
|
||||
selector: "#fname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lname
|
||||
selector: "#lname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: mailing_streetAddress1
|
||||
selector: "#mailing_streetAddress1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: mailing_streetAddress2
|
||||
selector: "#mailing_streetAddress2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: mailing_city
|
||||
selector: "#mailing_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: mailing_zipCode
|
||||
selector: "#mailing_zipCode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: email
|
||||
selector: "#email_address"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: verify_email
|
||||
selector: "#verify_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone_number
|
||||
selector: "#phone_number"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: comments
|
||||
selector: "#comments"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: salutation
|
||||
selector: "#salutation"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Ms.
|
||||
- Mrs.
|
||||
- Miss
|
||||
- Mr. and Mrs.
|
||||
- Dr.
|
||||
- Prof.
|
||||
- Hon.
|
||||
- Fr.
|
||||
- Pastor
|
||||
- Sister
|
||||
- Rabbi
|
||||
- Reverend
|
||||
- Bishop
|
||||
- Admiral
|
||||
- Airman
|
||||
- Airman First Class
|
||||
- Brigadier General
|
||||
- Captain
|
||||
- Chief Master Sergeant
|
||||
- Chief Petty Officer
|
||||
- Chief Warrant Officer
|
||||
- Colonel
|
||||
- Command Sergeant Major
|
||||
- Command Master Chief Petty Officer
|
||||
- Commander
|
||||
- Corporal
|
||||
- Ensign
|
||||
- First Lieutenant
|
||||
- First Sergeant
|
||||
- Fleet Master Chief Petty Officer
|
||||
- Force Master Chief Petty Officer
|
||||
- General
|
||||
- Gunnery Sergeant
|
||||
- Lance Corporal
|
||||
- LCDR
|
||||
- Lieutenant
|
||||
- Lieutenant Colonel
|
||||
- Lieutenant Commander
|
||||
- Lieutenant General
|
||||
- Lieutenant Junior Grade
|
||||
- Major
|
||||
- Major General
|
||||
- Master Chief Petty Officer
|
||||
- Master Gunnery Sergeant
|
||||
- Master Sergeant
|
||||
- Petty Officer
|
||||
- Private
|
||||
- Private First Class
|
||||
- Rear Admiral
|
||||
- Seaman
|
||||
- Second Lieutenant
|
||||
- Senior Airman
|
||||
- Senior Chief Petty Officer
|
||||
- Senior Master Sergeant
|
||||
- Sergeant
|
||||
- Sergeant First Class
|
||||
- Sergeant Major
|
||||
- Specialist
|
||||
- Staff Sergeant
|
||||
- Technical Sergeant
|
||||
- Vice Admiral
|
||||
- Warrant Officer
|
||||
- name: mailing_state
|
||||
selector: "#mailing_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
"--": "null"
|
||||
AA: AA
|
||||
AE: AE
|
||||
AK: AK
|
||||
AL: AL
|
||||
AP: AP
|
||||
AR: AR
|
||||
AZ: AZ
|
||||
CA: CA
|
||||
CO: CO
|
||||
CT: CT
|
||||
DC: DC
|
||||
DE: DE
|
||||
FL: FL
|
||||
GA: GA
|
||||
HI: HI
|
||||
IA: IA
|
||||
ID: ID
|
||||
IL: IL
|
||||
IN: IN
|
||||
KS: KS
|
||||
KY: KY
|
||||
LA: LA
|
||||
MA: MA
|
||||
MD: MD
|
||||
ME: ME
|
||||
MI: MI
|
||||
MN: MN
|
||||
MO: MO
|
||||
MS: MS
|
||||
MT: MT
|
||||
NC: NC
|
||||
ND: ND
|
||||
NE: NE
|
||||
NH: NH
|
||||
NJ: NJ
|
||||
NM: NM
|
||||
NV: NV
|
||||
NY: NY
|
||||
OH: OH
|
||||
OK: OK
|
||||
OR: OR
|
||||
PA: PA
|
||||
RI: RI
|
||||
SC: SC
|
||||
SD: SD
|
||||
TN: TN
|
||||
TX: TX
|
||||
UT: UT
|
||||
VA: VA
|
||||
VT: VT
|
||||
WA: WA
|
||||
WI: WI
|
||||
WV: WV
|
||||
WY: WY
|
||||
- name: subject
|
||||
selector: "#subject"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
- Abortion
|
||||
- Afghanistan
|
||||
- Agriculture
|
||||
- Animal Protection
|
||||
- Autos
|
||||
- Border Security
|
||||
- Campaign Finance
|
||||
- Civil Rights
|
||||
- Climate Change
|
||||
- Communications
|
||||
- Consumer Protection
|
||||
- Defense / National Security
|
||||
- Drug Policy
|
||||
- Education Policy
|
||||
- Energy
|
||||
- Environmental Policy
|
||||
- Federal Budget
|
||||
- Financial Services
|
||||
- Foreign Policy
|
||||
- Gas Prices
|
||||
- Government Oversight / Reform
|
||||
- Great Lakes
|
||||
- Gun Safety
|
||||
- Health Policy
|
||||
- Homeland Security
|
||||
- Housing Policy
|
||||
- Human Services
|
||||
- Immigration
|
||||
- International Trade
|
||||
- Iraq
|
||||
- Jobs
|
||||
- Judiciary
|
||||
- Labor
|
||||
- Law Enforcement
|
||||
- Manufacturing
|
||||
- Medicare / Medicaid Policy
|
||||
- Middle East
|
||||
- Native Americans
|
||||
- Postal
|
||||
- Reproductive Issues
|
||||
- Retirement / Pensions
|
||||
- Small Business
|
||||
- Social Security Policy
|
||||
- Tax Policy (Federal)
|
||||
- Transportation
|
||||
- Unemployment
|
||||
- Veterans Policy
|
||||
- Other
|
||||
- uncheck:
|
||||
- name: newsletter
|
||||
selector: "#newsletter"
|
||||
- check:
|
||||
- name: responsereq
|
||||
selector: "#responsereqyes"
|
||||
value: "yes"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: 'div.form-button.help-form-button'
|
||||
- find:
|
||||
- selector: "#send-request"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#send-request"
|
||||
- find:
|
||||
- selector: "p"
|
||||
value: "Thank you"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for contacting me
|
||||
@@ -1,163 +0,0 @@
|
||||
bioguide: L000550
|
||||
contact_form:
|
||||
method: POST
|
||||
action: http://www.landrieu.senate.gov/?p=contact&clear_cache=1
|
||||
steps:
|
||||
- visit: http://www.landrieu.senate.gov/?p=contact
|
||||
- fill_in:
|
||||
- name: firstName
|
||||
selector: "#firstName"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: lastName
|
||||
selector: "#lastName"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: Address1
|
||||
selector: "#Address1"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: Address2
|
||||
selector: "#Address2"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: city
|
||||
selector: "#city"
|
||||
value: "$ADDRESS_CITY"
|
||||
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: vemail
|
||||
selector: "#vemail"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: messageSubject
|
||||
selector: "#messageSubject"
|
||||
value: "$SUBJECT"
|
||||
required: Yes
|
||||
- name: MessageBody
|
||||
selector: ".textarea"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- select:
|
||||
- name: Prefix
|
||||
selector: "#thisForm select[name='Prefix']"
|
||||
value: "$NAME_PREFIX"
|
||||
required: Yes
|
||||
options:
|
||||
- "Mr."
|
||||
- "Mrs."
|
||||
- "Ms."
|
||||
- "Mr. and Mrs."
|
||||
- "Miss"
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "Dr. and Mr."
|
||||
- "Admiral"
|
||||
- "Captain"
|
||||
- "Chief Master Sergeant"
|
||||
- "Colonel"
|
||||
- "Commander"
|
||||
- "Corporal"
|
||||
- "Father"
|
||||
- "Lieutenant"
|
||||
- "Lieutenant Colonel"
|
||||
- "Master Sergeant"
|
||||
- "Reverend"
|
||||
- "Sergeant"
|
||||
- "Second Lieutenant"
|
||||
- "ergeant Major"
|
||||
- "Sister"
|
||||
- "Technical Sergeant"
|
||||
- name: State
|
||||
selector: "#thisForm select[name='State']"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: Topic
|
||||
selector: "#thisForm select[name='Topic']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
"\n\t\t\t\t\t\t\tEconomy\n\t\t\t\t\t\t": Economy
|
||||
"\n\t\t\t\t\t\t\tFlood Insurance\n\t\t\t\t\t\t": Flood Insurance
|
||||
"\n\t\t\t\t\t\t\tGovernment Shutdown\n\t\t\t\t\t\t": Government Shutdown
|
||||
"\n\t\t\t\t\t\t\tGovernment Spending\n\t\t\t\t\t\t": Government Spending
|
||||
"\n\t\t\t\t\t\t\tGun Issues\n\t\t\t\t\t\t": Gun Issues
|
||||
"\n\t\t\t\t\t\t\tImmigration\n\t\t\t\t\t\t": Immigration
|
||||
"\n\t\t\t\t\t\t\tInternational Conflicts\n\t\t\t\t\t\t": International Conflicts
|
||||
"\n\t\t\t\t\t\t\tMarriage Equality\n\t\t\t\t\t\t": Marriage Equality
|
||||
"\n\t\t\t\t\t\t\tSenate Rules/Procedure\n\t\t\t\t\t\t": Senate Rules/Procedure
|
||||
"\n\t\t\t\t\t\t\tVoting Rights\n\t\t\t\t\t\t": Voting Rights
|
||||
"\n\t\t\t\t\t\t\tAbortion\n\t\t\t\t\t\t": Abortion
|
||||
"\n\t\t\t\t\t\t\tAdoption/Foster Care\n\t\t\t\t\t\t": Adoption/Foster Care
|
||||
"\n\t\t\t\t\t\t\tAgriculture\n\t\t\t\t\t\t": Agriculture
|
||||
"\n\t\t\t\t\t\t\tAnimal Welfare\n\t\t\t\t\t\t": Animal Welfare
|
||||
"\n\t\t\t\t\t\t\tArts and Culture\n\t\t\t\t\t\t": Arts and Culture
|
||||
"\n\t\t\t\t\t\t\tBanking\n\t\t\t\t\t\t": Banking
|
||||
"\n\t\t\t\t\t\t\tBudget\n\t\t\t\t\t\t": Budget
|
||||
"\n\t\t\t\t\t\t\tCampaign Finance\n\t\t\t\t\t\t": Campaign Finance
|
||||
"\n\t\t\t\t\t\t\tChild Welfare\n\t\t\t\t\t\t": Child Welfare
|
||||
"\n\t\t\t\t\t\t\tCivil Rights\n\t\t\t\t\t\t": Civil Rights
|
||||
"\n\t\t\t\t\t\t\tCoastal Restoration\n\t\t\t\t\t\t": Coastal Restoration
|
||||
"\n\t\t\t\t\t\t\tCommerce\n\t\t\t\t\t\t": Commerce
|
||||
"\n\t\t\t\t\t\t\tCorps of Engineers\n\t\t\t\t\t\t": Corps of Engineers
|
||||
"\n\t\t\t\t\t\t\tCyber Security\n\t\t\t\t\t\t": Cyber Security
|
||||
"\n\t\t\t\t\t\t\tDefense and Military\n\t\t\t\t\t\t": Defense and Military
|
||||
"\n\t\t\t\t\t\t\tEducation- Early Childhood\n\t\t\t\t\t\t": Education- Early Childhood
|
||||
"\n\t\t\t\t\t\t\tEducation- K-12\n\t\t\t\t\t\t": Education- K-12
|
||||
"\n\t\t\t\t\t\t\tEducation- Higher\n\t\t\t\t\t\t": Education- Higher
|
||||
"\n\t\t\t\t\t\t\tEnergy\n\t\t\t\t\t\t": Energy
|
||||
"\n\t\t\t\t\t\t\tEnvironment\n\t\t\t\t\t\t": Environment
|
||||
"\n\t\t\t\t\t\t\tFlag Requests\n\t\t\t\t\t\t": Flag Requests
|
||||
"\n\t\t\t\t\t\t\tForeign Affairs\n\t\t\t\t\t\t": Foreign Affairs
|
||||
"\n\t\t\t\t\t\t\tGeneral Government\n\t\t\t\t\t\t": General Government
|
||||
"\n\t\t\t\t\t\t\tGrants\n\t\t\t\t\t\t": Grants
|
||||
"\n\t\t\t\t\t\t\tGreetings/Congratulatory Letters\n\t\t\t\t\t\t": Greetings/Congratulatory Letters
|
||||
"\n\t\t\t\t\t\t\tHealthcare\n\t\t\t\t\t\t": Healthcare
|
||||
"\n\t\t\t\t\t\t\tHistorical Preservation\n\t\t\t\t\t\t": Historical Preservation
|
||||
"\n\t\t\t\t\t\t\tHomeland Security\n\t\t\t\t\t\t": Homeland Security
|
||||
"\n\t\t\t\t\t\t\tHousing\n\t\t\t\t\t\t": Housing
|
||||
"\n\t\t\t\t\t\t\tHurricane/Disaster Recovery\n\t\t\t\t\t\t": Hurricane/Disaster Recovery
|
||||
"\n\t\t\t\t\t\t\tInternships/Page Program\n\t\t\t\t\t\t": Internships/Page Program
|
||||
"\n\t\t\t\t\t\t\tJobs Training\n\t\t\t\t\t\t": Jobs Training
|
||||
"\n\t\t\t\t\t\t\tJudicial Issues\n\t\t\t\t\t\t": Judicial Issues
|
||||
"\n\t\t\t\t\t\t\tJudicial Nominations\n\t\t\t\t\t\t": Judicial Nominations
|
||||
"\n\t\t\t\t\t\t\tLabor\n\t\t\t\t\t\t": Labor
|
||||
"\n\t\t\t\t\t\t\tMedicare/Medicaid\n\t\t\t\t\t\t": Medicare/Medicaid
|
||||
"\n\t\t\t\t\t\t\tNative Americans\n\t\t\t\t\t\t": Native Americans
|
||||
"\n\t\t\t\t\t\t\tNatural Disasters\n\t\t\t\t\t\t": Natural Disasters
|
||||
"\n\t\t\t\t\t\t\tPassports\n\t\t\t\t\t\t": Passports
|
||||
"\n\t\t\t\t\t\t\tPatents and Trademarks\n\t\t\t\t\t\t": Patents and Trademarks
|
||||
"\n\t\t\t\t\t\t\tPensions and Retirement\n\t\t\t\t\t\t": Pensions and Retirement
|
||||
"\n\t\t\t\t\t\t\tPostal Issues\n\t\t\t\t\t\t": Postal Issues
|
||||
"\n\t\t\t\t\t\t\tScience/Technology/Space\n\t\t\t\t\t\t": Science/Technology/Space
|
||||
"\n\t\t\t\t\t\t\tSmall Business\n\t\t\t\t\t\t": Small Business
|
||||
"\n\t\t\t\t\t\t\tSocial Security\n\t\t\t\t\t\t": Social Security
|
||||
"\n\t\t\t\t\t\t\tTax\n\t\t\t\t\t\t": Tax
|
||||
"\n\t\t\t\t\t\t\tTelecommunications\n\t\t\t\t\t\t": Telecommunications
|
||||
"\n\t\t\t\t\t\t\tTour Requests\n\t\t\t\t\t\t": Tour Requests
|
||||
"\n\t\t\t\t\t\t\tTrade\n\t\t\t\t\t\t": Trade
|
||||
"\n\t\t\t\t\t\t\tTransportation- FAA\n\t\t\t\t\t\t": Transportation- FAA
|
||||
"\n\t\t\t\t\t\t\tTransportation- Highways\n\t\t\t\t\t\t": Transportation- Highways
|
||||
"\n\t\t\t\t\t\t\tTransportation- Rail\n\t\t\t\t\t\t": Transportation- Rail
|
||||
"\n\t\t\t\t\t\t\tUnemployment Insurance\n\t\t\t\t\t\t": Unemployment Insurance
|
||||
"\n\t\t\t\t\t\t\tVeterans\n\t\t\t\t\t\t": Veterans
|
||||
"\n\t\t\t\t\t\t\tWomen's Issues\n\t\t\t\t\t\t": "Women's Issues"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#thisForm .normal-input[type='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for taking the time"
|
||||
@@ -1,121 +0,0 @@
|
||||
bioguide: L000575
|
||||
contact_form:
|
||||
steps:
|
||||
# zip authentication form
|
||||
- visit: https://lankford.house.gov/contact-me/
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: Yes
|
||||
- fill_in:
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: Yes
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
# after submitting, confirm the right form is in the resulting page before proceeding
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: Yes
|
||||
- name: middle
|
||||
selector: "#middle"
|
||||
value: ""
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: Yes
|
||||
- name: suffix
|
||||
selector: "#suffix"
|
||||
value: ""
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: Yes
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: Yes
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: Yes
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: Yes
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: Yes
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: Yes
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: Yes
|
||||
options:
|
||||
"Agriculture": "AG"
|
||||
"Animals": "AN"
|
||||
"Arts and Humanities": "ART"
|
||||
"Badger Army Ammunition Plant": "BAAP"
|
||||
"Banking and Finance": "BANK"
|
||||
"Budget and Economy": "BUD"
|
||||
"Campaign Finance Reform": "CFR"
|
||||
"Congress and Elections": "CONG"
|
||||
"District of Columbia--Tours": "TOUR"
|
||||
"Defense and Military": "DEF"
|
||||
"Education": "ED"
|
||||
"Energy": "EN"
|
||||
"Environment": "ENV"
|
||||
"Federal Employees": "FED"
|
||||
"Flag Order": "FLAG"
|
||||
"Foreign Relations": "FR"
|
||||
"Guns": "GUN"
|
||||
"Health": "HE"
|
||||
"Housing and Urban Development": "HUD"
|
||||
"Immigration": "IM"
|
||||
"Judiciary": "JUD"
|
||||
"Labor": "LAB"
|
||||
"LGBT": "LGBT"
|
||||
"Post Office": "POST"
|
||||
"Science and Technology": "SCI"
|
||||
"Senior Citizens": "SENIORS"
|
||||
"Social Security": "SS"
|
||||
"Social Services": "SOC.SERVICES"
|
||||
"Taxes": "TAX"
|
||||
"Telecommunications": "COMM"
|
||||
"Tour Request": "TOUR"
|
||||
"Transportation": "TRAN"
|
||||
"Trade": "TRD"
|
||||
"Veterans": "VET"
|
||||
"Women's Issues": "WOMEN"
|
||||
"Other Issues": "OTHER"
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Yes"
|
||||
required: true
|
||||
options:
|
||||
Yes, please contact me: "Yes"
|
||||
No, I wanted to voice my opinion: "No"
|
||||
- click_on:
|
||||
- value: "Send Email"
|
||||
selector: "#submit"
|
||||
success:
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,71 +0,0 @@
|
||||
bioguide: M000309
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contact/
|
||||
steps:
|
||||
- visit: "https://carolynmccarthy.house.gov/contact"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: input.button
|
||||
- find:
|
||||
- selector: "#req_prefix"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip2"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
required: true
|
||||
value: NY
|
||||
options:
|
||||
NY: NY
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted
|
||||
@@ -1,207 +0,0 @@
|
||||
bioguide: M000485
|
||||
contact_form:
|
||||
method: post
|
||||
action: ""
|
||||
steps:
|
||||
- visit: "https://mcintyreforms.house.gov/forms/writeyourrep/"
|
||||
- fill_in:
|
||||
- name: ctl00$ctl12$FirstName
|
||||
selector: "#ctl00_ctl12_FirstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: ctl00$ctl12$LastName
|
||||
selector: "#ctl00_ctl12_LastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: ctl00$ctl12$Street
|
||||
selector: "#ctl00_ctl12_Street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: ctl00$ctl12$City
|
||||
selector: "#ctl00_ctl12_City"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: ctl00$ctl12$Zip
|
||||
selector: "#ctl00_ctl12_Zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: ctl00$ctl12$Phone
|
||||
selector: "#ctl00_ctl12_Phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: ctl00$ctl12$Email
|
||||
selector: "#ctl00_ctl12_Email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: ctl00$ctl12$Subject
|
||||
selector: "#ctl00_ctl12_Subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: ctl00$ctl12$Body
|
||||
selector: "#ctl00_ctl12_Body"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- name: ctl00$ctl12$CampaignID
|
||||
selector: "#ctl00_ctl12_CampaignID"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- name: ctl00$ctl12$CampaignInfo
|
||||
selector: "#ctl00_ctl12_CampaignInfo"
|
||||
value: $CAMPAIGN_UUID
|
||||
required: false
|
||||
- select:
|
||||
- name: ctl00$ctl12$PrefixList
|
||||
selector: "#ctl00_ctl12_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- "Mr. & Mrs."
|
||||
- Ms.
|
||||
- Dr.
|
||||
- Rev.
|
||||
- LTG
|
||||
- Sgt.
|
||||
- Sen.
|
||||
- "Rev. & Mrs."
|
||||
- Chief
|
||||
- Mayor Pro Tem
|
||||
- Alderman
|
||||
- Rep.
|
||||
- Mayor
|
||||
- Commissioner
|
||||
- Chairman
|
||||
- Sheriff
|
||||
- Chief Deputy
|
||||
- Lieutenant
|
||||
- Resident Agent in Charge
|
||||
- name: ctl00$ctl12$State
|
||||
selector: "#ctl00_ctl12_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$ctl12$IssuesList
|
||||
selector: "#ctl00_ctl12_IssuesList"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: "19976"
|
||||
Agriculture: "19977"
|
||||
Animal Rights: "19978"
|
||||
Appropriations: "19979"
|
||||
"Banking & Finance": "19980"
|
||||
Beach Issues: "19981"
|
||||
Budget Issues: "19982"
|
||||
Business Issues: "19983"
|
||||
Campaign Finance Reform: "19984"
|
||||
Casework: "31150"
|
||||
Childrens Issues: "19985"
|
||||
Crime: "19986"
|
||||
Economic Development: "19990"
|
||||
Education: "19991"
|
||||
Election Issues: "19992"
|
||||
Energy: "19993"
|
||||
Environment: "19994"
|
||||
Ethics: "19995"
|
||||
Family Issues: "19988"
|
||||
Flag Requests: "20019"
|
||||
Foreign Affairs: "19989"
|
||||
General: "20020"
|
||||
Government Reform: "19996"
|
||||
Gun Control: "19997"
|
||||
Health Care: "19998"
|
||||
Housing: "20000"
|
||||
Human Rights: "20001"
|
||||
Immigration: "20002"
|
||||
International Relations: "20003"
|
||||
Judiciary: "20004"
|
||||
Labor: "20005"
|
||||
Law: "20006"
|
||||
Military Issues: "20007"
|
||||
Prescription Drug Coverage: "20008"
|
||||
Property Development: "19987"
|
||||
Scheduling Request: "31151"
|
||||
Science: "20009"
|
||||
Security: "19999"
|
||||
Social Security: "20010"
|
||||
Taxes: "20011"
|
||||
Telecommunications: "20012"
|
||||
Terrorism Issues: "20013"
|
||||
Tour Request: "31152"
|
||||
Trade: "20015"
|
||||
Transportation: "20016"
|
||||
Veterans Affairs: "20017"
|
||||
- check:
|
||||
- name: ctl00$ctl12$ReplyChoice
|
||||
selector: "#ctl00_ctl12_ReplyChoice_0"
|
||||
value: Respond
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl12_SubmitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been sent to the office of Congressman Mike McIntyre
|
||||
|
||||
@@ -1,181 +0,0 @@
|
||||
bioguide: M000508
|
||||
contact_form:
|
||||
method: post
|
||||
action: default.aspx
|
||||
steps:
|
||||
- visit: "https://mckeon.house.gov/forms/writeyourrep/default.aspx"
|
||||
- fill_in:
|
||||
- name: ctl00$ctl10$FirstName
|
||||
selector: "#ctl00_ctl10_FirstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: ctl00$ctl10$LastName
|
||||
selector: "#ctl00_ctl10_LastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: ctl00$ctl10$Street
|
||||
selector: "#ctl00_ctl10_Street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: ctl00$ctl10$City
|
||||
selector: "#ctl00_ctl10_City"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: ctl00$ctl10$Zip
|
||||
selector: "#ctl00_ctl10_Zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: ctl00$ctl10$Phone
|
||||
selector: "#ctl00_ctl10_Phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: ctl00$ctl10$Email
|
||||
selector: "#ctl00_ctl10_Email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: ctl00$ctl10$Subject
|
||||
selector: "#ctl00_ctl10_Subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: ctl00$ctl10$Body
|
||||
selector: "#ctl00_ctl10_Body"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: ctl00$ctl10$PrefixList
|
||||
selector: "#ctl00_ctl10_PrefixList"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Dr.
|
||||
- Ms.
|
||||
- Miss
|
||||
- Warrant Officer
|
||||
- Technical Sergeant
|
||||
- Staff Sergeant
|
||||
- SSgt.
|
||||
- Specialist
|
||||
- Sgt. Maj.
|
||||
- Sgt.
|
||||
- Sergeant Major
|
||||
- Sergeant First Class
|
||||
- Sergeant
|
||||
- Senior Master Sergeant
|
||||
- Senior Chief Petty Officer
|
||||
- Senior Airman
|
||||
- Senator
|
||||
- Seaman Recruit
|
||||
- Seaman Apprentice
|
||||
- Seaman
|
||||
- The Rev.
|
||||
- Rabbi
|
||||
- Private First Class
|
||||
- Private
|
||||
- PFC
|
||||
- Petty Officer Third Class
|
||||
- Petty Officer Second Class
|
||||
- Petty Officer First Class
|
||||
- Pastor and Mrs.
|
||||
- Pastor
|
||||
- Mr. and Dr.
|
||||
- Mr. and Mrs.
|
||||
- Midshipman
|
||||
- Master Sergeant
|
||||
- Master Gunnery Sergeant
|
||||
- Master Chief Petty Officer
|
||||
- Master
|
||||
- Major General
|
||||
- Major
|
||||
- Lt. Col.
|
||||
- Lieutenant Junior Grade
|
||||
- Lieutenant General
|
||||
- Lieutenant Commander
|
||||
- Lieutenant Colonel
|
||||
- Lieutenant
|
||||
- Lance Corporal
|
||||
- The Honorable and Mrs.
|
||||
- The Honorable and Mr.
|
||||
- The Honorable
|
||||
- Gunnery Sergeant
|
||||
- General
|
||||
- Fleet Admiral
|
||||
- First Sergeant
|
||||
- First Lieutenant
|
||||
- Father
|
||||
- Ensign
|
||||
- Dr.
|
||||
- Corporal
|
||||
- Congresswoman
|
||||
- Congressman
|
||||
- Commodore
|
||||
- Admiral
|
||||
- Command Sergeant Major
|
||||
- Commander
|
||||
- Colonel
|
||||
- Chief Warrant Officer
|
||||
- Chief Petty Officer
|
||||
- Chief Master Sergeant
|
||||
- Chaplain
|
||||
- Captain
|
||||
- Cadet
|
||||
- Brigadler General
|
||||
- Airman First Class
|
||||
- Airman
|
||||
- Admiral
|
||||
- 2nd Lieutenant
|
||||
- First Sergeant
|
||||
- First Lieutenant
|
||||
- Bishop
|
||||
- name: ctl00$ctl10$IssuesList
|
||||
selector: "#ctl00_ctl10_IssuesList"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: "45778"
|
||||
Animal Welfare: "9830"
|
||||
Anti Abortion: "45768"
|
||||
Anti College Student Relief: "45770"
|
||||
Anti Genetic Nondiscrimination Act: "45772"
|
||||
Anti Minimum Wage Increase: "45777"
|
||||
Anti Net Neutrality: "45775"
|
||||
Budget: "45745"
|
||||
Cancer: "45746"
|
||||
Competitive Workforce: "9838"
|
||||
Defense and National Security: "9831"
|
||||
Diabetes: "45747"
|
||||
Disasters: "45748"
|
||||
Economy: "9832"
|
||||
Education: "9833"
|
||||
Energy Security: "9834"
|
||||
Environment: "9835"
|
||||
Financial Services: "45750"
|
||||
Foreign Affairs: "45930"
|
||||
Foreign Policy: "45751"
|
||||
"Government Spending & Budget": "9836"
|
||||
Guns: "45752"
|
||||
Health Care: "9837"
|
||||
Homeland Security: "45753"
|
||||
"Immigration & Border Security": "9839"
|
||||
Job Candidate: "45754"
|
||||
Jobs: "9898"
|
||||
Judiciary: "45755"
|
||||
Lobbying Reform: "45756"
|
||||
Seniors: "9840"
|
||||
Transportation: "9841"
|
||||
Veterans: "9842"
|
||||
Water Rights: "9843"
|
||||
- check:
|
||||
- name: ctl00$ctl10$ReplyChoice
|
||||
selector: "#ctl00_ctl10_ReplyChoice_0"
|
||||
value: Respond
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl10_SubmitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you
|
||||
|
||||
@@ -1,104 +0,0 @@
|
||||
bioguide: M000725
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://georgemiller.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: required-valid-email
|
||||
selector: "#contactForm input[name='required-valid-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Animal Protection: "19040"
|
||||
Budget: "13000"
|
||||
Civil Rights: "24100"
|
||||
Education: "17000"
|
||||
Energy: "18000"
|
||||
Environment: "19000"
|
||||
Foreign Affairs: "21000"
|
||||
Healthcare: "22000"
|
||||
Homeland Security: "16240"
|
||||
Housing: "23000"
|
||||
Immigration: "24450"
|
||||
Labor Issues: "25000"
|
||||
Medicare: "22500"
|
||||
Small Business: "14300"
|
||||
Social Security: "10500"
|
||||
Taxes: "28000"
|
||||
Transportation: "29000"
|
||||
Veterans: "30000"
|
||||
Other – Not Listed: "1611"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Email Me - Thank You
|
||||
@@ -1,195 +0,0 @@
|
||||
bioguide: M000933
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://moran.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Animal Protection (General): Animal Protection - General
|
||||
"--- Agriculture": Animal Protection - Agriculture
|
||||
"--- Companion Animals": Animal Protection - Companion Animals
|
||||
"--- Research": Animal Protection - Research
|
||||
Banking and Financial Institutions (General): Banking and Financial Institutions - General
|
||||
"--- Consumer Protections": Banking and Financial Institutions - Consumer Protections
|
||||
"--- Credit Cards": Banking and Financial Institutions - Credit Cards
|
||||
"--- Financial Sector Reform": Banking and Financial Institutions - Financial Sector Reform
|
||||
"--- Loans and Credit": Banking and Financial Institutions - Loans and Credit
|
||||
Consumer Issues: Consumer Issues - General
|
||||
DC Issues: DC Issues - General
|
||||
Defense (General): Defense - General
|
||||
"--- Funding and Procurement": Defense - Funding and Procurement
|
||||
"--- Intelligence": Defense - Intelligence
|
||||
"--- Iraq and Afghanistan": Foreign Affairs - Iraq and Afghanistan
|
||||
Disability Issues: Disability Issues - General
|
||||
Economy and Budget (General): Economy and Budget - General
|
||||
"--- Budget and Spending": Economy and Budget - Budget and Spending
|
||||
"--- Taxation": Economy and Budget - Taxation
|
||||
Education (General): Education - General
|
||||
"--- K12 Education": Education - K12 Education
|
||||
"--- Post Secondary": Education - Post Secondary
|
||||
"--- Pre-K": Education - Pre-K
|
||||
"--- Special Education": Education - Special Education
|
||||
"--- Student Loans and Grants": Education - Student Loans and Grants
|
||||
Elections (General): Elections - General
|
||||
"--- Campaign Finance Reform": Elections - Campaign Finance Reform
|
||||
"--- Voting": Elections - Voting
|
||||
Energy (General): Energy - General
|
||||
"--- Coal": Energy - Coal
|
||||
"--- Natural Gas": Energy - Natural Gas
|
||||
"--- Oil": Energy - Oil
|
||||
"--- Renewable": Energy - Renewable
|
||||
Environment (General): Environment - General
|
||||
"--- Climate Change": Environment - Climate Change
|
||||
"--- Conservation": Environment - Conservation
|
||||
Federal Employees (General): Federal Employees - General
|
||||
"--- Benefits": Federal Employees - Benefits
|
||||
"--- Health": Federal Employees - Health
|
||||
"--- Retirement": Federal Employees - Retirement
|
||||
Food and Agriculture (General): Food and Agriculture - General
|
||||
"--- Animal Welfare": Food and Agriculture - Animal Welfare
|
||||
"--- Food Safety": Food and Agriculture - Food Safety
|
||||
"--- Nutrition": Health - Nutrition
|
||||
Foreign Affairs (General): Foreign Affairs - General
|
||||
"--- East Asia": Foreign Affairs - East Asia
|
||||
"--- Europe": Foreign Affairs - Europe
|
||||
"--- Human Rights": Foreign Affairs - Human Rights
|
||||
"--- International Organizations": Foreign Affairs - International Organizations
|
||||
"--- Iran": Foreign Affairs - Iran
|
||||
"--- Israel and Palestine": Foreign Affairs - Israel and Palestine
|
||||
"--- Latin America": Foreign Affairs - Latin America
|
||||
"--- Middle East and North Africa": Foreign Affairs - Middle East and North Africa
|
||||
"--- Russia and the Former USSR": Foreign Affairs - Russia and the Former USSR
|
||||
"--- South Asia": Foreign Affairs - South Asia
|
||||
"--- SubSaharan Africa": Foreign Affairs - SubSaharan Africa
|
||||
Health (General): Health - General
|
||||
"--- Autism": Health - Autism
|
||||
"--- Cancer": Health - Cancer
|
||||
"--- Drugs and Biologics": Health - Drugs and Biologics
|
||||
"--- Healthcare Reform": Health - Healthcare Reform
|
||||
"--- Medicaid": Health - Medicaid
|
||||
"--- Medicare": Seniors Issues - Medicare
|
||||
"--- Mental Health": Health - Mental Health
|
||||
"--- Specific Diseases and Conditions": Health - Specific Diseases and Conditions
|
||||
Homeland Security (General): Homeland Security - General
|
||||
"--- Patriot Act": Homeland Security - Patriot Act
|
||||
Housing and Urban Development: Housing and Urban Development - General
|
||||
Immigration (General): Immigration - General
|
||||
"--- Border Security": Immigration - Border Security
|
||||
"--- Reform": Immigration - Reform
|
||||
"--- Workplace Enforcement": Immigration - Workplace Enforcement
|
||||
International Trade: International Trade - General
|
||||
Labor: Labor-General
|
||||
Law Enforcement and Justice (General): Law Enforcement and Justice - General
|
||||
"--- Gangs": Law Enforcement and Justice - Gangs
|
||||
"--- Gun Control": Law Enforcement and Justice - Gun Control
|
||||
"--- Illegal Drugs": Law Enforcement and Justice - Illegal Drugs
|
||||
"--- Juvenile Justice": Law Enforcement and Justice - Juvenile Justice
|
||||
"--- Police, Fire and Rescue": "Law Enforcement and Justice - Police, Fire and Rescue"
|
||||
"--- Prison and Parole": Law Enforcement and Justice - Prison and Parole
|
||||
Legal Affairs (General): Legal Affairs - General
|
||||
"--- Gambling": Legal Affairs - Gambling
|
||||
"--- Patent and Trademark": Legal Affairs - Patent and Trademark
|
||||
"--- Supreme Court": Legal Affairs - Supreme Court
|
||||
"--- Tort Reform": Legal Affairs - Tort Reform
|
||||
Legislative Branch Issues: Legislative Branch Issues - General
|
||||
LGBT Issues (General): LGBT Issues - General
|
||||
"--- Discrimination": LGBT Issues - Discrimination
|
||||
"--- Dont Ask, Dont Tell": "LGBT Issues - Dont Ask, Dont Tell"
|
||||
"--- Marriage": LGBT Issues - Marriage
|
||||
Reproductive Issues (General): Reproductive Issues - General
|
||||
"--- Domestic Family Planning": Reproductive Issues - Domestic Family Planning
|
||||
"--- International Family Planning": Reproductive Issues - International Family Planning
|
||||
Science and Technology (General): Science and Technology - General
|
||||
"--- NASA": Science and Technology - NASA
|
||||
"--- STEM Education": Science and Technology - STEM Education
|
||||
Seniors Issues (General): Seniors Issues - General
|
||||
"--- Social Security": Seniors Issues - Social Security
|
||||
Small Business: Small Business - General
|
||||
Telecommunications (General): Telecommunications - General
|
||||
"--- Internet": Telecommunications - Internet
|
||||
"--- Phones": Telecommunications - Phones
|
||||
"--- Radio": Telecommunications - Radio
|
||||
"--- Television": Telecommunications - Television
|
||||
Transportation (General): Transportation - General
|
||||
"--- Air Transport": Transportation - Air Transport
|
||||
"--- Bike and Ped": Transportation - Bike and Ped
|
||||
"--- Metro and WMATA": Transportation - Metro and WMATA
|
||||
"--- Roads": Transportation - Roads
|
||||
Veterans: Veterans - General
|
||||
"--- Arlington Cemetery": Veterans - Arlington Cemetery
|
||||
"--- National Cemetery": Veterans - National Cemetery
|
||||
"--- Pay Issue": Veterans - Pay Issue
|
||||
"--- Tricare": Veterans - Tricare
|
||||
"--- VA Rehab services": Veterans - VA Rehab services
|
||||
Womens Issues: Womens Issues - General
|
||||
Other Issues: Other Issues - General
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Email Me - Thank You
|
||||
@@ -1,127 +0,0 @@
|
||||
bioguide: M001139
|
||||
contact_form:
|
||||
method: get
|
||||
action: /Contact/ContactForm.htm
|
||||
steps:
|
||||
- visit: "http://garymiller.house.gov/contact/"
|
||||
- fill_in:
|
||||
- name: zip5
|
||||
selector: "form.zipform input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: false
|
||||
- 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']"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='firstname']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='lastname']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='street']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: city
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='zip']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='phone']"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: Email
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[name='Email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#ctl00_ctl01_ctl00_Text form textarea[name='message']"
|
||||
value: $MESSAGE
|
||||
required: false
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#ctl00_ctl01_ctl00_Text form select[name='prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
The Honorable: HON
|
||||
Mr.: MR
|
||||
Mrs.: MRS
|
||||
Miss: MISS
|
||||
Ms.: MS
|
||||
"Dr. ": DR
|
||||
- name: State
|
||||
selector: "#ctl00_ctl01_ctl00_Text form select[name='State']"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AL
|
||||
- AK
|
||||
- AZ
|
||||
- AR
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DE
|
||||
- DC
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- ID
|
||||
- IN
|
||||
- IL
|
||||
- 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
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#ctl00_ctl01_ctl00_Text form input[type='submit'][value='Submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for contacting me.
|
||||
@@ -1,65 +0,0 @@
|
||||
bioguide: M001142
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contact-form/
|
||||
steps:
|
||||
- visit: "https://mathesonforms.house.gov/contact-form"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#custom_form24 input[name='street2']"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phonNum
|
||||
selector: "#req_phonNum"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#req_prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#submitButton"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Your message has been successfully submitted"
|
||||
@@ -1,108 +0,0 @@
|
||||
bioguide: M001149
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-mike-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "http://michaud.house.gov/email"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Badger Army Ammunition Plant: BAAP
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Guns: GUN
|
||||
Health: HE
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IM
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SS
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: COMM
|
||||
Transportation: TRAN
|
||||
Trade: TRD
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Other Issues: OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "h1#page-title-no-line"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: THANK YOU
|
||||
@@ -1,128 +0,0 @@
|
||||
bioguide: M001171
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://maffei.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: "#zipauthform input.button"
|
||||
- find:
|
||||
- selector: "#custom_form42"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: messageSub
|
||||
selector: "#req_messageSub"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: Mr.
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
Other: Other
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted.
|
||||
@@ -1,185 +0,0 @@
|
||||
bioguide: M001192
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://mcallister.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: zipcode
|
||||
selector: "#zipcode"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zipfour"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go to Form
|
||||
selector: input.button
|
||||
- find:
|
||||
- selector: "#custom_form42"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: street2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
Other: Other
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "Thank you"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Your message has been successfully submitted.
|
||||
@@ -1,125 +0,0 @@
|
||||
bioguide: N000187
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "http://negretemcleod.house.gov/EmailGloria"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#contactForm input[name='required-valid-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: false
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "h1#page-title"
|
||||
value: "Thank You"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,113 +0,0 @@
|
||||
bioguide: O000169
|
||||
contact_form:
|
||||
method: get
|
||||
action: /Contact/ContactForm.htm
|
||||
steps:
|
||||
- visit: "http://owens.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: "span#ctl00_ctl12_ctl01_Text form"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form.zipform input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form.zipform input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form.zipform input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form.zipform input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form.zipform input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "#zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: phone
|
||||
selector: "form.zipform input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form.zipform input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form.zipform textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form.zipform select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: abo
|
||||
Afghanistan: afg
|
||||
Agriculture: agriculture
|
||||
Animal Rights: animal_rights
|
||||
Budget: budget
|
||||
Debt / Fiscal Responsibility: dbt
|
||||
Defense: defense
|
||||
Economy: economy
|
||||
Education: education
|
||||
Energy: energy
|
||||
Environment: environment
|
||||
Foreign Affairs: foreign_affairs
|
||||
Government Reform: gov_reform
|
||||
Gun Control: gun
|
||||
Health Care: health
|
||||
Homeland Security: homeland_security
|
||||
Housing: hou
|
||||
Immigration: imm
|
||||
Iraq: ira
|
||||
Judiciary: judiciary
|
||||
Jobs / Labor: lab
|
||||
Social Issues: social
|
||||
Social Security: social_security
|
||||
Taxes: taxes
|
||||
Telecommunications: tel
|
||||
Trade: trade
|
||||
Transportation: transportation
|
||||
Veterans: vet
|
||||
Other: oth
|
||||
- name: response
|
||||
selector: "form.zipform select[name='response']"
|
||||
value: "yes"
|
||||
required: true
|
||||
options:
|
||||
I would like a response: "yes"
|
||||
I do not require a response: "no"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form.zipform input[type='submit'][value='Send Email']"
|
||||
- find:
|
||||
- selector: "#ctl00_ctl12_ctl00_Text"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for your submission.
|
||||
@@ -1,176 +0,0 @@
|
||||
bioguide: P000099
|
||||
contact_form:
|
||||
method: post
|
||||
action: /email-me/
|
||||
steps:
|
||||
- visit: "https://pastor.house.gov/email-me"
|
||||
- fill_in:
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: street
|
||||
selector: "#req_street"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zipcode
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zipfour
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: emailaddress
|
||||
selector: "#req_email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#req_phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: subject
|
||||
selector: "#req_subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: message
|
||||
selector: "#req_message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
Mr.: "Mr. "
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Hon.: Hon.
|
||||
Rev.: Rev.
|
||||
Rabbi: Rabbi
|
||||
- name: state
|
||||
selector: "#req_state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
- AK
|
||||
- AL
|
||||
- AR
|
||||
- AZ
|
||||
- CA
|
||||
- CO
|
||||
- CT
|
||||
- DC
|
||||
- DE
|
||||
- FL
|
||||
- GA
|
||||
- HI
|
||||
- IA
|
||||
- ID
|
||||
- IL
|
||||
- IN
|
||||
- KS
|
||||
- KY
|
||||
- LA
|
||||
- MA
|
||||
- MD
|
||||
- ME
|
||||
- MI
|
||||
- MN
|
||||
- MO
|
||||
- MS
|
||||
- MT
|
||||
- NC
|
||||
- ND
|
||||
- NE
|
||||
- NH
|
||||
- NJ
|
||||
- NM
|
||||
- NV
|
||||
- NY
|
||||
- OH
|
||||
- OK
|
||||
- OR
|
||||
- PA
|
||||
- PR
|
||||
- RI
|
||||
- SC
|
||||
- SD
|
||||
- TS
|
||||
- TX
|
||||
- UT
|
||||
- VA
|
||||
- VT
|
||||
- WA
|
||||
- WI
|
||||
- WV
|
||||
- WY
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: ANIM
|
||||
Arts: ARTS
|
||||
Banking and Finance: FIN.BANK
|
||||
Budget: BUD
|
||||
Business and Industry: BUS
|
||||
Constitutional Law: CONST.LAW
|
||||
Criminal Law: CRI.LAW
|
||||
Defense: DEF
|
||||
Economy: ECON
|
||||
E-mail Newsletter: EMAIL
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Elections: ELEC.CAMP
|
||||
"Employment, Labor and Pensions": EMPLOY
|
||||
Environment: ENV
|
||||
Foreign Affairs: FOR
|
||||
Health Care: HEA.CARE
|
||||
Homeland Security: HOM
|
||||
Housing: HOU
|
||||
Human Rights: HUMAN RIGHTS
|
||||
Immigration: IMM
|
||||
Intern: INT
|
||||
Intellectual Property: IP.PAT.COPY
|
||||
Judiciary and the Courts: JUD
|
||||
Native Americans: NAV.AMER
|
||||
Natural Resources: NAT.RES
|
||||
Science and NASA: SCI.NASA
|
||||
Seniors Issues: SEN
|
||||
Social Security: SOC
|
||||
Small Business: BUS.SM
|
||||
Taxes: TAX
|
||||
Telecommunications and the Internet: TELE.INT
|
||||
Technology: TECH
|
||||
Trade: TRD
|
||||
Transportation: TRANS
|
||||
Veterans: VET
|
||||
"Women's Issues": WOM
|
||||
- uncheck:
|
||||
- name: newsletter
|
||||
selector: "#newsletter"
|
||||
value: "<AFFL>Email.Optin</AFFL>"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "Thank you"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: successfully submitted
|
||||
@@ -1,71 +0,0 @@
|
||||
bioguide: P000265
|
||||
contact_form:
|
||||
method: POST
|
||||
action: "http://petri.house.gov/htbin/formproc/email-me.txt&display=/contact-me/email-me-thankyou&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: http://petri.house.gov/contact-me/email-me
|
||||
- fill_in:
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: Yes
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: Yes
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: Yes
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: Yes
|
||||
- click_on:
|
||||
- value: "Go To Next Step"
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: Yes
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: Yes
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: Yes
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: Yes
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: Yes
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: Yes
|
||||
- click_on:
|
||||
- value: "Send Email"
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "h1#page-title-no-line"
|
||||
value: "Thank You"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Email Me - Thank You"
|
||||
|
||||
@@ -1,236 +0,0 @@
|
||||
bioguide: P000590
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contact/form
|
||||
steps:
|
||||
- visit: "http://www.pryor.senate.gov/contact/form"
|
||||
- fill_in:
|
||||
- name: "field_first_name[und][0][value]"
|
||||
selector: "#edit-field-first-name-und-0-value"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: "field_last_name[und][0][value]"
|
||||
selector: "#edit-field-last-name-und-0-value"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: "field_email[und][0][email]"
|
||||
selector: "#edit-field-email-und-0-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: "field_phone[und][0][value]"
|
||||
selector: "#edit-field-phone-und-0-value"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: "field_address[und][0][thoroughfare]"
|
||||
selector: "#edit-field-address-und-0-thoroughfare"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: "field_address[und][0][premise]"
|
||||
selector: "#edit-field-address-und-0-premise"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: "field_address[und][0][locality]"
|
||||
selector: "#edit-field-address-und-0-locality"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: "field_address[und][0][postal_code]"
|
||||
selector: "#edit-field-address-und-0-postal-code"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: "field_comments[und][0][value]"
|
||||
selector: "#edit-field-comments-und-0-value"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: "field_prefix_all[und]"
|
||||
selector: "#edit-field-prefix-all-und"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
"- Select a value -": _none
|
||||
Mr.: Mr.
|
||||
Mrs.: Mrs.
|
||||
Ms.: Ms.
|
||||
Mr. and Mrs.: Mr. and Mrs.
|
||||
Miss: Miss
|
||||
Dr.: Dr.
|
||||
Dr. and Mrs.: Dr. and Mrs.
|
||||
Dr. and Mr.: Dr. and Mr.
|
||||
Drs.: Drs.
|
||||
Professor: Professor
|
||||
The Honorable: The Honorable
|
||||
Reverend: Reverend
|
||||
Pastor: Pastor
|
||||
Representative: Representative
|
||||
The Reverend Monsignor: The Reverend Mosignor
|
||||
The Reverend Dr.: The Reverend Dr.
|
||||
Sister: Sister
|
||||
Brother: Brother
|
||||
Rabbi: Rabbi
|
||||
Gen: Gen
|
||||
LtGen: LtGen
|
||||
MajGen: MajGen
|
||||
Brig Gen: Brig Gen
|
||||
Col: Col
|
||||
LtCol: LtCol
|
||||
Maj: Maj
|
||||
Capt: Capt.
|
||||
1stLt: 1stLt
|
||||
2ndLt: 2ndLt
|
||||
CWO: CWO
|
||||
WO: WO
|
||||
SgtMaj: SgtMaj
|
||||
MGySgt: MGySgt
|
||||
1stSgt: 1stSgt
|
||||
MSgt: MSgt
|
||||
GySgt: GvSgt
|
||||
SSgt: SSgt
|
||||
Sgt: Sgt
|
||||
Cpl: Cpl
|
||||
LCpl: LCpl
|
||||
PFC: PFC
|
||||
Pvt: Pvt
|
||||
CMSAF: CMSAF
|
||||
CMSgt: CMSgt
|
||||
SMSgt: SMSgt
|
||||
TSgt: TSgt
|
||||
SFC: SFC
|
||||
SSG: SSG
|
||||
SP: SP
|
||||
ADM: ADM
|
||||
VADM: VADM
|
||||
RADM: RADM
|
||||
RDML: RDML
|
||||
ENS: ENS
|
||||
CDR: CDR
|
||||
LCDR: LCDR
|
||||
LT: LT
|
||||
LTJG: LTJG
|
||||
MCPO: MCPO
|
||||
SCPO: SCPO
|
||||
CPO: CPO
|
||||
PO1: PO1
|
||||
PO2: PO2
|
||||
PO3: PO3
|
||||
SN/AN/FN/CN/HN: Seaman
|
||||
- name: "field_address[und][0][administrative_area]"
|
||||
selector: "#edit-field-address-und-0-administrative-area"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
Alabama: AL
|
||||
Alaska: AK
|
||||
Arizona: AZ
|
||||
Arkansas: AR
|
||||
California: CA
|
||||
Colorado: CO
|
||||
Connecticut: CT
|
||||
Delaware: DE
|
||||
District Of Columbia: DC
|
||||
Florida: FL
|
||||
Georgia: GA
|
||||
Hawaii: HI
|
||||
Idaho: ID
|
||||
Illinois: IL
|
||||
Indiana: IN
|
||||
Iowa: IA
|
||||
Kansas: KS
|
||||
Kentucky: KY
|
||||
Louisiana: LA
|
||||
Maine: ME
|
||||
Maryland: MD
|
||||
Massachusetts: MA
|
||||
Michigan: MI
|
||||
Minnesota: MN
|
||||
Mississippi: MS
|
||||
Missouri: MO
|
||||
Montana: MT
|
||||
Nebraska: NE
|
||||
Nevada: NV
|
||||
New Hampshire: NH
|
||||
New Jersey: NJ
|
||||
New Mexico: NM
|
||||
New York: NY
|
||||
North Carolina: NC
|
||||
North Dakota: ND
|
||||
Ohio: OH
|
||||
Oklahoma: OK
|
||||
Oregon: OR
|
||||
Pennsylvania: PA
|
||||
Rhode Island: RI
|
||||
South Carolina: SC
|
||||
South Dakota: SD
|
||||
Tennessee: TN
|
||||
Texas: TX
|
||||
Utah: UT
|
||||
Vermont: VT
|
||||
Virginia: VA
|
||||
Washington: WA
|
||||
West Virginia: WV
|
||||
Wisconsin: WI
|
||||
Wyoming: WY
|
||||
"--": " "
|
||||
Armed Forces (Americas): AA
|
||||
"Armed Forces (Europe, Canada, Middle East, Africa)": AE
|
||||
Armed Forces (Pacific): AP
|
||||
American Samoa: AS
|
||||
Federated States of Micronesia: FM
|
||||
Guam: GU
|
||||
Marshall Islands: MH
|
||||
Northern Mariana Islands: MP
|
||||
Palau: PW
|
||||
Puerto Rico: PR
|
||||
Virgin Islands: VI
|
||||
- name: "field_subject[und]"
|
||||
selector: "#edit-field-subject-und"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
"- Select a value -": _none
|
||||
Casework: Casework
|
||||
Agriculture: Agriculture
|
||||
Appropriations: Appropriations
|
||||
Culture: Arts/Culture
|
||||
Banking and Finance: Banking/Finance
|
||||
Budget: Budget
|
||||
Business: Business/Small Business
|
||||
Communications: Communications
|
||||
"Defense/Armed Services,National Security": Defense
|
||||
Economy: Economy
|
||||
Education: Education
|
||||
Energy: Energy
|
||||
Environment: Environment
|
||||
Foreign Affairs: Foreign Affairs
|
||||
Governmental Affairs/Civil Service: Governmental Affairs
|
||||
Health: Health
|
||||
Housing: Housing
|
||||
Immigration: Immigration
|
||||
Interior: Interior
|
||||
Internship: adintern
|
||||
Judiciary Issues: Judiciary
|
||||
Labor: Labor
|
||||
Military Academy Appointment: adacademy
|
||||
Other: adgeneral
|
||||
Science/Technology: ScienceandTechnology
|
||||
Seniors: Seniors
|
||||
Social Security: Social Security
|
||||
Taxes: Tax
|
||||
Trade: Trade
|
||||
Transportation: Transportation
|
||||
Treasury: Treasury
|
||||
US Army Corp of Engineers: US Army Corp of Engineers
|
||||
Veterans: Veterans
|
||||
Welfare: Welfare
|
||||
Share Your Spending Cut Ideas: Spending Cuts
|
||||
- check:
|
||||
- name: "field_response_requested[und]"
|
||||
selector: "#edit-field-response-requested-und-y"
|
||||
value: "Y"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#edit-submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for contacting
|
||||
@@ -1,85 +0,0 @@
|
||||
bioguide: P000595
|
||||
contact_form:
|
||||
method: post
|
||||
action: /contact-us-form/
|
||||
steps:
|
||||
- visit: "https://petersforms.house.gov/contact-us-form"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#custom_form2 input[name='prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: firstname
|
||||
selector: "#req_firstname"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastname
|
||||
selector: "#req_lastname"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: addr1
|
||||
selector: "#req_addr1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: addr2
|
||||
selector: "#custom_form2 input[name='addr2']"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#req_city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#req_zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip2
|
||||
selector: "#zip2"
|
||||
value: $ADDRESS_ZIP_PLUS_4
|
||||
required: false
|
||||
- name: email
|
||||
selector: "#email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: msg
|
||||
selector: "#req_msg"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: issue
|
||||
selector: "#req_issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Economy: WEBECON
|
||||
Education and Labor: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
Government Reform: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
International Relations: WEBINT
|
||||
Judicial: WEBJUD
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Taxes and Trade: WEBTAX
|
||||
Telecommunications: WEBTEL
|
||||
Transportation: WEBTRA
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other: WEBOTH
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#submitButton"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "Thank You"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you for contacting my office.
|
||||
@@ -1,105 +0,0 @@
|
||||
bioguide: R000011
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://rahall.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Badger Army Ammunition Plant: BAAP
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Guns: GUN
|
||||
Health: HE
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IM
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SS
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: COMM
|
||||
Transportation: TRAN
|
||||
Trade: TRD
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank You
|
||||
|
||||
@@ -1,119 +0,0 @@
|
||||
bioguide: R000361
|
||||
contact_form:
|
||||
method: POST
|
||||
action: http://www.rockefeller.senate.gov/public/index.cfm/email-jay
|
||||
steps:
|
||||
- visit: http://www.rockefeller.senate.gov/public/index.cfm/email-jay
|
||||
- fill_in:
|
||||
- name: field_e65432d4-d768-4783-9003-4c5b2d72f3e6
|
||||
selector: "#field_e65432d4-d768-4783-9003-4c5b2d72f3e6"
|
||||
value: "$NAME_FIRST"
|
||||
required: Yes
|
||||
- name: field_6bb11427-2bba-44f8-a8ca-6da13417cc75
|
||||
selector: "#field_6bb11427-2bba-44f8-a8ca-6da13417cc75"
|
||||
value: "$NAME_LAST"
|
||||
required: Yes
|
||||
- name: field_aef48768-6610-401d-bdc3-194a8b23e363
|
||||
selector: "#field_aef48768-6610-401d-bdc3-194a8b23e363"
|
||||
value: "$ADDRESS_STREET"
|
||||
required: Yes
|
||||
- name: field_645741a2-513e-440b-ae57-0edb165ac597
|
||||
selector: "#field_645741a2-513e-440b-ae57-0edb165ac597"
|
||||
value: "$ADDRESS_STREET_2"
|
||||
- name: field_9d045033-75b8-4e27-875b-4138c5e2299b
|
||||
selector: "#field_9d045033-75b8-4e27-875b-4138c5e2299b"
|
||||
value: "$ADDRESS_CITY"
|
||||
required: Yes
|
||||
- name: field_8ae8c5ac-112b-46f4-bc3f-672f443dd752
|
||||
selector: "#field_8ae8c5ac-112b-46f4-bc3f-672f443dd752"
|
||||
value: "$ADDRESS_ZIP5"
|
||||
required: Yes
|
||||
- name: field_c878e197-12ce-4617-8b39-6b67ad59db46
|
||||
selector: "#field_c878e197-12ce-4617-8b39-6b67ad59db46"
|
||||
value: "$PHONE"
|
||||
required: Yes
|
||||
- name: field_265a0910-01be-468c-b49f-a76de1ef3a0e
|
||||
selector: "#field_265a0910-01be-468c-b49f-a76de1ef3a0e"
|
||||
value: "$EMAIL"
|
||||
required: Yes
|
||||
- name: field_cf055bc3-ce38-4e65-981c-1cb8fdaa0d8d
|
||||
selector: "#field_cf055bc3-ce38-4e65-981c-1cb8fdaa0d8d"
|
||||
value: "$SUBJECT"
|
||||
required: Yes
|
||||
- name: field_be3a5192-d7c0-438d-8541-201ff907439f
|
||||
selector: "#field_be3a5192-d7c0-438d-8541-201ff907439f"
|
||||
value: "$MESSAGE"
|
||||
required: Yes
|
||||
- select:
|
||||
- name: field_34557808-d8ce-4cf6-9278-820e89836f62
|
||||
selector: "#field_34557808-d8ce-4cf6-9278-820e89836f62"
|
||||
value: "$NAME_PREFIX"
|
||||
required: Yes
|
||||
options:
|
||||
- "Mr."
|
||||
- "Mrs."
|
||||
- "Ms."
|
||||
- "Mr. and Mrs."
|
||||
- "Dr."
|
||||
- "Dr. and Mrs."
|
||||
- "Reverend"
|
||||
- "Sister"
|
||||
- "Pastor"
|
||||
- "The Honorable"
|
||||
- "Representative"
|
||||
- "Senator"
|
||||
- name: field_d332d1d4-48b6-417d-99f8-5854d1e55c69
|
||||
selector: "#field_d332d1d4-48b6-417d-99f8-5854d1e55c69"
|
||||
value: "$ADDRESS_STATE_POSTAL_ABBREV"
|
||||
required: Yes
|
||||
options: US_STATES_AND_TERRITORIES
|
||||
- name: field_27f57989-8141-442b-bff8-f94a71c61013
|
||||
selector: "#field_27f57989-8141-442b-bff8-f94a71c61013"
|
||||
value: "$TOPIC"
|
||||
required: Yes
|
||||
options:
|
||||
"Abortion": "ABGE"
|
||||
"Agriculture": "AGGE"
|
||||
"Animal Welfare/Endangered Species": "ANGE"
|
||||
"Appropriations": "APGE"
|
||||
"Arts": "ARGE"
|
||||
"Banking": "BAGE"
|
||||
"Budget": "BUGE"
|
||||
"Campaign Finance Reform/Elections": "CAEL"
|
||||
"Casework": "CASE"
|
||||
"Children's Issues": "CHGE"
|
||||
"Civil Rights": "CIGE"
|
||||
"Crime and Drugs": "CRGE"
|
||||
"Defense": "DEGE"
|
||||
"Economy": "ECGE"
|
||||
"Education": "EDGE"
|
||||
"Energy": "EGGE"
|
||||
"Environment": "ENGE"
|
||||
"Federal Government": "FEGE"
|
||||
"Firearms": "GUNS"
|
||||
"Healthcare": "HEGE"
|
||||
"Historic Preservation": "HIGE"
|
||||
"Homeland Security": "HSGE"
|
||||
"Housing": "HOGE"
|
||||
"Immigration": "IMGE"
|
||||
"Iraq": "IQGE"
|
||||
"Judiciary": "JUGE"
|
||||
"Labor": "LAGE"
|
||||
"Medicare": "MEGE"
|
||||
"Postal Service": "POGE"
|
||||
"Small Business": "SMGE"
|
||||
"Social Security": "SOGE"
|
||||
"Taxes": "TAGE"
|
||||
"Telecommunications": "TEGE"
|
||||
"Trade": "TRGE"
|
||||
"Transportation": "TNGE"
|
||||
"Veterans": "VEGE"
|
||||
"Welfare": "WEGE"
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: ".buttonHolder input"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you!"
|
||||
@@ -1,93 +0,0 @@
|
||||
bioguide: R000572
|
||||
contact_form:
|
||||
method: post
|
||||
action: /submit-contact.aspx
|
||||
steps:
|
||||
- visit: "https://mikerogers.house.gov/contact/contactform.htm?zip5=48915"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "form.zipform[name='contact'] input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "form.zipform[name='contact'] input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "form.zipform[name='contact'] input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "form.zipform[name='contact'] input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "form.zipform[name='contact'] input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "form.zipform[name='contact'] input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "form.zipform[name='contact'] input[name='zip4']"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "form.zipform[name='contact'] input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: cell
|
||||
selector: "form.zipform[name='contact'] input[name='cell']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-email
|
||||
selector: "form.zipform[name='contact'] input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "form.zipform[name='contact'] textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "form.zipform[name='contact'] select[name='required-issue']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AG
|
||||
Abortion: AB
|
||||
Budget: BUD
|
||||
Congressional Ethics: CONETHICS
|
||||
Defense: DEF
|
||||
Economy: ECON
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Gun Control: GUN
|
||||
Health: HE
|
||||
Homeland Security: DHS
|
||||
Housing: HUD
|
||||
Immigration: HUD
|
||||
International Relations: INTREL
|
||||
Iraq: IRAQ
|
||||
Labor: LABOR
|
||||
Medicare: MED
|
||||
Prescription Drugs: HE_DRUG
|
||||
Social Security: SS
|
||||
Taxes: TAX
|
||||
Trade: TRADE
|
||||
Telecommunications: TEL
|
||||
Transportation: TRAN
|
||||
Veterans: VET
|
||||
Others: GEN
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "form.zipform[name='contact'] input[type='submit'][value='Send Email']"
|
||||
- find:
|
||||
selector: "#ctl00_ctl11_ctl00_Text"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you for sending me your email, I will be in touch with you soon."
|
||||
@@ -1,115 +0,0 @@
|
||||
bioguide: R000594
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://runyan.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: false
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-valid-email
|
||||
selector: "#email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Budget: BUD
|
||||
Defense: DEF
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Government Issues: GOV
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judicial: JUD
|
||||
Labor: LAB
|
||||
Social Issues: SOC
|
||||
Social Security: SSEC
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
Welfare: WEL
|
||||
Other Issues: Other
|
||||
- choose:
|
||||
- selector: "input#response-needed-yes"
|
||||
value: "Y"
|
||||
- uncheck:
|
||||
- name: newsletter-subscribe
|
||||
selector: "#newsletter-subscribe"
|
||||
value: EMAIL.OPTIN
|
||||
- click_on:
|
||||
- value: Send Request
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "h1#page-title-no-line"
|
||||
value: "Thank You"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,121 +0,0 @@
|
||||
bioguide: S000937
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://stockman.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
|
||||
@@ -1,107 +0,0 @@
|
||||
bioguide: S001162
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/serving-you/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "http://schwartz.house.gov/serving-you/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture/Nutrition: AG
|
||||
Animal Welfare: ANIMAL RIGHTS
|
||||
Budget: BUD
|
||||
Campaign Finance: CAMP FIN
|
||||
Civil Liberties: CIV
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: ED
|
||||
Energy: EN
|
||||
Environment: ENV
|
||||
Financial Services/Banking: FIN SERVICE
|
||||
Foreign Relations: FOREIGN AFFAIRS
|
||||
Gun Violence: GUNS
|
||||
Health Care: HEA
|
||||
Homeland Security: HOME.SEC
|
||||
House Ethics: ETHICS
|
||||
Immigration: IMM
|
||||
Judiciary: JUDICIARY
|
||||
"Labor & Unions": LAB
|
||||
Livable/Sustainable Communities: LIV/SUS COMM
|
||||
Medicare: MEDICARE
|
||||
Postal Service: POSTAL
|
||||
Retirement Savings/Pensions: RETIRE/PENSIONS
|
||||
Science: SCI
|
||||
Small Business: SMALL BUS
|
||||
Social Security: SS
|
||||
Tax Policy: TAX
|
||||
Telecommunications: TELECOM
|
||||
Trade: TRADE
|
||||
Transportation: TRAN
|
||||
Veterans: VET
|
||||
"Women's Issues": WOM
|
||||
Local Issues: LOCAL
|
||||
Request Help: CASE STATUS
|
||||
Visiting D.C. Questions: TOUR
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
|
||||
@@ -1,121 +0,0 @@
|
||||
bioguide: S001170
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://shea-porter.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,90 +0,0 @@
|
||||
bioguide: S001186
|
||||
contact_form:
|
||||
method: post
|
||||
action: /index.cfm/email-me
|
||||
steps:
|
||||
- visit: "https://southerland.house.gov/index.cfm/email-me"
|
||||
- fill_in:
|
||||
- name: field_9B180288-F654-47A4-AAC2-27E58024DE6A
|
||||
selector: "#field_9B180288-F654-47A4-AAC2-27E58024DE6A"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: field_3C7773AD-761E-4223-9C3C-CA95C3AAF7CD
|
||||
selector: "#field_3C7773AD-761E-4223-9C3C-CA95C3AAF7CD"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: field_5C6E0875-242D-4F0E-A160-62F9F0F49CBC
|
||||
selector: "#field_5C6E0875-242D-4F0E-A160-62F9F0F49CBC"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: field_8AA799B5-D0D9-418A-AC1C-CD5F36A1212C
|
||||
selector: "#field_8AA799B5-D0D9-418A-AC1C-CD5F36A1212C"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: field_310AB902-1D78-4444-849D-077807C25EAF
|
||||
selector: "#field_310AB902-1D78-4444-849D-077807C25EAF"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: field_CBB002B7-A52E-43F6-B933-A006D6FF5ED8
|
||||
selector: "#field_CBB002B7-A52E-43F6-B933-A006D6FF5ED8"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: field_83770021-924F-4BE5-B642-98871EC90DEE
|
||||
selector: "#field_83770021-924F-4BE5-B642-98871EC90DEE"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: field_06D695EE-1785-4002-A12C-55FF3AFC3D7F
|
||||
selector: "#field_06D695EE-1785-4002-A12C-55FF3AFC3D7F"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: field_92EEBE28-4E22-463D-8F1F-42318E671DFE
|
||||
selector: "#field_92EEBE28-4E22-463D-8F1F-42318E671DFE"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: field_FB060D46-A4CC-4568-A77D-D0D975C9869F
|
||||
selector: "#field_FB060D46-A4CC-4568-A77D-D0D975C9869F"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: field_88CF096A-902E-4ABD-9832-F24DCC3B9EE2
|
||||
selector: "#field_88CF096A-902E-4ABD-9832-F24DCC3B9EE2"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: field_AD57E3B4-5705-489D-BE8A-EE887514258C
|
||||
selector: "#field_AD57E3B4-5705-489D-BE8A-EE887514258C"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Abortion: ABOR
|
||||
Agriculture: AGR
|
||||
Budget: BUD
|
||||
Defense: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environmental: ENV
|
||||
Financial Services: FIN
|
||||
Governmental Reform: GOV
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
No Response Necessary: NRN
|
||||
Social Issues: SOC
|
||||
Social Security: SSEC
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: div.buttonHolder input
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you!"
|
||||
|
||||
@@ -1,126 +0,0 @@
|
||||
bioguide: S001190
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://schneider.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#contactForm input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#contactForm input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-state
|
||||
selector: "#required-state"
|
||||
value: "IL"
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#contactForm input[name='required-valid-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: AGR
|
||||
Animals: AN
|
||||
Arts and Humanities: ART
|
||||
Banking and Finance: BANK
|
||||
Budget and Economy: BUD
|
||||
Campaign Finance Reform: CFR
|
||||
Congress and Elections: CONG
|
||||
District of Columbia--Tours: TOUR
|
||||
Defense and Military: DEF
|
||||
Economy: ECON
|
||||
Education: EDU
|
||||
Energy: ENE
|
||||
Environment: ENV
|
||||
Federal Employees: FED
|
||||
Foreign Relations: FR
|
||||
Government Reform: GOV
|
||||
Guns: GUN
|
||||
Health: HEA
|
||||
Homeland Security: HOM
|
||||
Housing and Urban Development: HUD
|
||||
Immigration: IMM
|
||||
International Relations: INT
|
||||
Judiciary: JUD
|
||||
Labor: LAB
|
||||
LGBT: LGBT
|
||||
No Response Necessary: NRN
|
||||
Post Office: POST
|
||||
Science and Technology: SCI
|
||||
Social Issues: SOC
|
||||
Senior Citizens: SENIORS
|
||||
Social Security: SSEC
|
||||
Social Services: SOC.SERVICES
|
||||
Taxes: TAX
|
||||
Telecommunications: TEL
|
||||
Transportation: TRA
|
||||
Trade: TRADE
|
||||
Veterans: VET
|
||||
"Women's Issues": WOMEN
|
||||
Welfare: WEL
|
||||
Other Issues: OTHER
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,165 +0,0 @@
|
||||
bioguide: T000266
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://tierney.house.gov/contact/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
- Mr.
|
||||
- Mrs.
|
||||
- Ms.
|
||||
- Miss
|
||||
- Dr.
|
||||
- Rev.
|
||||
- Prof.
|
||||
- Hon.
|
||||
- Rabbi
|
||||
- Sister
|
||||
- Fr.
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Animal Welfare: Animal Welfare
|
||||
Appropriations: Appropriations
|
||||
Agriculture -- General: Agriculture--General
|
||||
Agriculture -- Food Safety: Agriculture--Food Safety
|
||||
"Arts & Humanities": "Arts & Humanities"
|
||||
Budget: Budget
|
||||
Children’s Issues: Children’s Issues
|
||||
Census: Census
|
||||
Civil Rights/Civil Liberties: Civil Rights/Civil Liberties
|
||||
Consumer Protection -- Credit Cards: Consumer Protection--Credit Cards
|
||||
Consumer Protection -- General: Consumer Protection--General
|
||||
Corporate Reform: Corporate Reform
|
||||
Congratulatory Letter Request: Congratulatory Letter Request
|
||||
Defense: Defense
|
||||
Economy: Economy
|
||||
Economic Stimulus/American Recovery and Reinvestment: Economic Stimulus/American Recovery and Reinvestment
|
||||
"Education -- Early Education & Head Start": "Education--Early Education & Head Start"
|
||||
"Education -- Elementary & Secondary Education": "Education--Elementary & Secondary Education"
|
||||
Education -- Special Education: Education--Special Education
|
||||
"Education -- Libraries & Museums": "Education--Libraries & Museums"
|
||||
Education -- Higher Education: Education--Higher Education
|
||||
"Education -- Financial Aid & Student Loans": "Education--Financial Aid & Student Loans"
|
||||
"Election Reform & Campaign Finance": "Election Reform & Campaign Finance"
|
||||
Energy: Energy
|
||||
Environment/Climate Change: Environment/Climate Change
|
||||
Environment/Natural Resources: Environment/Natural Resources
|
||||
Fisheries: Fisheries
|
||||
Financial Services/Banking/Insurance: Financial Services/Banking / Insurance
|
||||
Gas Prices: Gas Prices
|
||||
"Government Reform & Oversight": "Government Reform & Oversight"
|
||||
Gun Control: Gun Control
|
||||
Health Care -- General: Health Care--General
|
||||
Health Care -- Children: Health Care--Children
|
||||
Health Care -- Health Insurance Reform: Health Care--Health Insurance Reform
|
||||
Health Care -- Medicare: Health Care--Medicare
|
||||
Health Care -- Medicaid: Health Care--Medicaid
|
||||
Health Care -- Prescription Drugs: Health Care--Prescription Drugs
|
||||
Homeland Security: Homeland Security
|
||||
Housing: Housing
|
||||
Immigration: Immigration
|
||||
"Intelligence & National Security": "Intelligence & National Security"
|
||||
International Relations -- General: International Relations--General
|
||||
International Relations -- Asia: International Relations--Asia
|
||||
International Relations -- Europe: International Relations--Europe
|
||||
International Relations -- Latin America: International Relations--Latin America
|
||||
International Relations -- Foreign Aid: International Relations--Foreign Aid
|
||||
International Relations -- Middle East: International Relations--Middle East
|
||||
"John's Spotlight": Spotlight
|
||||
Labor: Labor
|
||||
Military Issues: Military Issues
|
||||
Missile Defense: Missile Defense
|
||||
Nomination for Military Service Academy: Nomination for Military Service Academy
|
||||
"National & Community Service": "National & Community Service"
|
||||
Passport (Immediate/Urgent Requests Only): Passport
|
||||
"Pensions & Retirement Issues": "Pensions & Retirement Issues"
|
||||
Postal Issues: Postal Issues
|
||||
Public Safety -- Police/Fire/First Responders: Public Safety--Police/Fire/First Responders
|
||||
Science: Science
|
||||
Small Business: Small Business
|
||||
Social Security: Social Security
|
||||
Space: Space
|
||||
Taxes: Taxes
|
||||
Telecommunications: Telecommunications
|
||||
Trade: Trade
|
||||
Transportation -- General: Transportation--General
|
||||
Transportation -- Aviation: Transportation--Aviation
|
||||
Transportation -- Highways: Transportation--Highways
|
||||
Transportation -- Rail: Transportation--Rail
|
||||
Veterans: Veterans
|
||||
Unemployment: Unemployment
|
||||
Women’s Issues: Women’s Issues
|
||||
- name: required-response
|
||||
selector: "#required-response"
|
||||
value: "Y"
|
||||
required: true
|
||||
options:
|
||||
"Yes, please contact me": "Y"
|
||||
"No, I wanted to voice my opinion": "N"
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "The following information has been submitted:"
|
||||
@@ -1,86 +0,0 @@
|
||||
bioguide: T000459
|
||||
contact_form:
|
||||
method: post
|
||||
action: /submit-contact-iq.aspx
|
||||
steps:
|
||||
- visit: "http://leeterry.house.gov/contact/"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#contact input[name='required-prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#contact input[name='required-first']"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#contact input[name='required-last']"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#contact input[name='required-address']"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: required-city
|
||||
selector: "#contact input[name='required-city']"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip5
|
||||
selector: "#contact input[name='zip5']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#contact input[name='zip4']"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- name: required-email
|
||||
selector: "#contact input[name='required-email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#contact input[name='phone']"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-message
|
||||
selector: "#contact textarea[name='required-message']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#subject"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
Government Issues: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Immigration: WEBIMM
|
||||
International Relations: WEBINT
|
||||
Judicial: WEBJUD
|
||||
Labor: WEBLAB
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Taxes: WEBTAX
|
||||
Telecommunications: WEBTEL
|
||||
Transportation: WEBTRA
|
||||
Trade: WEBTRADE
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other Issues: WEBOTH
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contact input[type='submit'][value='Send Email']"
|
||||
- find:
|
||||
- selector: "span#ctl00_PageLink"
|
||||
value: "THANK YOU"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you. Your form has been successfully submitted.
|
||||
@@ -1,99 +0,0 @@
|
||||
bioguide: U000038
|
||||
contact_form:
|
||||
method: post
|
||||
action: ""
|
||||
steps:
|
||||
- visit: "http://www.markudall.senate.gov/?p=contact_us"
|
||||
- fill_in:
|
||||
- name: Prefix
|
||||
selector: "#Prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: false
|
||||
- name: firstName
|
||||
selector: "#firstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastName
|
||||
selector: "#lastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: Address1
|
||||
selector: "#Address1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: Address2
|
||||
selector: "#Address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#thisForm input[name='zip']"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: email
|
||||
selector: "#thisForm input[name='email']"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: messageSubject
|
||||
selector: "#messageSubject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: MessageBody
|
||||
selector: "#thisForm textarea[name='MessageBody']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: Subject
|
||||
selector: "#thisForm select[name='Subject']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
"\n\t\t\t\t\t\t2nd Amendment\n\t\t\t\t\t": 2nd Amendment
|
||||
"\n\t\t\t\t\t\tAerospace\n\t\t\t\t\t": Aerospace
|
||||
"\n\t\t\t\t\t\tAgriculture\n\t\t\t\t\t": Agriculture
|
||||
"\n\t\t\t\t\t\tAnimals\n\t\t\t\t\t": Animals
|
||||
"\n\t\t\t\t\t\tBorder Security\n\t\t\t\t\t": Border Security
|
||||
"\n\t\t\t\t\t\tBusiness\n\t\t\t\t\t": Business
|
||||
"\n\t\t\t\t\t\tCivil Rights\n\t\t\t\t\t": Civil Rights
|
||||
"\n\t\t\t\t\t\tDefense\n\t\t\t\t\t": Defense
|
||||
"\n\t\t\t\t\t\tEconomy\n\t\t\t\t\t": Economy
|
||||
"\n\t\t\t\t\t\tEducation\n\t\t\t\t\t": Education
|
||||
"\n\t\t\t\t\t\tEnergy\n\t\t\t\t\t": Energy
|
||||
"\n\t\t\t\t\t\tEnvironment\n\t\t\t\t\t": Environment
|
||||
"\n\t\t\t\t\t\tFiscal Responsibility\n\t\t\t\t\t": Fiscal Responsibility
|
||||
"\n\t\t\t\t\t\tForeign Policy\n\t\t\t\t\t": Foreign Policy
|
||||
"\n\t\t\t\t\t\tHealth Care\n\t\t\t\t\t": Health Care
|
||||
"\n\t\t\t\t\t\tHomeland Security\n\t\t\t\t\t": Homeland Security
|
||||
"\n\t\t\t\t\t\tHousing\n\t\t\t\t\t": Housing
|
||||
"\n\t\t\t\t\t\tImmigration\n\t\t\t\t\t": Immigration
|
||||
"\n\t\t\t\t\t\tJudicial\n\t\t\t\t\t": Judicial
|
||||
"\n\t\t\t\t\t\tLabor\n\t\t\t\t\t": Labor
|
||||
"\n\t\t\t\t\t\tMedicare/Medicaid\n\t\t\t\t\t": Medicare/Medicaid
|
||||
"\n\t\t\t\t\t\tNative American Issues\n\t\t\t\t\t": Native American Issues
|
||||
"\n\t\t\t\t\t\tNatural Resources/Public Lands\n\t\t\t\t\t": Natural Resources/Public Lands
|
||||
"\n\t\t\t\t\t\tReproductive Rights\n\t\t\t\t\t": Reproductive Rights
|
||||
"\n\t\t\t\t\t\tScience and Technology\n\t\t\t\t\t": Science and Technology
|
||||
"\n\t\t\t\t\t\tSmall Business\n\t\t\t\t\t": Small Business
|
||||
"\n\t\t\t\t\t\tSocial Security\n\t\t\t\t\t": Social Security
|
||||
"\n\t\t\t\t\t\tTaxes\n\t\t\t\t\t": Taxes
|
||||
"\n\t\t\t\t\t\tTelecommunications\n\t\t\t\t\t": Telecommunications
|
||||
"\n\t\t\t\t\t\tTransportation\n\t\t\t\t\t": Transportation
|
||||
"\n\t\t\t\t\t\tVeterans Affairs\n\t\t\t\t\t": Veterans Affairs
|
||||
"\n\t\t\t\t\t\tWater\n\t\t\t\t\t": Water
|
||||
"\n\t\t\t\t\t\tOther\n\t\t\t\t\t": Other
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#thisForm input[type='submit'][value='Submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: Thank you
|
||||
|
||||
@@ -1,72 +0,0 @@
|
||||
bioguide: W000215
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
||||
steps:
|
||||
- visit: "https://waxman.house.gov/contact-me/email-me"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: prefix
|
||||
selector: "#prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: false
|
||||
- name: required-subject
|
||||
selector: "#required-subject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- check:
|
||||
- name: required-RadioGroup1
|
||||
selector: "#RadioGroup1_0"
|
||||
value: Response requested
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#submit"
|
||||
- find:
|
||||
- selector: "h1"
|
||||
value: "Thank You"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
@@ -1,100 +0,0 @@
|
||||
bioguide: W000672
|
||||
contact_form:
|
||||
method: post
|
||||
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2"
|
||||
steps:
|
||||
- visit: "https://wolf.house.gov/contact/email-me#.U06IH-ZdUrw"
|
||||
- fill_in:
|
||||
- name: required-zip5
|
||||
selector: "#required-zip5"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: zip4
|
||||
selector: "#zip4"
|
||||
value: $ADDRESS_ZIP4
|
||||
required: true
|
||||
- click_on:
|
||||
- value: Go To Next Step
|
||||
selector: "#emailForm input[name='submit']"
|
||||
- find:
|
||||
- selector: "#contactForm"
|
||||
- fill_in:
|
||||
- name: required-prefix
|
||||
selector: "#required-prefix"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
- name: required-first
|
||||
selector: "#required-first"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: required-last
|
||||
selector: "#required-last"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: required-address
|
||||
selector: "#required-address"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: address2
|
||||
selector: "#address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: required-city
|
||||
selector: "#required-city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: required-valid-email
|
||||
selector: "#required-valid-email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: required-phone
|
||||
selector: "#required-phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: required-message
|
||||
selector: "#required-message"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: required-issue
|
||||
selector: "#required-issue"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
Agriculture: WEBAGR
|
||||
Budget: WEBBUD
|
||||
Defense: WEBDEF
|
||||
Education: WEBEDU
|
||||
Energy: WEBENE
|
||||
Environmental: WEBENV
|
||||
International Relations: WEBINT
|
||||
Government Reform: WEBGOV
|
||||
Health: WEBHEA
|
||||
Homeland Security: WEBHOM
|
||||
Housing and Community Development: WEBHUD
|
||||
Immigration: WEBIMM
|
||||
Judiciary: WEBJUD
|
||||
Labor: WEBLABOR
|
||||
Resources: WEBRSC
|
||||
Science: WEBSCI
|
||||
Small Business: WEBSBUS
|
||||
Social Issues: WEBSOC
|
||||
Social Security: WEBSSEC
|
||||
Telecommunications: WEBTEL
|
||||
Taxes and Trade: WEBTAX
|
||||
Transportation: WEBTRA
|
||||
Veterans: WEBVET
|
||||
Welfare: WEBWEL
|
||||
Other: WEBOTH
|
||||
- uncheck:
|
||||
- name: subscribe
|
||||
selector: "#subscribe"
|
||||
value: EMAIL.OPTIN
|
||||
- click_on:
|
||||
- value: Send Email
|
||||
selector: "#contactForm input[name='submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: The following information has been submitted
|
||||
@@ -1,191 +0,0 @@
|
||||
bioguide: W000818
|
||||
contact_form:
|
||||
method: post
|
||||
action: webformActionVoiceV2.cfm
|
||||
steps:
|
||||
- visit: "http://www.walsh.senate.gov/contact.cfm"
|
||||
- fill_in:
|
||||
- name: firstName
|
||||
selector: "#firstName"
|
||||
value: $NAME_FIRST
|
||||
required: true
|
||||
- name: lastName
|
||||
selector: "#lastName"
|
||||
value: $NAME_LAST
|
||||
required: true
|
||||
- name: Address1
|
||||
selector: "#Address1"
|
||||
value: $ADDRESS_STREET
|
||||
required: true
|
||||
- name: Address2
|
||||
selector: "#Address2"
|
||||
value: $ADDRESS_STREET_2
|
||||
required: false
|
||||
- name: city
|
||||
selector: "#city"
|
||||
value: $ADDRESS_CITY
|
||||
required: true
|
||||
- name: zip
|
||||
selector: "#zip"
|
||||
value: $ADDRESS_ZIP5
|
||||
required: true
|
||||
- name: phone
|
||||
selector: "#phone"
|
||||
value: $PHONE
|
||||
required: true
|
||||
- name: email
|
||||
selector: "#email"
|
||||
value: $EMAIL
|
||||
required: true
|
||||
- name: messageSubject
|
||||
selector: "#messageSubject"
|
||||
value: $SUBJECT
|
||||
required: true
|
||||
- name: MessageBody
|
||||
selector: "#thisForm textarea[name='MessageBody']"
|
||||
value: $MESSAGE
|
||||
required: true
|
||||
- select:
|
||||
- name: Prefix
|
||||
selector: "#thisForm select[name='Prefix']"
|
||||
value: $NAME_PREFIX
|
||||
required: true
|
||||
options:
|
||||
" Mr. ": Mr.
|
||||
" Ms. ": Ms.
|
||||
" Mrs. ": Mrs.
|
||||
" Mr. and Mrs. ": Mr. and Mrs.
|
||||
" Dr. ": Dr.
|
||||
" Dr. and Mrs. ": Dr. and Mrs.
|
||||
Admiral: Admiral
|
||||
Captain: Captain
|
||||
Chief: Chief
|
||||
Chief Warrant Officer: Chief Warrant Officer
|
||||
Colonel: Colonel
|
||||
Commander: Commander
|
||||
Corporal: Corporal
|
||||
Ensign: Ensign
|
||||
First Sergeant: First Sergeant
|
||||
General: General
|
||||
Lieutenant: Lieutenant
|
||||
Lieutenant Colonel: Lieutenant Colonel
|
||||
Major: Major
|
||||
Master Chief: Master Chief
|
||||
Master Sergeant: Master Sergeant
|
||||
"Pastor ": Pastor
|
||||
Petty Officer: Petty Officer
|
||||
Private: Private
|
||||
Rabbi: Rabbi
|
||||
"Reverend ": Reverend
|
||||
Seaman: Seaman
|
||||
Sergeant: Sergeant
|
||||
Sergeant Major: Sergeant Major
|
||||
"Sister ": Sister
|
||||
"The Honorable ": The Honorable
|
||||
- name: State
|
||||
selector: "#thisForm select[name='State']"
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: true
|
||||
options:
|
||||
"----Military---- ": " "
|
||||
"AA ": AA
|
||||
"AE ": AE
|
||||
"AP ": AP
|
||||
"----States---- ": " "
|
||||
"Alabama ": AL
|
||||
"Alaska ": AK
|
||||
"Arizona ": AZ
|
||||
"Arkansas ": AR
|
||||
"California ": CA
|
||||
"Colorado ": CO
|
||||
"Connecticut ": CT
|
||||
"Delaware ": DE
|
||||
"District of Columbia ": DC
|
||||
"Florida ": FL
|
||||
"Georgia ": GA
|
||||
"Hawaii ": HI
|
||||
"Idaho ": ID
|
||||
"Illinois ": IL
|
||||
"Indiana ": IN
|
||||
"Iowa ": IA
|
||||
"Kansas ": KS
|
||||
"Kentucky ": KY
|
||||
"Louisiana ": LA
|
||||
"Maine ": ME
|
||||
"Maryland ": MD
|
||||
"Massachusetts ": MA
|
||||
"Michigan ": MI
|
||||
"Minnesota ": MN
|
||||
"Mississippi ": MS
|
||||
"Missouri ": MO
|
||||
"Montana ": MT
|
||||
"Nebraska ": NE
|
||||
"Nevada ": NV
|
||||
"New Hampshire ": NH
|
||||
"New Jersey ": NJ
|
||||
"New Mexico ": NM
|
||||
"New York ": NY
|
||||
"North Carolina ": NC
|
||||
"North Dakota ": ND
|
||||
"Ohio ": OH
|
||||
"Oklahoma ": OK
|
||||
"Oregon ": OR
|
||||
"Pennsylvania ": PA
|
||||
"Rhode Island ": RI
|
||||
"South Carolina ": SC
|
||||
"South Dakota ": SD
|
||||
"Tennessee ": TN
|
||||
"Texas ": TX
|
||||
"Utah ": UT
|
||||
"Vermont ": VT
|
||||
"Virginia ": VA
|
||||
"Washington ": WA
|
||||
"West Virginia ": WV
|
||||
"Wisconsin ": WI
|
||||
"Wyoming ": WY
|
||||
- name: Subject
|
||||
selector: "#thisForm select[name='Subject']"
|
||||
value: $TOPIC
|
||||
required: true
|
||||
options:
|
||||
"\n\t\t\t\t\t\t\tAbortion\n\t\t\t\t\t\t": Abortion
|
||||
"\n\t\t\t\t\t\t\tAgriculture\n\t\t\t\t\t\t": Agriculture
|
||||
"\n\t\t\t\t\t\t\tAppropriations/Budget\n\t\t\t\t\t\t": Appropriations/Budget
|
||||
"\n\t\t\t\t\t\t\tArts/Historic Preservation\n\t\t\t\t\t\t": Arts/Historic Preservation
|
||||
"\n\t\t\t\t\t\t\tBanking\n\t\t\t\t\t\t": Banking
|
||||
"\n\t\t\t\t\t\t\tCampaign Finance Reform\n\t\t\t\t\t\t": Campaign Finance Reform
|
||||
"\n\t\t\t\t\t\t\tDefense\n\t\t\t\t\t\t": Defense
|
||||
"\n\t\t\t\t\t\t\tEconomy\n\t\t\t\t\t\t": Economy
|
||||
"\n\t\t\t\t\t\t\tEducation\n\t\t\t\t\t\t": Education
|
||||
"\n\t\t\t\t\t\t\tEnergy\n\t\t\t\t\t\t": Energy
|
||||
"\n\t\t\t\t\t\t\tEnvironment\n\t\t\t\t\t\t": Environment
|
||||
"\n\t\t\t\t\t\t\tFederal Issues\n\t\t\t\t\t\t": Federal Issues
|
||||
"\n\t\t\t\t\t\t\tForeign Policy\n\t\t\t\t\t\t": Foreign Policy
|
||||
"\n\t\t\t\t\t\t\tGrants\n\t\t\t\t\t\t": Grants
|
||||
"\n\t\t\t\t\t\t\tGuns\n\t\t\t\t\t\t": Guns
|
||||
"\n\t\t\t\t\t\t\tHealth\n\t\t\t\t\t\t": Health
|
||||
"\n\t\t\t\t\t\t\tHomeland Security\n\t\t\t\t\t\t": Homeland Security
|
||||
"\n\t\t\t\t\t\t\tHousing\n\t\t\t\t\t\t": Housing
|
||||
"\n\t\t\t\t\t\t\tImmigration\n\t\t\t\t\t\t": Immigration
|
||||
"\n\t\t\t\t\t\t\tJobs\n\t\t\t\t\t\t": Jobs
|
||||
"\n\t\t\t\t\t\t\tJudicial\n\t\t\t\t\t\t": Judicial
|
||||
"\n\t\t\t\t\t\t\tLabor\n\t\t\t\t\t\t": Labor
|
||||
"\n\t\t\t\t\t\t\tMedicaid-Health\n\t\t\t\t\t\t": Medicaid-Health
|
||||
"\n\t\t\t\t\t\t\tMedicare-Health\n\t\t\t\t\t\t": Medicare-Health
|
||||
"\n\t\t\t\t\t\t\tNative American\n\t\t\t\t\t\t": Native American
|
||||
"\n\t\t\t\t\t\t\tPostal Service\n\t\t\t\t\t\t": Postal Service
|
||||
"\n\t\t\t\t\t\t\tSmall Business\n\t\t\t\t\t\t": Small Business
|
||||
"\n\t\t\t\t\t\t\tSocial Security\n\t\t\t\t\t\t": Social Security
|
||||
"\n\t\t\t\t\t\t\tTax\n\t\t\t\t\t\t": Tax
|
||||
"\n\t\t\t\t\t\t\tTelecommunications\n\t\t\t\t\t\t": Telecommunications
|
||||
"\n\t\t\t\t\t\t\tTrade\n\t\t\t\t\t\t": Trade
|
||||
"\n\t\t\t\t\t\t\tTransportation\n\t\t\t\t\t\t": Transportation
|
||||
"\n\t\t\t\t\t\t\tVeterans\n\t\t\t\t\t\t": Veterans
|
||||
- click_on:
|
||||
- value: Submit
|
||||
selector: "#thisForm input[type='submit'][value='Submit']"
|
||||
success:
|
||||
headers:
|
||||
status: 200
|
||||
body:
|
||||
contains: "Thank you!"
|
||||
@@ -6,7 +6,7 @@ import os
|
||||
|
||||
|
||||
|
||||
members_dir = "../../members_test"
|
||||
members_dir = "../../members"
|
||||
|
||||
#find bioguide ids that need to be added and removed
|
||||
new_senators = {}
|
||||
@@ -137,7 +137,9 @@ row_template_no_bg = "| | {name_title_party} | |\n"
|
||||
row_template_no_web = "| [{bioguide_id}](https://github.com/unitedstates/contact-congress/blob/master/members/{bioguide_id}.yaml) | {name_title_party} | [](http://efforg.github.io/congress-forms-test/?bioguide_id={bioguide_id})\n"
|
||||
|
||||
|
||||
with open("readme_temp.md","w") as readme:
|
||||
|
||||
|
||||
with open("new_readme_table.md","w") as readme:
|
||||
for member in all_members:
|
||||
if member["bioguide_id"] == "":
|
||||
readme.write(row_template_no_bg.format(**member))
|
||||
|
||||
@@ -1,540 +0,0 @@
|
||||
| [A000360](https://github.com/unitedstates/contact-congress/blob/master/members/A000360.yaml) | Sen. Lamar Alexander (R-TN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000360)
|
||||
| [A000368](https://github.com/unitedstates/contact-congress/blob/master/members/A000368.yaml) | Sen. Kelly Ayotte (R-NH) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000368)
|
||||
| [B001230](https://github.com/unitedstates/contact-congress/blob/master/members/B001230.yaml) | Sen. Tammy Baldwin (D-WI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001230)
|
||||
| [B001261](https://github.com/unitedstates/contact-congress/blob/master/members/B001261.yaml) | Sen. John Barrasso (R-WY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001261)
|
||||
| [B001267](https://github.com/unitedstates/contact-congress/blob/master/members/B001267.yaml) | Sen. Michael Bennet (D-CO) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001267)
|
||||
| [B001277](https://github.com/unitedstates/contact-congress/blob/master/members/B001277.yaml) | Sen. Richard Blumenthal (D-CT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001277)
|
||||
| [B000575](https://github.com/unitedstates/contact-congress/blob/master/members/B000575.yaml) | Sen. Roy Blunt (R-MO) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000575)
|
||||
| [B001288](https://github.com/unitedstates/contact-congress/blob/master/members/B001288.yaml) | Sen. Cory Booker (D-NJ) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001288)
|
||||
| [B001236](https://github.com/unitedstates/contact-congress/blob/master/members/B001236.yaml) | Sen. John Boozman (R-AR) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001236)
|
||||
| [B000711](https://github.com/unitedstates/contact-congress/blob/master/members/B000711.yaml) | Sen. Barbara Boxer (D-CA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000711)
|
||||
| [B000944](https://github.com/unitedstates/contact-congress/blob/master/members/B000944.yaml) | Sen. Sherrod Brown (D-OH) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000944)
|
||||
| [B001135](https://github.com/unitedstates/contact-congress/blob/master/members/B001135.yaml) | Sen. Richard Burr (R-NC) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001135)
|
||||
| [C000127](https://github.com/unitedstates/contact-congress/blob/master/members/C000127.yaml) | Sen. Maria Cantwell (D-WA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000127)
|
||||
| [C001047](https://github.com/unitedstates/contact-congress/blob/master/members/C001047.yaml) | Sen. Shelley Moore Capito (R-WV) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001047)
|
||||
| [C000141](https://github.com/unitedstates/contact-congress/blob/master/members/C000141.yaml) | Sen. Benjamin Cardin (D-MD) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000141)
|
||||
| [C000174](https://github.com/unitedstates/contact-congress/blob/master/members/C000174.yaml) | Sen. Thomas Carper (D-DE) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000174)
|
||||
| [C001070](https://github.com/unitedstates/contact-congress/blob/master/members/C001070.yaml) | Sen. Robert Casey (D-PA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001070)
|
||||
| [C001075](https://github.com/unitedstates/contact-congress/blob/master/members/C001075.yaml) | Sen. Bill Cassidy (R-LA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001075)
|
||||
| [C000542](https://github.com/unitedstates/contact-congress/blob/master/members/C000542.yaml) | Sen. Daniel Coats (R-IN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000542)
|
||||
| [C000567](https://github.com/unitedstates/contact-congress/blob/master/members/C000567.yaml) | Sen. Thad Cochran (R-MS) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000567)
|
||||
| [C001035](https://github.com/unitedstates/contact-congress/blob/master/members/C001035.yaml) | Sen. Susan Collins (R-ME) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001035)
|
||||
| [C001088](https://github.com/unitedstates/contact-congress/blob/master/members/C001088.yaml) | Sen. Chris Coons (D-DE) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001088)
|
||||
| [C001071](https://github.com/unitedstates/contact-congress/blob/master/members/C001071.yaml) | Sen. Bob Corker (R-TN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001071)
|
||||
| [C001056](https://github.com/unitedstates/contact-congress/blob/master/members/C001056.yaml) | Sen. John Cornyn (R-TX) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001056)
|
||||
| [C001095](https://github.com/unitedstates/contact-congress/blob/master/members/C001095.yaml) | Sen. Tom Cotton (R-AR) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001095)
|
||||
| [C000880](https://github.com/unitedstates/contact-congress/blob/master/members/C000880.yaml) | Sen. Michael Crapo (R-ID) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000880)
|
||||
| [C001098](https://github.com/unitedstates/contact-congress/blob/master/members/C001098.yaml) | Sen. Ted Cruz (R-TX) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001098)
|
||||
| [D000618](https://github.com/unitedstates/contact-congress/blob/master/members/D000618.yaml) | Sen. Steve Daines (R-MT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000618)
|
||||
| [D000607](https://github.com/unitedstates/contact-congress/blob/master/members/D000607.yaml) | Sen. Joe Donnelly (D-IN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000607)
|
||||
| [D000563](https://github.com/unitedstates/contact-congress/blob/master/members/D000563.yaml) | Sen. Richard Durbin (D-IL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000563)
|
||||
| [E000285](https://github.com/unitedstates/contact-congress/blob/master/members/E000285.yaml) | Sen. Michael Enzi (R-WY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000285)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [F000062](https://github.com/unitedstates/contact-congress/blob/master/members/F000062.yaml) | Sen. Dianne Feinstein (D-CA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000062)
|
||||
| [F000463](https://github.com/unitedstates/contact-congress/blob/master/members/F000463.yaml) | Sen. Deb Fischer (R-NE) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000463)
|
||||
| [F000444](https://github.com/unitedstates/contact-congress/blob/master/members/F000444.yaml) | Sen. Jeff Flake (R-AZ) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000444)
|
||||
| [F000457](https://github.com/unitedstates/contact-congress/blob/master/members/F000457.yaml) | Sen. Alan Franken (D-MN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000457)
|
||||
| [G000562](https://github.com/unitedstates/contact-congress/blob/master/members/G000562.yaml) | Sen. Cory Gardner (R-CO) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000562)
|
||||
| [G000555](https://github.com/unitedstates/contact-congress/blob/master/members/G000555.yaml) | Sen. Kirsten Gillibrand (D-NY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000555)
|
||||
| [G000359](https://github.com/unitedstates/contact-congress/blob/master/members/G000359.yaml) | Sen. Lindsey Graham (R-SC) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000359)
|
||||
| [G000386](https://github.com/unitedstates/contact-congress/blob/master/members/G000386.yaml) | Sen. Charles Grassley (R-IA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000386)
|
||||
| [H000338](https://github.com/unitedstates/contact-congress/blob/master/members/H000338.yaml) | Sen. Orrin Hatch (R-UT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H000338)
|
||||
| [H001046](https://github.com/unitedstates/contact-congress/blob/master/members/H001046.yaml) | Sen. Martin Heinrich (D-NM) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001046)
|
||||
| [H001069](https://github.com/unitedstates/contact-congress/blob/master/members/H001069.yaml) | Sen. Heidi Heitkamp (D-ND) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001069)
|
||||
| [H001041](https://github.com/unitedstates/contact-congress/blob/master/members/H001041.yaml) | Sen. Dean Heller (R-NV) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001041)
|
||||
| [H001042](https://github.com/unitedstates/contact-congress/blob/master/members/H001042.yaml) | Sen. Mazie Hirono (D-HI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001042)
|
||||
| [H001061](https://github.com/unitedstates/contact-congress/blob/master/members/H001061.yaml) | Sen. John Hoeven (R-ND) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001061)
|
||||
| [I000024](https://github.com/unitedstates/contact-congress/blob/master/members/I000024.yaml) | Sen. James Inhofe (R-OK) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=I000024)
|
||||
| [I000055](https://github.com/unitedstates/contact-congress/blob/master/members/I000055.yaml) | Sen. John Isakson (R-GA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=I000055)
|
||||
| [J000291](https://github.com/unitedstates/contact-congress/blob/master/members/J000291.yaml) | Sen. Mike Johanns (R-NE) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000291)
|
||||
| [J000293](https://github.com/unitedstates/contact-congress/blob/master/members/J000293.yaml) | Sen. Ron Johnson (R-WI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000293)
|
||||
| [K000384](https://github.com/unitedstates/contact-congress/blob/master/members/K000384.yaml) | Sen. Timothy Kaine (D-VA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000384)
|
||||
| [K000383](https://github.com/unitedstates/contact-congress/blob/master/members/K000383.yaml) | Sen. Angus King (I-ME) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000383)
|
||||
| [K000360](https://github.com/unitedstates/contact-congress/blob/master/members/K000360.yaml) | Sen. Mark Kirk (R-IL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000360)
|
||||
| [K000367](https://github.com/unitedstates/contact-congress/blob/master/members/K000367.yaml) | Sen. Amy Klobuchar (D-MN) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000367)
|
||||
| [L000575](https://github.com/unitedstates/contact-congress/blob/master/members/L000575.yaml) | Sen. James Lankford (R-OK) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000575)
|
||||
| [L000174](https://github.com/unitedstates/contact-congress/blob/master/members/L000174.yaml) | Sen. Patrick Leahy (D-VT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000174)
|
||||
| [L000577](https://github.com/unitedstates/contact-congress/blob/master/members/L000577.yaml) | Sen. Mike Lee (R-UT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000577)
|
||||
| [M001183](https://github.com/unitedstates/contact-congress/blob/master/members/M001183.yaml) | Sen. Joe Manchin (D-WV) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001183)
|
||||
| [M000133](https://github.com/unitedstates/contact-congress/blob/master/members/M000133.yaml) | Sen. Edward Markey (D-MA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000133)
|
||||
| [M000303](https://github.com/unitedstates/contact-congress/blob/master/members/M000303.yaml) | Sen. John McCain (R-AZ) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000303)
|
||||
| [M001170](https://github.com/unitedstates/contact-congress/blob/master/members/M001170.yaml) | Sen. Claire McCaskill (D-MO) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001170)
|
||||
| [M000355](https://github.com/unitedstates/contact-congress/blob/master/members/M000355.yaml) | Sen. Mitch McConnell (R-KY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000355)
|
||||
| [M000639](https://github.com/unitedstates/contact-congress/blob/master/members/M000639.yaml) | Sen. Robert Menéndez (D-NJ) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000639)
|
||||
| [M001176](https://github.com/unitedstates/contact-congress/blob/master/members/M001176.yaml) | Sen. Jeff Merkley (D-OR) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001176)
|
||||
| [M000702](https://github.com/unitedstates/contact-congress/blob/master/members/M000702.yaml) | Sen. Barbara Mikulski (D-MD) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000702)
|
||||
| [M000934](https://github.com/unitedstates/contact-congress/blob/master/members/M000934.yaml) | Sen. Jerry Moran (R-KS) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000934)
|
||||
| [M001153](https://github.com/unitedstates/contact-congress/blob/master/members/M001153.yaml) | Sen. Lisa Murkowski (R-AK) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001153)
|
||||
| [M001169](https://github.com/unitedstates/contact-congress/blob/master/members/M001169.yaml) | Sen. Christopher Murphy (D-CT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001169)
|
||||
| [M001111](https://github.com/unitedstates/contact-congress/blob/master/members/M001111.yaml) | Sen. Patty Murray (D-WA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001111)
|
||||
| [N000032](https://github.com/unitedstates/contact-congress/blob/master/members/N000032.yaml) | Sen. Bill Nelson (D-FL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000032)
|
||||
| [P000603](https://github.com/unitedstates/contact-congress/blob/master/members/P000603.yaml) | Sen. Rand Paul (R-KY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000603)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [P000595](https://github.com/unitedstates/contact-congress/blob/master/members/P000595.yaml) | Sen. Gary Peters (D-MI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000595)
|
||||
| [P000449](https://github.com/unitedstates/contact-congress/blob/master/members/P000449.yaml) | Sen. Robert Portman (R-OH) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000449)
|
||||
| [R000122](https://github.com/unitedstates/contact-congress/blob/master/members/R000122.yaml) | Sen. John Reed (D-RI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000122)
|
||||
| [R000146](https://github.com/unitedstates/contact-congress/blob/master/members/R000146.yaml) | Sen. Harry Reid (D-NV) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000146)
|
||||
| [R000584](https://github.com/unitedstates/contact-congress/blob/master/members/R000584.yaml) | Sen. James Risch (R-ID) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000584)
|
||||
| [R000307](https://github.com/unitedstates/contact-congress/blob/master/members/R000307.yaml) | Sen. Pat Roberts (R-KS) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000307)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [R000595](https://github.com/unitedstates/contact-congress/blob/master/members/R000595.yaml) | Sen. Marco Rubio (R-FL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000595)
|
||||
| [S000033](https://github.com/unitedstates/contact-congress/blob/master/members/S000033.yaml) | Sen. Bernard Sanders (I-VT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000033)
|
||||
| [S001194](https://github.com/unitedstates/contact-congress/blob/master/members/S001194.yaml) | Sen. Brian Schatz (D-HI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001194)
|
||||
| [S000148](https://github.com/unitedstates/contact-congress/blob/master/members/S000148.yaml) | Sen. Charles Schumer (D-NY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000148)
|
||||
| [S001184](https://github.com/unitedstates/contact-congress/blob/master/members/S001184.yaml) | Sen. Tim Scott (R-SC) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001184)
|
||||
| [S001141](https://github.com/unitedstates/contact-congress/blob/master/members/S001141.yaml) | Sen. Jefferson Sessions (R-AL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001141)
|
||||
| [S001181](https://github.com/unitedstates/contact-congress/blob/master/members/S001181.yaml) | Sen. Jeanne Shaheen (D-NH) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001181)
|
||||
| [S000320](https://github.com/unitedstates/contact-congress/blob/master/members/S000320.yaml) | Sen. Richard Shelby (R-AL) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000320)
|
||||
| [S000770](https://github.com/unitedstates/contact-congress/blob/master/members/S000770.yaml) | Sen. Debbie Stabenow (D-MI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000770)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [T000464](https://github.com/unitedstates/contact-congress/blob/master/members/T000464.yaml) | Sen. Jon Tester (D-MT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000464)
|
||||
| [T000250](https://github.com/unitedstates/contact-congress/blob/master/members/T000250.yaml) | Sen. John Thune (R-SD) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000250)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [T000461](https://github.com/unitedstates/contact-congress/blob/master/members/T000461.yaml) | Sen. Patrick Toomey (R-PA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000461)
|
||||
| [U000039](https://github.com/unitedstates/contact-congress/blob/master/members/U000039.yaml) | Sen. Tom Udall (D-NM) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=U000039)
|
||||
| [V000127](https://github.com/unitedstates/contact-congress/blob/master/members/V000127.yaml) | Sen. David Vitter (R-LA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000127)
|
||||
| [W000805](https://github.com/unitedstates/contact-congress/blob/master/members/W000805.yaml) | Sen. Mark Warner (D-VA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000805)
|
||||
| [W000817](https://github.com/unitedstates/contact-congress/blob/master/members/W000817.yaml) | Sen. Elizabeth Warren (D-MA) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000817)
|
||||
| [W000802](https://github.com/unitedstates/contact-congress/blob/master/members/W000802.yaml) | Sen. Sheldon Whitehouse (D-RI) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000802)
|
||||
| [W000437](https://github.com/unitedstates/contact-congress/blob/master/members/W000437.yaml) | Sen. Roger Wicker (R-MS) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000437)
|
||||
| [W000779](https://github.com/unitedstates/contact-congress/blob/master/members/W000779.yaml) | Sen. Ron Wyden (D-OR) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000779)
|
||||
| | Rep. Ralph Abraham (R-LA05) | |
|
||||
| [A000370](https://github.com/unitedstates/contact-congress/blob/master/members/A000370.yaml) | Rep. Alma Adams (D-NC12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000370)
|
||||
| [A000055](https://github.com/unitedstates/contact-congress/blob/master/members/A000055.yaml) | Rep. Robert B. Aderholt (R-AL04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000055)
|
||||
| | Rep. Pete Aguilar (D-CA31) | |
|
||||
| | Rep. Rick Allen (R-GA12) | |
|
||||
| [A000367](https://github.com/unitedstates/contact-congress/blob/master/members/A000367.yaml) | Rep. Justin Amash (R-MI03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000367)
|
||||
| | Rep. Aumua Amata (R-AS) | |
|
||||
| [A000369](https://github.com/unitedstates/contact-congress/blob/master/members/A000369.yaml) | Rep. Mark Amodei (R-NV02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=A000369)
|
||||
| | Rep. Brad Ashford (D-NE02) | |
|
||||
| | Rep. Brian Babin (R-TX36) | |
|
||||
| [B001269](https://github.com/unitedstates/contact-congress/blob/master/members/B001269.yaml) | Rep. Lou Barletta (R-PA11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001269)
|
||||
| [B001282](https://github.com/unitedstates/contact-congress/blob/master/members/B001282.yaml) | Rep. Andy Barr (R-KY06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001282)
|
||||
| [B000213](https://github.com/unitedstates/contact-congress/blob/master/members/B000213.yaml) | Rep. Joe L. Barton (R-TX06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000213)
|
||||
| [B001270](https://github.com/unitedstates/contact-congress/blob/master/members/B001270.yaml) | Rep. Karen Bass (D-CA37) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001270)
|
||||
| [B001281](https://github.com/unitedstates/contact-congress/blob/master/members/B001281.yaml) | Rep. Joyce Beatty (D-OH03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001281)
|
||||
| [B000287](https://github.com/unitedstates/contact-congress/blob/master/members/B000287.yaml) | Rep. Xavier Becerra (D-CA34) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000287)
|
||||
| [B001271](https://github.com/unitedstates/contact-congress/blob/master/members/B001271.yaml) | Rep. Dan Benishek (R-MI01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001271)
|
||||
| [B001287](https://github.com/unitedstates/contact-congress/blob/master/members/B001287.yaml) | Rep. Ami Bera (D-CA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001287)
|
||||
| [H001056](https://github.com/unitedstates/contact-congress/blob/master/members/H001056.yaml) | Rep. Jaime Herrera Beutler (R-WA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001056)
|
||||
| | Rep. Donald Beyer (D-VA08) | |
|
||||
| [B001257](https://github.com/unitedstates/contact-congress/blob/master/members/B001257.yaml) | Rep. Gus Bilirakis (R-FL12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001257)
|
||||
| | Rep. Mike Bishop (R-MI08) | |
|
||||
| [B001250](https://github.com/unitedstates/contact-congress/blob/master/members/B001250.yaml) | Rep. Rob Bishop (R-UT01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001250)
|
||||
| [B001273](https://github.com/unitedstates/contact-congress/blob/master/members/B001273.yaml) | Rep. Diane Black (R-TN06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001273)
|
||||
| [B001243](https://github.com/unitedstates/contact-congress/blob/master/members/B001243.yaml) | Rep. Marsha Blackburn (R-TN07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001243)
|
||||
| | Rep. Rod Blum (R-IA01) | |
|
||||
| [B000574](https://github.com/unitedstates/contact-congress/blob/master/members/B000574.yaml) | Rep. Earl Blumenauer (D-OR03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000574)
|
||||
| [B000589](https://github.com/unitedstates/contact-congress/blob/master/members/B000589.yaml) | Rep. John A. Boehner (R-OH08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000589)
|
||||
| [B001278](https://github.com/unitedstates/contact-congress/blob/master/members/B001278.yaml) | Rep. Suzanne Bonamici (D-OR01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001278)
|
||||
| [B001245](https://github.com/unitedstates/contact-congress/blob/master/members/B001245.yaml) | Rep. Madeleine Z. Bordallo (D-GU) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001245)
|
||||
| | Rep. Mike Bost (R-IL12) | |
|
||||
| | Rep. Brendan Boyle (D-PA13) | |
|
||||
| [B001227](https://github.com/unitedstates/contact-congress/blob/master/members/B001227.yaml) | Rep. Robert A. Brady (D-PA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001227)
|
||||
| [B000755](https://github.com/unitedstates/contact-congress/blob/master/members/B000755.yaml) | Rep. Kevin Brady (R-TX08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000755)
|
||||
| [B001290](https://github.com/unitedstates/contact-congress/blob/master/members/B001290.yaml) | Rep. Dave Brat (R-VA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001290)
|
||||
| [B001283](https://github.com/unitedstates/contact-congress/blob/master/members/B001283.yaml) | Rep. Jim Bridenstine (R-OK01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001283)
|
||||
| [B001274](https://github.com/unitedstates/contact-congress/blob/master/members/B001274.yaml) | Rep. Mo Brooks (R-AL05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001274)
|
||||
| [B001284](https://github.com/unitedstates/contact-congress/blob/master/members/B001284.yaml) | Rep. Susan Brooks (R-IN05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001284)
|
||||
| [B000911](https://github.com/unitedstates/contact-congress/blob/master/members/B000911.yaml) | Rep. Corrine Brown (D-FL05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000911)
|
||||
| [B001285](https://github.com/unitedstates/contact-congress/blob/master/members/B001285.yaml) | Rep. Julia Brownley (D-CA26) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001285)
|
||||
| [B001260](https://github.com/unitedstates/contact-congress/blob/master/members/B001260.yaml) | Rep. Vern Buchanan (R-FL16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001260)
|
||||
| | Rep. Ken Buck (R-CO04) | |
|
||||
| [B001275](https://github.com/unitedstates/contact-congress/blob/master/members/B001275.yaml) | Rep. Larry Bucshon (R-IN08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001275)
|
||||
| [B001248](https://github.com/unitedstates/contact-congress/blob/master/members/B001248.yaml) | Rep. Michael C. Burgess (R-TX26) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001248)
|
||||
| [B001286](https://github.com/unitedstates/contact-congress/blob/master/members/B001286.yaml) | Rep. Cheri Bustos (D-IL17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001286)
|
||||
| [B001251](https://github.com/unitedstates/contact-congress/blob/master/members/B001251.yaml) | Rep. G. K. Butterfield (D-NC01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001251)
|
||||
| [B001289](https://github.com/unitedstates/contact-congress/blob/master/members/B001289.yaml) | Rep. Bradley Byrne (R-AL01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001289)
|
||||
| [C000059](https://github.com/unitedstates/contact-congress/blob/master/members/C000059.yaml) | Rep. Ken Calvert (R-CA42) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000059)
|
||||
| [C001036](https://github.com/unitedstates/contact-congress/blob/master/members/C001036.yaml) | Rep. Lois Capps (D-CA24) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001036)
|
||||
| [C001037](https://github.com/unitedstates/contact-congress/blob/master/members/C001037.yaml) | Rep. Michael E. Capuano (D-MA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001037)
|
||||
| [C001097](https://github.com/unitedstates/contact-congress/blob/master/members/C001097.yaml) | Rep. Tony Cardenas (D-CA29) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001097)
|
||||
| [C001083](https://github.com/unitedstates/contact-congress/blob/master/members/C001083.yaml) | Rep. John Carney (D-DE) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001083)
|
||||
| [C001072](https://github.com/unitedstates/contact-congress/blob/master/members/C001072.yaml) | Rep. Andre Carson (D-IN07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001072)
|
||||
| | Rep. Buddy Carter (R-GA01) | |
|
||||
| [C001051](https://github.com/unitedstates/contact-congress/blob/master/members/C001051.yaml) | Rep. John Carter (R-TX31) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001051)
|
||||
| [C001090](https://github.com/unitedstates/contact-congress/blob/master/members/C001090.yaml) | Rep. Matt Cartwright (D-PA17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001090)
|
||||
| [C001066](https://github.com/unitedstates/contact-congress/blob/master/members/C001066.yaml) | Rep. Kathy Castor (D-FL14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001066)
|
||||
| [C001091](https://github.com/unitedstates/contact-congress/blob/master/members/C001091.yaml) | Rep. Joaquin Castro (D-TX20) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001091)
|
||||
| [C000266](https://github.com/unitedstates/contact-congress/blob/master/members/C000266.yaml) | Rep. Steven J. Chabot (R-OH01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000266)
|
||||
| [C001076](https://github.com/unitedstates/contact-congress/blob/master/members/C001076.yaml) | Rep. Jason Chaffetz (R-UT03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001076)
|
||||
| [C001080](https://github.com/unitedstates/contact-congress/blob/master/members/C001080.yaml) | Rep. Judy Chu (D-CA27) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001080)
|
||||
| [C001084](https://github.com/unitedstates/contact-congress/blob/master/members/C001084.yaml) | Rep. David Cicilline (D-RI01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001084)
|
||||
| [C001101](https://github.com/unitedstates/contact-congress/blob/master/members/C001101.yaml) | Rep. Katherine Clark (D-MA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001101)
|
||||
| [C001067](https://github.com/unitedstates/contact-congress/blob/master/members/C001067.yaml) | Rep. Yvette D. Clarke (D-NY09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001067)
|
||||
| [C001102](https://github.com/unitedstates/contact-congress/blob/master/members/C001102.yaml) | Rep. Curt Clawson (R-FL19) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001102)
|
||||
| [C001049](https://github.com/unitedstates/contact-congress/blob/master/members/C001049.yaml) | Rep. William Lacy Clay (D-MO01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001049)
|
||||
| [C000537](https://github.com/unitedstates/contact-congress/blob/master/members/C000537.yaml) | Rep. James E. Clyburn (D-SC06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000537)
|
||||
| [C001077](https://github.com/unitedstates/contact-congress/blob/master/members/C001077.yaml) | Rep. Mike Coffman (R-CO06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001077)
|
||||
| [C001068](https://github.com/unitedstates/contact-congress/blob/master/members/C001068.yaml) | Rep. Steve Cohen (D-TN09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001068)
|
||||
| [C001053](https://github.com/unitedstates/contact-congress/blob/master/members/C001053.yaml) | Rep. Tom Cole (R-OK04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001053)
|
||||
| | Rep. Bonnie Watson Coleman (D-NJ12) | |
|
||||
| [C001093](https://github.com/unitedstates/contact-congress/blob/master/members/C001093.yaml) | Rep. Doug Collins (R-GA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001093)
|
||||
| [C001092](https://github.com/unitedstates/contact-congress/blob/master/members/C001092.yaml) | Rep. Chris Collins (R-NY27) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001092)
|
||||
| | Rep. Barbara Comstock (R-VA10) | |
|
||||
| [C001062](https://github.com/unitedstates/contact-congress/blob/master/members/C001062.yaml) | Rep. K. Michael Conaway (R-TX11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001062)
|
||||
| [C001078](https://github.com/unitedstates/contact-congress/blob/master/members/C001078.yaml) | Rep. Gerald E. Connolly (D-VA11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001078)
|
||||
| [C001094](https://github.com/unitedstates/contact-congress/blob/master/members/C001094.yaml) | Rep. Paul Cook (R-CA08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001094)
|
||||
| [C000754](https://github.com/unitedstates/contact-congress/blob/master/members/C000754.yaml) | Rep. Jim Cooper (D-TN05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000754)
|
||||
| [C001059](https://github.com/unitedstates/contact-congress/blob/master/members/C001059.yaml) | Rep. Jim Costa (D-CA16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001059)
|
||||
| | Rep. Ryan Costello (R-PA06) | |
|
||||
| [C001069](https://github.com/unitedstates/contact-congress/blob/master/members/C001069.yaml) | Rep. Joe Courtney (D-CT02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001069)
|
||||
| [C001096](https://github.com/unitedstates/contact-congress/blob/master/members/C001096.yaml) | Rep. Kevin Cramer (R-ND) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001096)
|
||||
| [C001087](https://github.com/unitedstates/contact-congress/blob/master/members/C001087.yaml) | Rep. Rick Crawford (R-AR01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001087)
|
||||
| [C001045](https://github.com/unitedstates/contact-congress/blob/master/members/C001045.yaml) | Rep. Ander Crenshaw (R-FL04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001045)
|
||||
| [C001038](https://github.com/unitedstates/contact-congress/blob/master/members/C001038.yaml) | Rep. Joseph Crowley (D-NY14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001038)
|
||||
| [C001063](https://github.com/unitedstates/contact-congress/blob/master/members/C001063.yaml) | Rep. Henry Cuellar (D-TX28) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001063)
|
||||
| [C001048](https://github.com/unitedstates/contact-congress/blob/master/members/C001048.yaml) | Rep. John Culberson (R-TX07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001048)
|
||||
| [C000984](https://github.com/unitedstates/contact-congress/blob/master/members/C000984.yaml) | Rep. Elijah E. Cummings (D-MD07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000984)
|
||||
| | Rep. Carlos Curbelo (R-FL26) | |
|
||||
| [D000598](https://github.com/unitedstates/contact-congress/blob/master/members/D000598.yaml) | Rep. Susan A. Davis (D-CA53) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000598)
|
||||
| [D000096](https://github.com/unitedstates/contact-congress/blob/master/members/D000096.yaml) | Rep. Danny K. Davis (D-IL07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000096)
|
||||
| [D000619](https://github.com/unitedstates/contact-congress/blob/master/members/D000619.yaml) | Rep. Rodney Davis (R-IL13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000619)
|
||||
| [D000191](https://github.com/unitedstates/contact-congress/blob/master/members/D000191.yaml) | Rep. Peter A. DeFazio (D-OR04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000191)
|
||||
| [D000197](https://github.com/unitedstates/contact-congress/blob/master/members/D000197.yaml) | Rep. Diana DeGette (D-CO01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000197)
|
||||
| [D000216](https://github.com/unitedstates/contact-congress/blob/master/members/D000216.yaml) | Rep. Rosa DeLauro (D-CT03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000216)
|
||||
| [D000621](https://github.com/unitedstates/contact-congress/blob/master/members/D000621.yaml) | Rep. Ron DeSantis (R-FL06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000621)
|
||||
| | Rep. Mark DeSaulnier (D-CA11) | |
|
||||
| [D000617](https://github.com/unitedstates/contact-congress/blob/master/members/D000617.yaml) | Rep. Suzan K. DelBene (D-WA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000617)
|
||||
| [D000620](https://github.com/unitedstates/contact-congress/blob/master/members/D000620.yaml) | Rep. John Delaney (D-MD06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000620)
|
||||
| [D000612](https://github.com/unitedstates/contact-congress/blob/master/members/D000612.yaml) | Rep. Jeffrey Denham (R-CA10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000612)
|
||||
| [D000604](https://github.com/unitedstates/contact-congress/blob/master/members/D000604.yaml) | Rep. Charlie Dent (R-PA15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000604)
|
||||
| [D000616](https://github.com/unitedstates/contact-congress/blob/master/members/D000616.yaml) | Rep. Scott DesJarlais (R-TN04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000616)
|
||||
| [D000610](https://github.com/unitedstates/contact-congress/blob/master/members/D000610.yaml) | Rep. Ted Deutch (D-FL21) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000610)
|
||||
| [D000600](https://github.com/unitedstates/contact-congress/blob/master/members/D000600.yaml) | Rep. Mario Diaz-Balart (R-FL25) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000600)
|
||||
| | Rep. Debbie Dingell (D-MI12) | |
|
||||
| [D000399](https://github.com/unitedstates/contact-congress/blob/master/members/D000399.yaml) | Rep. Lloyd Doggett (D-TX35) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000399)
|
||||
| [D000613](https://github.com/unitedstates/contact-congress/blob/master/members/D000613.yaml) | Rep. Robert Dold (R-IL10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000613)
|
||||
| [D000482](https://github.com/unitedstates/contact-congress/blob/master/members/D000482.yaml) | Rep. Mike Doyle (D-PA14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000482)
|
||||
| [D000622](https://github.com/unitedstates/contact-congress/blob/master/members/D000622.yaml) | Rep. Tammy Duckworth (D-IL08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000622)
|
||||
| [D000614](https://github.com/unitedstates/contact-congress/blob/master/members/D000614.yaml) | Rep. Sean Duffy (R-WI07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000614)
|
||||
| [D000615](https://github.com/unitedstates/contact-congress/blob/master/members/D000615.yaml) | Rep. Jeffrey Duncan (R-SC03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000615)
|
||||
| [E000290](https://github.com/unitedstates/contact-congress/blob/master/members/E000290.yaml) | Rep. Donna Edwards (D-MD04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000290)
|
||||
| [E000288](https://github.com/unitedstates/contact-congress/blob/master/members/E000288.yaml) | Rep. Keith Ellison (D-MN05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000288)
|
||||
| [E000291](https://github.com/unitedstates/contact-congress/blob/master/members/E000291.yaml) | Rep. Renee Ellmers (R-NC02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000291)
|
||||
| | Rep. Tom Emmer (R-MN06) | |
|
||||
| [E000179](https://github.com/unitedstates/contact-congress/blob/master/members/E000179.yaml) | Rep. Eliot L. Engel (D-NY16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000179)
|
||||
| [E000215](https://github.com/unitedstates/contact-congress/blob/master/members/E000215.yaml) | Rep. Anna G. Eshoo (D-CA18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000215)
|
||||
| [E000293](https://github.com/unitedstates/contact-congress/blob/master/members/E000293.yaml) | Rep. Elizabeth Esty (D-CT05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=E000293)
|
||||
| [F000460](https://github.com/unitedstates/contact-congress/blob/master/members/F000460.yaml) | Rep. Blake Farenthold (R-TX27) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000460)
|
||||
| [F000030](https://github.com/unitedstates/contact-congress/blob/master/members/F000030.yaml) | Rep. Sam Farr (D-CA20) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000030)
|
||||
| [F000043](https://github.com/unitedstates/contact-congress/blob/master/members/F000043.yaml) | Rep. Chaka Fattah (D-PA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000043)
|
||||
| [F000458](https://github.com/unitedstates/contact-congress/blob/master/members/F000458.yaml) | Rep. Stephen Fincher (R-TN08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000458)
|
||||
| [F000451](https://github.com/unitedstates/contact-congress/blob/master/members/F000451.yaml) | Rep. Michael G. Fitzpatrick (R-PA08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000451)
|
||||
| [F000459](https://github.com/unitedstates/contact-congress/blob/master/members/F000459.yaml) | Rep. Chuck Fleischmann (R-TN03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000459)
|
||||
| [F000456](https://github.com/unitedstates/contact-congress/blob/master/members/F000456.yaml) | Rep. John Fleming (R-LA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000456)
|
||||
| [F000461](https://github.com/unitedstates/contact-congress/blob/master/members/F000461.yaml) | Rep. Bill Flores (R-TX17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000461)
|
||||
| [F000445](https://github.com/unitedstates/contact-congress/blob/master/members/F000445.yaml) | Rep. J. Randy Forbes (R-VA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000445)
|
||||
| [F000449](https://github.com/unitedstates/contact-congress/blob/master/members/F000449.yaml) | Rep. Jeff Fortenberry (R-NE01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000449)
|
||||
| [F000454](https://github.com/unitedstates/contact-congress/blob/master/members/F000454.yaml) | Rep. Bill Foster (D-IL11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000454)
|
||||
| [F000450](https://github.com/unitedstates/contact-congress/blob/master/members/F000450.yaml) | Rep. Virginia Foxx (R-NC05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000450)
|
||||
| [F000462](https://github.com/unitedstates/contact-congress/blob/master/members/F000462.yaml) | Rep. Lois Frankel (D-FL22) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000462)
|
||||
| [F000448](https://github.com/unitedstates/contact-congress/blob/master/members/F000448.yaml) | Rep. Trent Franks (R-AZ08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000448)
|
||||
| [F000372](https://github.com/unitedstates/contact-congress/blob/master/members/F000372.yaml) | Rep. Rodney Frelinghuysen (R-NJ11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000372)
|
||||
| [F000455](https://github.com/unitedstates/contact-congress/blob/master/members/F000455.yaml) | Rep. Marcia L. Fudge (D-OH11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=F000455)
|
||||
| [G000571](https://github.com/unitedstates/contact-congress/blob/master/members/G000571.yaml) | Rep. Tulsi Gabbard (D-HI02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000571)
|
||||
| | Rep. Ruben Gallego (D-AZ07) | |
|
||||
| [G000559](https://github.com/unitedstates/contact-congress/blob/master/members/G000559.yaml) | Rep. John Garamendi (D-CA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000559)
|
||||
| [G000548](https://github.com/unitedstates/contact-congress/blob/master/members/G000548.yaml) | Rep. Scott Garrett (R-NJ05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000548)
|
||||
| [G000563](https://github.com/unitedstates/contact-congress/blob/master/members/G000563.yaml) | Rep. Bob Gibbs (R-OH07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000563)
|
||||
| [G000564](https://github.com/unitedstates/contact-congress/blob/master/members/G000564.yaml) | Rep. Chris Gibson (R-NY19) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000564)
|
||||
| [G000552](https://github.com/unitedstates/contact-congress/blob/master/members/G000552.yaml) | Rep. Louie Gohmert (R-TX01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000552)
|
||||
| [G000289](https://github.com/unitedstates/contact-congress/blob/master/members/G000289.yaml) | Rep. Robert W. Goodlatte (R-VA06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000289)
|
||||
| [G000565](https://github.com/unitedstates/contact-congress/blob/master/members/G000565.yaml) | Rep. Paul Gosar (R-AZ04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000565)
|
||||
| [G000566](https://github.com/unitedstates/contact-congress/blob/master/members/G000566.yaml) | Rep. Trey Gowdy (R-SC04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000566)
|
||||
| | Rep. Gwen Graham (D-FL02) | |
|
||||
| [G000377](https://github.com/unitedstates/contact-congress/blob/master/members/G000377.yaml) | Rep. Kay Granger (R-TX12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000377)
|
||||
| [G000560](https://github.com/unitedstates/contact-congress/blob/master/members/G000560.yaml) | Rep. Tom Graves (R-GA14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000560)
|
||||
| | Rep. Garret Graves (R-LA06) | |
|
||||
| [G000546](https://github.com/unitedstates/contact-congress/blob/master/members/G000546.yaml) | Rep. Sam Graves (R-MO06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000546)
|
||||
| [G000556](https://github.com/unitedstates/contact-congress/blob/master/members/G000556.yaml) | Rep. Alan Grayson (D-FL09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000556)
|
||||
| [G000553](https://github.com/unitedstates/contact-congress/blob/master/members/G000553.yaml) | Rep. Al Green (D-TX09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000553)
|
||||
| [G000410](https://github.com/unitedstates/contact-congress/blob/master/members/G000410.yaml) | Rep. Gene Green (D-TX29) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000410)
|
||||
| [G000568](https://github.com/unitedstates/contact-congress/blob/master/members/G000568.yaml) | Rep. Morgan Griffith (R-VA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000568)
|
||||
| [G000551](https://github.com/unitedstates/contact-congress/blob/master/members/G000551.yaml) | Rep. Raul M. Grijalva (D-AZ03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000551)
|
||||
| [G000569](https://github.com/unitedstates/contact-congress/blob/master/members/G000569.yaml) | Rep. Mike Grimm (R-NY11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000569)
|
||||
| [L000580](https://github.com/unitedstates/contact-congress/blob/master/members/L000580.yaml) | Rep. Michelle Lujan Grisham (D-NM01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000580)
|
||||
| | Rep. Glenn Grothman (R-WI06) | |
|
||||
| [G000570](https://github.com/unitedstates/contact-congress/blob/master/members/G000570.yaml) | Rep. Frank Guinta (R-NH01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000570)
|
||||
| [G000558](https://github.com/unitedstates/contact-congress/blob/master/members/G000558.yaml) | Rep. Brett Guthrie (R-KY02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000558)
|
||||
| [G000535](https://github.com/unitedstates/contact-congress/blob/master/members/G000535.yaml) | Rep. Luis V. Gutierrez (D-IL04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=G000535)
|
||||
| [H001063](https://github.com/unitedstates/contact-congress/blob/master/members/H001063.yaml) | Rep. Janice Hahn (D-CA44) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001063)
|
||||
| [H001051](https://github.com/unitedstates/contact-congress/blob/master/members/H001051.yaml) | Rep. Richard Hanna (R-NY22) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001051)
|
||||
| | Rep. Cresent Hardy (R-NV04) | |
|
||||
| [H001045](https://github.com/unitedstates/contact-congress/blob/master/members/H001045.yaml) | Rep. Gregg Harper (R-MS03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001045)
|
||||
| [H001052](https://github.com/unitedstates/contact-congress/blob/master/members/H001052.yaml) | Rep. Andy Harris (R-MD01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001052)
|
||||
| [H001053](https://github.com/unitedstates/contact-congress/blob/master/members/H001053.yaml) | Rep. Vicky Hartzler (R-MO04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001053)
|
||||
| [H000324](https://github.com/unitedstates/contact-congress/blob/master/members/H000324.yaml) | Rep. Alcee L. Hastings (D-FL20) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H000324)
|
||||
| [H001055](https://github.com/unitedstates/contact-congress/blob/master/members/H001055.yaml) | Rep. Joe Heck (R-NV03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001055)
|
||||
| [H001064](https://github.com/unitedstates/contact-congress/blob/master/members/H001064.yaml) | Rep. Denny Heck (D-WA10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001064)
|
||||
| [H001036](https://github.com/unitedstates/contact-congress/blob/master/members/H001036.yaml) | Rep. Jeb Hensarling (R-TX05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001036)
|
||||
| | Rep. Jody Hice (R-GA10) | |
|
||||
| [H001038](https://github.com/unitedstates/contact-congress/blob/master/members/H001038.yaml) | Rep. Brian Higgins (D-NY26) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001038)
|
||||
| | Rep. French Hill (R-AR02) | |
|
||||
| [H001047](https://github.com/unitedstates/contact-congress/blob/master/members/H001047.yaml) | Rep. Jim Himes (D-CT04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001047)
|
||||
| [H000636](https://github.com/unitedstates/contact-congress/blob/master/members/H000636.yaml) | Rep. Ruben Hinojosa (D-TX15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H000636)
|
||||
| [H001065](https://github.com/unitedstates/contact-congress/blob/master/members/H001065.yaml) | Rep. George Holding (R-NC13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001065)
|
||||
| [V000128](https://github.com/unitedstates/contact-congress/blob/master/members/V000128.yaml) | Rep. Chris Van Hollen (D-MD08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000128)
|
||||
| [H001034](https://github.com/unitedstates/contact-congress/blob/master/members/H001034.yaml) | Rep. Michael M. Honda (D-CA17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001034)
|
||||
| [H000874](https://github.com/unitedstates/contact-congress/blob/master/members/H000874.yaml) | Rep. Steny H. Hoyer (D-MD05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H000874)
|
||||
| [H001067](https://github.com/unitedstates/contact-congress/blob/master/members/H001067.yaml) | Rep. Richard Hudson (R-NC08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001067)
|
||||
| [H001057](https://github.com/unitedstates/contact-congress/blob/master/members/H001057.yaml) | Rep. Tim Huelskamp (R-KS01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001057)
|
||||
| [H001068](https://github.com/unitedstates/contact-congress/blob/master/members/H001068.yaml) | Rep. Jared Huffman (D-CA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001068)
|
||||
| [H001058](https://github.com/unitedstates/contact-congress/blob/master/members/H001058.yaml) | Rep. Bill Huizenga (R-MI02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001058)
|
||||
| [H001059](https://github.com/unitedstates/contact-congress/blob/master/members/H001059.yaml) | Rep. Randy Hultgren (R-IL14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001059)
|
||||
| [H001048](https://github.com/unitedstates/contact-congress/blob/master/members/H001048.yaml) | Rep. Duncan D. Hunter (R-CA50) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001048)
|
||||
| | Rep. Will Hurd (R-TX23) | |
|
||||
| [H001060](https://github.com/unitedstates/contact-congress/blob/master/members/H001060.yaml) | Rep. Robert Hurt (R-VA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=H001060)
|
||||
| [C001061](https://github.com/unitedstates/contact-congress/blob/master/members/C001061.yaml) | Rep. Emanuel Cleaver II (D-MO05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C001061)
|
||||
| [K000379](https://github.com/unitedstates/contact-congress/blob/master/members/K000379.yaml) | Rep. Joseph P. Kennedy III (D-MA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000379)
|
||||
| [I000057](https://github.com/unitedstates/contact-congress/blob/master/members/I000057.yaml) | Rep. Steve Israel (D-NY03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=I000057)
|
||||
| [I000056](https://github.com/unitedstates/contact-congress/blob/master/members/I000056.yaml) | Rep. Darrell Issa (R-CA49) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=I000056)
|
||||
| [J000032](https://github.com/unitedstates/contact-congress/blob/master/members/J000032.yaml) | Rep. Sheila Jackson-Lee (D-TX18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000032)
|
||||
| [J000294](https://github.com/unitedstates/contact-congress/blob/master/members/J000294.yaml) | Rep. Hakeem Jeffries (D-NY08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000294)
|
||||
| [J000290](https://github.com/unitedstates/contact-congress/blob/master/members/J000290.yaml) | Rep. Lynn Jenkins (R-KS02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000290)
|
||||
| | Rep. Evan Jenkins (R-WV03) | |
|
||||
| [J000288](https://github.com/unitedstates/contact-congress/blob/master/members/J000288.yaml) | Rep. Hank Johnson (D-GA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000288)
|
||||
| [J000292](https://github.com/unitedstates/contact-congress/blob/master/members/J000292.yaml) | Rep. Bill Johnson (R-OH06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000292)
|
||||
| [J000174](https://github.com/unitedstates/contact-congress/blob/master/members/J000174.yaml) | Rep. Sam Johnson (R-TX03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000174)
|
||||
| [J000126](https://github.com/unitedstates/contact-congress/blob/master/members/J000126.yaml) | Rep. Eddie Bernice Johnson (D-TX30) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000126)
|
||||
| [J000296](https://github.com/unitedstates/contact-congress/blob/master/members/J000296.yaml) | Rep. David W. Jolly (R-FL13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000296)
|
||||
| [J000255](https://github.com/unitedstates/contact-congress/blob/master/members/J000255.yaml) | Rep. Walter B. Jones (R-NC03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000255)
|
||||
| [J000289](https://github.com/unitedstates/contact-congress/blob/master/members/J000289.yaml) | Rep. Jim Jordan (R-OH04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000289)
|
||||
| [J000295](https://github.com/unitedstates/contact-congress/blob/master/members/J000295.yaml) | Rep. Dave Joyce (R-OH14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=J000295)
|
||||
| [B000490](https://github.com/unitedstates/contact-congress/blob/master/members/B000490.yaml) | Rep. Sanford D. Bishop Jr. (D-GA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B000490)
|
||||
| [B001255](https://github.com/unitedstates/contact-congress/blob/master/members/B001255.yaml) | Rep. Charles Boustany Jr. (R-LA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=B001255)
|
||||
| [C000714](https://github.com/unitedstates/contact-congress/blob/master/members/C000714.yaml) | Rep. John Conyers Jr. (D-MI13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000714)
|
||||
| [P000096](https://github.com/unitedstates/contact-congress/blob/master/members/P000096.yaml) | Rep. Bill Pascrell Jr. (D-NJ09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000096)
|
||||
| [P000604](https://github.com/unitedstates/contact-congress/blob/master/members/P000604.yaml) | Rep. Donald M. Payne Jr. (D-NJ10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000604)
|
||||
| [D000533](https://github.com/unitedstates/contact-congress/blob/master/members/D000533.yaml) | Rep. John J. Duncan Jr. (R-TN02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=D000533)
|
||||
| [K000009](https://github.com/unitedstates/contact-congress/blob/master/members/K000009.yaml) | Rep. Marcy Kaptur (D-OH09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000009)
|
||||
| | Rep. John Katko (R-NY24) | |
|
||||
| [K000375](https://github.com/unitedstates/contact-congress/blob/master/members/K000375.yaml) | Rep. Bill Keating (D-MA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000375)
|
||||
| [K000385](https://github.com/unitedstates/contact-congress/blob/master/members/K000385.yaml) | Rep. Robin Kelly (D-IL02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000385)
|
||||
| [K000376](https://github.com/unitedstates/contact-congress/blob/master/members/K000376.yaml) | Rep. Mike Kelly (R-PA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000376)
|
||||
| [K000380](https://github.com/unitedstates/contact-congress/blob/master/members/K000380.yaml) | Rep. Dan Kildee (D-MI05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000380)
|
||||
| [K000381](https://github.com/unitedstates/contact-congress/blob/master/members/K000381.yaml) | Rep. Derek Kilmer (D-WA06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000381)
|
||||
| [K000188](https://github.com/unitedstates/contact-congress/blob/master/members/K000188.yaml) | Rep. Ron Kind (D-WI03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000188)
|
||||
| [K000362](https://github.com/unitedstates/contact-congress/blob/master/members/K000362.yaml) | Rep. Steve King (R-IA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000362)
|
||||
| [K000210](https://github.com/unitedstates/contact-congress/blob/master/members/K000210.yaml) | Rep. Peter T. King (R-NY02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000210)
|
||||
| [K000378](https://github.com/unitedstates/contact-congress/blob/master/members/K000378.yaml) | Rep. Adam Kinzinger (R-IL16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000378)
|
||||
| [K000368](https://github.com/unitedstates/contact-congress/blob/master/members/K000368.yaml) | Rep. Ann Kirkpatrick (D-AZ01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000368)
|
||||
| [K000363](https://github.com/unitedstates/contact-congress/blob/master/members/K000363.yaml) | Rep. John Kline (R-MN02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000363)
|
||||
| | Rep. Steve Knight (R-CA25) | |
|
||||
| [K000382](https://github.com/unitedstates/contact-congress/blob/master/members/K000382.yaml) | Rep. Ann McLane Kuster (D-NH02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=K000382)
|
||||
| [L000578](https://github.com/unitedstates/contact-congress/blob/master/members/L000578.yaml) | Rep. Doug LaMalfa (R-CA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000578)
|
||||
| [L000573](https://github.com/unitedstates/contact-congress/blob/master/members/L000573.yaml) | Rep. Raul Labrador (R-ID01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000573)
|
||||
| [L000564](https://github.com/unitedstates/contact-congress/blob/master/members/L000564.yaml) | Rep. Doug Lamborn (R-CO05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000564)
|
||||
| [L000567](https://github.com/unitedstates/contact-congress/blob/master/members/L000567.yaml) | Rep. Leonard Lance (R-NJ07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000567)
|
||||
| [L000559](https://github.com/unitedstates/contact-congress/blob/master/members/L000559.yaml) | Rep. Jim Langevin (D-RI02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000559)
|
||||
| [L000560](https://github.com/unitedstates/contact-congress/blob/master/members/L000560.yaml) | Rep. Rick Larsen (D-WA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000560)
|
||||
| [L000557](https://github.com/unitedstates/contact-congress/blob/master/members/L000557.yaml) | Rep. John B. Larson (D-CT01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000557)
|
||||
| [L000566](https://github.com/unitedstates/contact-congress/blob/master/members/L000566.yaml) | Rep. Robert E. Latta (R-OH05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000566)
|
||||
| | Rep. Brenda Lawrence (D-MI14) | |
|
||||
| [L000551](https://github.com/unitedstates/contact-congress/blob/master/members/L000551.yaml) | Rep. Barbara Lee (D-CA13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000551)
|
||||
| [L000263](https://github.com/unitedstates/contact-congress/blob/master/members/L000263.yaml) | Rep. Sander M. Levin (D-MI09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000263)
|
||||
| [L000287](https://github.com/unitedstates/contact-congress/blob/master/members/L000287.yaml) | Rep. John Lewis (D-GA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000287)
|
||||
| | Rep. Ted Lieu (D-CA33) | |
|
||||
| [L000563](https://github.com/unitedstates/contact-congress/blob/master/members/L000563.yaml) | Rep. Daniel Lipinski (D-IL03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000563)
|
||||
| [L000554](https://github.com/unitedstates/contact-congress/blob/master/members/L000554.yaml) | Rep. Frank A. LoBiondo (R-NJ02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000554)
|
||||
| [L000565](https://github.com/unitedstates/contact-congress/blob/master/members/L000565.yaml) | Rep. Dave Loebsack (D-IA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000565)
|
||||
| [L000397](https://github.com/unitedstates/contact-congress/blob/master/members/L000397.yaml) | Rep. Zoe Lofgren (D-CA19) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000397)
|
||||
| [L000576](https://github.com/unitedstates/contact-congress/blob/master/members/L000576.yaml) | Rep. Billy Long (R-MO07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000576)
|
||||
| | Rep. Barry Loudermilk (R-GA11) | |
|
||||
| | Rep. Mia Love (R-UT04) | |
|
||||
| [L000579](https://github.com/unitedstates/contact-congress/blob/master/members/L000579.yaml) | Rep. Alan Lowenthal (D-CA47) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000579)
|
||||
| [L000480](https://github.com/unitedstates/contact-congress/blob/master/members/L000480.yaml) | Rep. Nita M. Lowey (D-NY17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000480)
|
||||
| [L000491](https://github.com/unitedstates/contact-congress/blob/master/members/L000491.yaml) | Rep. Frank D. Lucas (R-OK03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000491)
|
||||
| [L000569](https://github.com/unitedstates/contact-congress/blob/master/members/L000569.yaml) | Rep. Blaine Luetkemeyer (R-MO03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000569)
|
||||
| [L000570](https://github.com/unitedstates/contact-congress/blob/master/members/L000570.yaml) | Rep. Ben Ray Lujan (D-NM03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000570)
|
||||
| [L000571](https://github.com/unitedstates/contact-congress/blob/master/members/L000571.yaml) | Rep. Cynthia M. Lummis (R-WY) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000571)
|
||||
| [L000562](https://github.com/unitedstates/contact-congress/blob/master/members/L000562.yaml) | Rep. Stephen F. Lynch (D-MA08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=L000562)
|
||||
| | Rep. Tom MacArthur (R-NJ03) | |
|
||||
| [M000087](https://github.com/unitedstates/contact-congress/blob/master/members/M000087.yaml) | Rep. Carolyn B. Maloney (D-NY12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000087)
|
||||
| [M001185](https://github.com/unitedstates/contact-congress/blob/master/members/M001185.yaml) | Rep. Sean Patrick Maloney (D-NY18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001185)
|
||||
| [M001158](https://github.com/unitedstates/contact-congress/blob/master/members/M001158.yaml) | Rep. Kenny Marchant (R-TX24) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001158)
|
||||
| [M001179](https://github.com/unitedstates/contact-congress/blob/master/members/M001179.yaml) | Rep. Tom Marino (R-PA10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001179)
|
||||
| [M001184](https://github.com/unitedstates/contact-congress/blob/master/members/M001184.yaml) | Rep. Thomas Massie (R-KY04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001184)
|
||||
| [M001163](https://github.com/unitedstates/contact-congress/blob/master/members/M001163.yaml) | Rep. Doris Matsui (D-CA06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001163)
|
||||
| [M001165](https://github.com/unitedstates/contact-congress/blob/master/members/M001165.yaml) | Rep. Kevin McCarthy (R-CA23) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001165)
|
||||
| [M001157](https://github.com/unitedstates/contact-congress/blob/master/members/M001157.yaml) | Rep. Michael McCaul (R-TX10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001157)
|
||||
| [M001177](https://github.com/unitedstates/contact-congress/blob/master/members/M001177.yaml) | Rep. Tom McClintock (R-CA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001177)
|
||||
| [M001143](https://github.com/unitedstates/contact-congress/blob/master/members/M001143.yaml) | Rep. Betty McCollum (D-MN04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001143)
|
||||
| [M000404](https://github.com/unitedstates/contact-congress/blob/master/members/M000404.yaml) | Rep. Jim McDermott (D-WA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000404)
|
||||
| [M000312](https://github.com/unitedstates/contact-congress/blob/master/members/M000312.yaml) | Rep. Jim McGovern (D-MA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000312)
|
||||
| [M001156](https://github.com/unitedstates/contact-congress/blob/master/members/M001156.yaml) | Rep. Patrick T. McHenry (R-NC10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001156)
|
||||
| [M001180](https://github.com/unitedstates/contact-congress/blob/master/members/M001180.yaml) | Rep. David McKinley (R-WV01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001180)
|
||||
| [M001166](https://github.com/unitedstates/contact-congress/blob/master/members/M001166.yaml) | Rep. Jerry McNerney (D-CA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001166)
|
||||
| | Rep. Martha McSally (R-AZ02) | |
|
||||
| [M001187](https://github.com/unitedstates/contact-congress/blob/master/members/M001187.yaml) | Rep. Mark Meadows (R-NC11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001187)
|
||||
| [M001181](https://github.com/unitedstates/contact-congress/blob/master/members/M001181.yaml) | Rep. Pat Meehan (R-PA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001181)
|
||||
| [M001137](https://github.com/unitedstates/contact-congress/blob/master/members/M001137.yaml) | Rep. Gregory W. Meeks (D-NY05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001137)
|
||||
| [M001188](https://github.com/unitedstates/contact-congress/blob/master/members/M001188.yaml) | Rep. Grace Meng (D-NY06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001188)
|
||||
| [M001189](https://github.com/unitedstates/contact-congress/blob/master/members/M001189.yaml) | Rep. Luke Messer (R-IN06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001189)
|
||||
| [M000689](https://github.com/unitedstates/contact-congress/blob/master/members/M000689.yaml) | Rep. John L. Mica (R-FL07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M000689)
|
||||
| [M001144](https://github.com/unitedstates/contact-congress/blob/master/members/M001144.yaml) | Rep. Jeff Miller (R-FL01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001144)
|
||||
| [M001150](https://github.com/unitedstates/contact-congress/blob/master/members/M001150.yaml) | Rep. Candice S. Miller (R-MI10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001150)
|
||||
| | Rep. John Moolenaar (R-MI04) | |
|
||||
| | Rep. Alex Mooney (R-WV02) | |
|
||||
| [M001160](https://github.com/unitedstates/contact-congress/blob/master/members/M001160.yaml) | Rep. Gwen Moore (D-WI04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001160)
|
||||
| | Rep. Seth Moulton (D-MA06) | |
|
||||
| [M001190](https://github.com/unitedstates/contact-congress/blob/master/members/M001190.yaml) | Rep. Markwayne Mullin (R-OK02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001190)
|
||||
| [M001182](https://github.com/unitedstates/contact-congress/blob/master/members/M001182.yaml) | Rep. Mick Mulvaney (R-SC05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001182)
|
||||
| [M001191](https://github.com/unitedstates/contact-congress/blob/master/members/M001191.yaml) | Rep. Patrick Murphy (D-FL18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001191)
|
||||
| [M001151](https://github.com/unitedstates/contact-congress/blob/master/members/M001151.yaml) | Rep. Tim Murphy (R-PA18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001151)
|
||||
| [N000002](https://github.com/unitedstates/contact-congress/blob/master/members/N000002.yaml) | Rep. Jerrold Nadler (D-NY10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000002)
|
||||
| [N000179](https://github.com/unitedstates/contact-congress/blob/master/members/N000179.yaml) | Rep. Grace F. Napolitano (D-CA32) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000179)
|
||||
| [N000015](https://github.com/unitedstates/contact-congress/blob/master/members/N000015.yaml) | Rep. Richard E. Neal (D-MA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000015)
|
||||
| [N000182](https://github.com/unitedstates/contact-congress/blob/master/members/N000182.yaml) | Rep. Randy Neugebauer (R-TX19) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000182)
|
||||
| | Rep. Dan Newhouse (R-WA04) | |
|
||||
| [N000184](https://github.com/unitedstates/contact-congress/blob/master/members/N000184.yaml) | Rep. Kristi Noem (R-SD) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000184)
|
||||
| [N000127](https://github.com/unitedstates/contact-congress/blob/master/members/N000127.yaml) | Rep. Rick Nolan (D-MN08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000127)
|
||||
| [N000188](https://github.com/unitedstates/contact-congress/blob/master/members/N000188.yaml) | Rep. Donald Norcross (D-NJ01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000188)
|
||||
| [N000147](https://github.com/unitedstates/contact-congress/blob/master/members/N000147.yaml) | Rep. Eleanor Holmes Norton (D-DC) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000147)
|
||||
| [N000185](https://github.com/unitedstates/contact-congress/blob/master/members/N000185.yaml) | Rep. Richard Nugent (R-FL11) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000185)
|
||||
| [N000181](https://github.com/unitedstates/contact-congress/blob/master/members/N000181.yaml) | Rep. Devin Nunes (R-CA22) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000181)
|
||||
| [N000186](https://github.com/unitedstates/contact-congress/blob/master/members/N000186.yaml) | Rep. Alan Nunnelee (R-MS01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=N000186)
|
||||
| [O000170](https://github.com/unitedstates/contact-congress/blob/master/members/O000170.yaml) | Rep. Beto O'Rourke (D-TX16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=O000170)
|
||||
| [O000168](https://github.com/unitedstates/contact-congress/blob/master/members/O000168.yaml) | Rep. Pete Olson (R-TX22) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=O000168)
|
||||
| [P000601](https://github.com/unitedstates/contact-congress/blob/master/members/P000601.yaml) | Rep. Steven Palazzo (R-MS04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000601)
|
||||
| [P000034](https://github.com/unitedstates/contact-congress/blob/master/members/P000034.yaml) | Rep. Frank Pallone (D-NJ06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000034)
|
||||
| | Rep. Gary Palmer (R-AL06) | |
|
||||
| [P000594](https://github.com/unitedstates/contact-congress/blob/master/members/P000594.yaml) | Rep. Erik Paulsen (R-MN03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000594)
|
||||
| [P000588](https://github.com/unitedstates/contact-congress/blob/master/members/P000588.yaml) | Rep. Steve Pearce (R-NM02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000588)
|
||||
| [P000197](https://github.com/unitedstates/contact-congress/blob/master/members/P000197.yaml) | Rep. Nancy Pelosi (D-CA12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000197)
|
||||
| [P000593](https://github.com/unitedstates/contact-congress/blob/master/members/P000593.yaml) | Rep. Ed Perlmutter (D-CO07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000593)
|
||||
| [P000605](https://github.com/unitedstates/contact-congress/blob/master/members/P000605.yaml) | Rep. Scott Perry (R-PA04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000605)
|
||||
| [P000608](https://github.com/unitedstates/contact-congress/blob/master/members/P000608.yaml) | Rep. Scott Peters (D-CA52) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000608)
|
||||
| [P000258](https://github.com/unitedstates/contact-congress/blob/master/members/P000258.yaml) | Rep. Collin C. Peterson (D-MN07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000258)
|
||||
| [P000596](https://github.com/unitedstates/contact-congress/blob/master/members/P000596.yaml) | Rep. Pedro Pierluisi (D-PR) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000596)
|
||||
| [P000597](https://github.com/unitedstates/contact-congress/blob/master/members/P000597.yaml) | Rep. Chellie Pingree (D-ME01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000597)
|
||||
| [P000606](https://github.com/unitedstates/contact-congress/blob/master/members/P000606.yaml) | Rep. Robert Pittenger (R-NC09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000606)
|
||||
| [P000373](https://github.com/unitedstates/contact-congress/blob/master/members/P000373.yaml) | Rep. Joe Pitts (R-PA16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000373)
|
||||
| | Rep. Stacey Plaskett (D-VI) | |
|
||||
| [P000607](https://github.com/unitedstates/contact-congress/blob/master/members/P000607.yaml) | Rep. Mark Pocan (D-WI02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000607)
|
||||
| [P000592](https://github.com/unitedstates/contact-congress/blob/master/members/P000592.yaml) | Rep. Ted Poe (R-TX02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000592)
|
||||
| | Rep. Bruce Poliquin (R-ME02) | |
|
||||
| [P000598](https://github.com/unitedstates/contact-congress/blob/master/members/P000598.yaml) | Rep. Jared Polis (D-CO02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000598)
|
||||
| [P000602](https://github.com/unitedstates/contact-congress/blob/master/members/P000602.yaml) | Rep. Mike Pompeo (R-KS04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000602)
|
||||
| [P000599](https://github.com/unitedstates/contact-congress/blob/master/members/P000599.yaml) | Rep. Bill Posey (R-FL08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000599)
|
||||
| [P000591](https://github.com/unitedstates/contact-congress/blob/master/members/P000591.yaml) | Rep. Tom Price (R-GA06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000591)
|
||||
| [P000523](https://github.com/unitedstates/contact-congress/blob/master/members/P000523.yaml) | Rep. David E. Price (D-NC04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=P000523)
|
||||
| [Q000023](https://github.com/unitedstates/contact-congress/blob/master/members/Q000023.yaml) | Rep. Mike Quigley (D-IL05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Q000023)
|
||||
| [R000053](https://github.com/unitedstates/contact-congress/blob/master/members/R000053.yaml) | Rep. Charles B. Rangel (D-NY13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000053)
|
||||
| | Rep. John Ratcliffe (R-TX04) | |
|
||||
| [R000585](https://github.com/unitedstates/contact-congress/blob/master/members/R000585.yaml) | Rep. Tom Reed (R-NY23) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000585)
|
||||
| [R000578](https://github.com/unitedstates/contact-congress/blob/master/members/R000578.yaml) | Rep. Dave Reichert (R-WA08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000578)
|
||||
| [R000586](https://github.com/unitedstates/contact-congress/blob/master/members/R000586.yaml) | Rep. Jim Renacci (R-OH16) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000586)
|
||||
| [R000587](https://github.com/unitedstates/contact-congress/blob/master/members/R000587.yaml) | Rep. Reid Ribble (R-WI08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000587)
|
||||
| | Rep. Kathleen Rice (D-NY04) | |
|
||||
| [R000597](https://github.com/unitedstates/contact-congress/blob/master/members/R000597.yaml) | Rep. Tom Rice (R-SC07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000597)
|
||||
| [R000588](https://github.com/unitedstates/contact-congress/blob/master/members/R000588.yaml) | Rep. Cedric Richmond (D-LA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000588)
|
||||
| [R000589](https://github.com/unitedstates/contact-congress/blob/master/members/R000589.yaml) | Rep. Scott Rigell (R-VA02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000589)
|
||||
| [R000591](https://github.com/unitedstates/contact-congress/blob/master/members/R000591.yaml) | Rep. Martha Roby (R-AL02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000591)
|
||||
| [M001159](https://github.com/unitedstates/contact-congress/blob/master/members/M001159.yaml) | Rep. Cathy McMorris Rodgers (R-WA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=M001159)
|
||||
| [R000582](https://github.com/unitedstates/contact-congress/blob/master/members/R000582.yaml) | Rep. Phil Roe (R-TN01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000582)
|
||||
| [R000575](https://github.com/unitedstates/contact-congress/blob/master/members/R000575.yaml) | Rep. Mike D. Rogers (R-AL03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000575)
|
||||
| [R000395](https://github.com/unitedstates/contact-congress/blob/master/members/R000395.yaml) | Rep. Harold Rogers (R-KY05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000395)
|
||||
| [R000409](https://github.com/unitedstates/contact-congress/blob/master/members/R000409.yaml) | Rep. Dana Rohrabacher (R-CA48) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000409)
|
||||
| [R000592](https://github.com/unitedstates/contact-congress/blob/master/members/R000592.yaml) | Rep. Todd Rokita (R-IN04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000592)
|
||||
| [R000583](https://github.com/unitedstates/contact-congress/blob/master/members/R000583.yaml) | Rep. Tom Rooney (R-FL17) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000583)
|
||||
| [R000435](https://github.com/unitedstates/contact-congress/blob/master/members/R000435.yaml) | Rep. Ileana Ros-Lehtinen (R-FL27) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000435)
|
||||
| [R000580](https://github.com/unitedstates/contact-congress/blob/master/members/R000580.yaml) | Rep. Peter Roskam (R-IL06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000580)
|
||||
| [R000593](https://github.com/unitedstates/contact-congress/blob/master/members/R000593.yaml) | Rep. Dennis Ross (R-FL15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000593)
|
||||
| [R000598](https://github.com/unitedstates/contact-congress/blob/master/members/R000598.yaml) | Rep. Keith Rothfus (R-PA12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000598)
|
||||
| | Rep. David Rouzer (R-NC07) | |
|
||||
| [R000486](https://github.com/unitedstates/contact-congress/blob/master/members/R000486.yaml) | Rep. Lucille Roybal-Allard (D-CA40) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000486)
|
||||
| [R000487](https://github.com/unitedstates/contact-congress/blob/master/members/R000487.yaml) | Rep. Ed Royce (R-CA39) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000487)
|
||||
| [R000599](https://github.com/unitedstates/contact-congress/blob/master/members/R000599.yaml) | Rep. Raul Ruiz (D-CA36) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000599)
|
||||
| [R000576](https://github.com/unitedstates/contact-congress/blob/master/members/R000576.yaml) | Rep. C.A. Dutch Ruppersberger (D-MD02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000576)
|
||||
| [R000515](https://github.com/unitedstates/contact-congress/blob/master/members/R000515.yaml) | Rep. Bobby L. Rush (D-IL01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000515)
|
||||
| | Rep. Steve Russell (R-OK05) | |
|
||||
| [R000577](https://github.com/unitedstates/contact-congress/blob/master/members/R000577.yaml) | Rep. Tim Ryan (D-OH13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000577)
|
||||
| [R000570](https://github.com/unitedstates/contact-congress/blob/master/members/R000570.yaml) | Rep. Paul D. Ryan (R-WI01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=R000570)
|
||||
| [S000018](https://github.com/unitedstates/contact-congress/blob/master/members/S000018.yaml) | Rep. Matt Salmon (R-AZ05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000018)
|
||||
| [S001156](https://github.com/unitedstates/contact-congress/blob/master/members/S001156.yaml) | Rep. Linda T. Sanchez (D-CA38) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001156)
|
||||
| [S000030](https://github.com/unitedstates/contact-congress/blob/master/members/S000030.yaml) | Rep. Loretta Sanchez (D-CA46) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000030)
|
||||
| [S000051](https://github.com/unitedstates/contact-congress/blob/master/members/S000051.yaml) | Rep. Mark Sanford (R-SC01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000051)
|
||||
| [S001168](https://github.com/unitedstates/contact-congress/blob/master/members/S001168.yaml) | Rep. John Sarbanes (D-MD03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001168)
|
||||
| [S001176](https://github.com/unitedstates/contact-congress/blob/master/members/S001176.yaml) | Rep. Steve Scalise (R-LA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001176)
|
||||
| [S001145](https://github.com/unitedstates/contact-congress/blob/master/members/S001145.yaml) | Rep. Jan Schakowsky (D-IL09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001145)
|
||||
| [S001150](https://github.com/unitedstates/contact-congress/blob/master/members/S001150.yaml) | Rep. Adam B. Schiff (D-CA28) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001150)
|
||||
| [S001179](https://github.com/unitedstates/contact-congress/blob/master/members/S001179.yaml) | Rep. Aaron Schock (R-IL18) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001179)
|
||||
| [S001180](https://github.com/unitedstates/contact-congress/blob/master/members/S001180.yaml) | Rep. Kurt Schrader (D-OR05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001180)
|
||||
| [W000797](https://github.com/unitedstates/contact-congress/blob/master/members/W000797.yaml) | Rep. Debbie Wasserman Schultz (D-FL23) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000797)
|
||||
| [S001183](https://github.com/unitedstates/contact-congress/blob/master/members/S001183.yaml) | Rep. David Schweikert (R-AZ06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001183)
|
||||
| [S001189](https://github.com/unitedstates/contact-congress/blob/master/members/S001189.yaml) | Rep. Austin Scott (R-GA08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001189)
|
||||
| [S001157](https://github.com/unitedstates/contact-congress/blob/master/members/S001157.yaml) | Rep. David Scott (D-GA13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001157)
|
||||
| [S000185](https://github.com/unitedstates/contact-congress/blob/master/members/S000185.yaml) | Rep. Robert C. Scott (D-VA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000185)
|
||||
| [S000244](https://github.com/unitedstates/contact-congress/blob/master/members/S000244.yaml) | Rep. F. James Sensenbrenner (R-WI05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000244)
|
||||
| [S000248](https://github.com/unitedstates/contact-congress/blob/master/members/S000248.yaml) | Rep. Jose E. Serrano (D-NY15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000248)
|
||||
| [S000250](https://github.com/unitedstates/contact-congress/blob/master/members/S000250.yaml) | Rep. Pete Sessions (R-TX32) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000250)
|
||||
| [S001185](https://github.com/unitedstates/contact-congress/blob/master/members/S001185.yaml) | Rep. Terri Sewell (D-AL07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001185)
|
||||
| [S000344](https://github.com/unitedstates/contact-congress/blob/master/members/S000344.yaml) | Rep. Brad Sherman (D-CA30) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000344)
|
||||
| [S000364](https://github.com/unitedstates/contact-congress/blob/master/members/S000364.yaml) | Rep. John Shimkus (R-IL15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000364)
|
||||
| [S001154](https://github.com/unitedstates/contact-congress/blob/master/members/S001154.yaml) | Rep. Bill Shuster (R-PA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001154)
|
||||
| [S001148](https://github.com/unitedstates/contact-congress/blob/master/members/S001148.yaml) | Rep. Mike Simpson (R-ID02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001148)
|
||||
| [S001191](https://github.com/unitedstates/contact-congress/blob/master/members/S001191.yaml) | Rep. Kyrsten Sinema (D-AZ09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001191)
|
||||
| [S001165](https://github.com/unitedstates/contact-congress/blob/master/members/S001165.yaml) | Rep. Albio Sires (D-NJ08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001165)
|
||||
| [S000480](https://github.com/unitedstates/contact-congress/blob/master/members/S000480.yaml) | Rep. Louise M. Slaughter (D-NY25) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000480)
|
||||
| [S001195](https://github.com/unitedstates/contact-congress/blob/master/members/S001195.yaml) | Rep. Jason Smith (R-MO08) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001195)
|
||||
| [S001172](https://github.com/unitedstates/contact-congress/blob/master/members/S001172.yaml) | Rep. Adrian Smith (R-NE03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001172)
|
||||
| [S000522](https://github.com/unitedstates/contact-congress/blob/master/members/S000522.yaml) | Rep. Christopher H. Smith (R-NJ04) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000522)
|
||||
| [S000583](https://github.com/unitedstates/contact-congress/blob/master/members/S000583.yaml) | Rep. Lamar Smith (R-TX21) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000583)
|
||||
| [S000510](https://github.com/unitedstates/contact-congress/blob/master/members/S000510.yaml) | Rep. Adam Smith (D-WA09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S000510)
|
||||
| [S001175](https://github.com/unitedstates/contact-congress/blob/master/members/S001175.yaml) | Rep. Jackie Speier (D-CA14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001175)
|
||||
| | Rep. Elise Stefanik (R-NY21) | |
|
||||
| [S001192](https://github.com/unitedstates/contact-congress/blob/master/members/S001192.yaml) | Rep. Chris Stewart (R-UT02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001192)
|
||||
| [S001187](https://github.com/unitedstates/contact-congress/blob/master/members/S001187.yaml) | Rep. Steve Stivers (R-OH15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001187)
|
||||
| [S001188](https://github.com/unitedstates/contact-congress/blob/master/members/S001188.yaml) | Rep. Marlin Stutzman (R-IN03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001188)
|
||||
| [S001193](https://github.com/unitedstates/contact-congress/blob/master/members/S001193.yaml) | Rep. Eric Swalwell (D-CA15) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=S001193)
|
||||
| | Rep. Mark Takai (D-HI01) | |
|
||||
| [T000472](https://github.com/unitedstates/contact-congress/blob/master/members/T000472.yaml) | Rep. Mark Takano (D-CA41) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000472)
|
||||
| [T000460](https://github.com/unitedstates/contact-congress/blob/master/members/T000460.yaml) | Rep. Mike Thompson (D-CA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000460)
|
||||
| [T000193](https://github.com/unitedstates/contact-congress/blob/master/members/T000193.yaml) | Rep. Bennie Thompson (D-MS02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000193)
|
||||
| [T000467](https://github.com/unitedstates/contact-congress/blob/master/members/T000467.yaml) | Rep. Glenn Thompson (R-PA05) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000467)
|
||||
| [T000238](https://github.com/unitedstates/contact-congress/blob/master/members/T000238.yaml) | Rep. William M. Thornberry (R-TX13) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000238)
|
||||
| [T000462](https://github.com/unitedstates/contact-congress/blob/master/members/T000462.yaml) | Rep. Pat Tiberi (R-OH12) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000462)
|
||||
| [T000470](https://github.com/unitedstates/contact-congress/blob/master/members/T000470.yaml) | Rep. Scott Tipton (R-CO03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000470)
|
||||
| [T000468](https://github.com/unitedstates/contact-congress/blob/master/members/T000468.yaml) | Rep. Dina Titus (D-NV01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000468)
|
||||
| [T000469](https://github.com/unitedstates/contact-congress/blob/master/members/T000469.yaml) | Rep. Paul Tonko (D-NY20) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000469)
|
||||
| | Rep. Norma Torres (D-CA35) | |
|
||||
| | Rep. Dave Trott (R-MI11) | |
|
||||
| [T000465](https://github.com/unitedstates/contact-congress/blob/master/members/T000465.yaml) | Rep. Niki Tsongas (D-MA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000465)
|
||||
| [T000463](https://github.com/unitedstates/contact-congress/blob/master/members/T000463.yaml) | Rep. Michael R. Turner (R-OH10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=T000463)
|
||||
| [U000031](https://github.com/unitedstates/contact-congress/blob/master/members/U000031.yaml) | Rep. Fred Upton (R-MI06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=U000031)
|
||||
| [V000129](https://github.com/unitedstates/contact-congress/blob/master/members/V000129.yaml) | Rep. David Valadao (R-CA21) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000129)
|
||||
| [V000130](https://github.com/unitedstates/contact-congress/blob/master/members/V000130.yaml) | Rep. Juan Vargas (D-CA51) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000130)
|
||||
| [V000131](https://github.com/unitedstates/contact-congress/blob/master/members/V000131.yaml) | Rep. Marc Veasey (D-TX33) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000131)
|
||||
| [V000132](https://github.com/unitedstates/contact-congress/blob/master/members/V000132.yaml) | Rep. Filemon Vela (D-TX34) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000132)
|
||||
| [V000081](https://github.com/unitedstates/contact-congress/blob/master/members/V000081.yaml) | Rep. Nydia M. Velazquez (D-NY07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000081)
|
||||
| [V000108](https://github.com/unitedstates/contact-congress/blob/master/members/V000108.yaml) | Rep. Peter J. Visclosky (D-IN01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=V000108)
|
||||
| [W000812](https://github.com/unitedstates/contact-congress/blob/master/members/W000812.yaml) | Rep. Ann Wagner (R-MO02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000812)
|
||||
| [W000798](https://github.com/unitedstates/contact-congress/blob/master/members/W000798.yaml) | Rep. Tim Walberg (R-MI07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000798)
|
||||
| [W000791](https://github.com/unitedstates/contact-congress/blob/master/members/W000791.yaml) | Rep. Greg Walden (R-OR02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000791)
|
||||
| [C000556](https://github.com/unitedstates/contact-congress/blob/master/members/C000556.yaml) | Rep. Mark Walker (R-NC06) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=C000556)
|
||||
| [W000813](https://github.com/unitedstates/contact-congress/blob/master/members/W000813.yaml) | Rep. Jackie Walorski (R-IN02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000813)
|
||||
| | Rep. Mimi Walters (R-CA45) | |
|
||||
| [W000799](https://github.com/unitedstates/contact-congress/blob/master/members/W000799.yaml) | Rep. Tim Walz (D-MN01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000799)
|
||||
| [W000187](https://github.com/unitedstates/contact-congress/blob/master/members/W000187.yaml) | Rep. Maxine Waters (D-CA43) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000187)
|
||||
| [W000814](https://github.com/unitedstates/contact-congress/blob/master/members/W000814.yaml) | Rep. Randy Weber (R-TX14) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000814)
|
||||
| [W000806](https://github.com/unitedstates/contact-congress/blob/master/members/W000806.yaml) | Rep. Daniel Webster (R-FL10) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000806)
|
||||
| [W000800](https://github.com/unitedstates/contact-congress/blob/master/members/W000800.yaml) | Rep. Peter Welch (D-VT) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000800)
|
||||
| [W000815](https://github.com/unitedstates/contact-congress/blob/master/members/W000815.yaml) | Rep. Brad Wenstrup (R-OH02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000815)
|
||||
| | Rep. Bruce Westerman (R-AR04) | |
|
||||
| [W000796](https://github.com/unitedstates/contact-congress/blob/master/members/W000796.yaml) | Rep. Lynn Westmoreland (R-GA03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000796)
|
||||
| [W000413](https://github.com/unitedstates/contact-congress/blob/master/members/W000413.yaml) | Rep. Edward Whitfield (R-KY01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000413)
|
||||
| [W000816](https://github.com/unitedstates/contact-congress/blob/master/members/W000816.yaml) | Rep. Roger Williams (R-TX25) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000816)
|
||||
| [W000808](https://github.com/unitedstates/contact-congress/blob/master/members/W000808.yaml) | Rep. Frederica Wilson (D-FL24) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000808)
|
||||
| [W000795](https://github.com/unitedstates/contact-congress/blob/master/members/W000795.yaml) | Rep. Joe Wilson (R-SC02) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000795)
|
||||
| [W000804](https://github.com/unitedstates/contact-congress/blob/master/members/W000804.yaml) | Rep. Robert J. Wittman (R-VA01) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000804)
|
||||
| [W000809](https://github.com/unitedstates/contact-congress/blob/master/members/W000809.yaml) | Rep. Steve Womack (R-AR03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000809)
|
||||
| [W000810](https://github.com/unitedstates/contact-congress/blob/master/members/W000810.yaml) | Rep. Rob Woodall (R-GA07) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=W000810)
|
||||
| [Y000062](https://github.com/unitedstates/contact-congress/blob/master/members/Y000062.yaml) | Rep. John Yarmuth (D-KY03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Y000062)
|
||||
| [Y000063](https://github.com/unitedstates/contact-congress/blob/master/members/Y000063.yaml) | Rep. Kevin Yoder (R-KS03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Y000063)
|
||||
| [Y000065](https://github.com/unitedstates/contact-congress/blob/master/members/Y000065.yaml) | Rep. Ted Yoho (R-FL03) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Y000065)
|
||||
| [Y000033](https://github.com/unitedstates/contact-congress/blob/master/members/Y000033.yaml) | Rep. Don Young (R-AK) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Y000033)
|
||||
| | Rep. David Young (R-IA03) | |
|
||||
| [Y000064](https://github.com/unitedstates/contact-congress/blob/master/members/Y000064.yaml) | Rep. Todd Young (R-IN09) | [](http://efforg.github.io/congress-forms-test/?bioguide_id=Y000064)
|
||||
| | Rep. Lee Zeldin (R-NY01) | |
|
||||
| | Rep. Ryan Zinke (R-MT01) | |
|
||||
Reference in New Issue
Block a user