Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
contact-congress/members/L000174.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
129 lines (129 sloc)
4.62 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bioguide: L000174 | |
contact_form: | |
method: post | |
action: "https://www.leahy.senate.gov/contact/" | |
steps: | |
- visit: "https://www.leahy.senate.gov/contact/" | |
- find: | |
- selector: "#input-36F9116D-5056-A066-6055-B856B7975A8D" | |
- fill_in: | |
- name: input_36F9116D-5056-A066-6055-B856B7975A8D | |
selector: "#input-36F9116D-5056-A066-6055-B856B7975A8D" | |
value: $NAME_FIRST | |
required: true | |
- name: input_36F9168F-5056-A066-6010-D50B3E4EA5CA | |
selector: "#input-36F9168F-5056-A066-6010-D50B3E4EA5CA" | |
value: $NAME_LAST | |
required: true | |
- name: input_36D0D7B4-5056-A066-604B-C5784DE1329E | |
selector: "#input-36D0D7B4-5056-A066-604B-C5784DE1329E" | |
value: $ADDRESS_STREET | |
required: true | |
- name: input_36D0D8E1-5056-A066-6088-B0E287342B26 | |
selector: "#input-36D0D8E1-5056-A066-6088-B0E287342B26" | |
value: $ADDRESS_CITY | |
required: true | |
- name: input_36D0DA1C-5056-A066-605E-9CA59C0D0E35 | |
selector: "#input-36D0DA1C-5056-A066-605E-9CA59C0D0E35" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: input_36D667AA-5056-A066-6035-8576D66D00F9 | |
selector: "#email" | |
value: $EMAIL | |
required: true | |
- name: input_36D6681A-5056-A066-60DC-988EFD5753D6 | |
selector: "#input-36D6681A-5056-A066-60DC-988EFD5753D6" | |
value: $EMAIL | |
required: true | |
- name: input_36D95985-5056-A066-6035-E42D9CB11A0E | |
selector: "#input-36D95985-5056-A066-6035-E42D9CB11A0E" | |
value: $PHONE | |
required: true | |
- name: input_36E62F57-5056-A066-60BF-78ADF9F5676E | |
selector: "#input-36E62F57-5056-A066-60BF-78ADF9F5676E" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: input_36C9576F-5056-A066-6022-2CCEB276F085 | |
selector: "#salutations" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Mr. | |
- Ms. | |
- Mrs. | |
- Miss | |
- Mr. and Mrs. | |
- Dr. | |
- Dr. and Mrs. | |
- Dr. and Mr. | |
- Mr. and Mr. | |
- Mrs. and Mrs. | |
- Ms. and Ms. | |
- Other | |
- name: input_36E22353-5056-A066-60EA-9A7BCE98E4DD | |
selector: "#issue" | |
value: $TOPIC | |
required: true | |
options: | |
Agriculture: AGRICULTURE | |
Animals: AN | |
Arts & Humanities: ARTS | |
Banking & Financial Services: BANK | |
Budget: BUDGET GENERAL | |
Business & Commerce: BUS | |
Civil Rights: CIVIL_RIGHTS | |
Climate Change: CLIMATE CHANGE | |
Crime: CRIME | |
Dairy: DAIRY | |
Defense/Military: DEFENSE/MILITARY | |
Detainee Treatment: TORTURE | |
Disability Issues: DISABILITIES | |
Drones: DRONES | |
Economy: ECONOMY | |
Education: ED | |
Elections & Voting Rights: ELECTIONS | |
Employment, Labor & Pensions: LAB | |
Energy: EN | |
Environment: ENVIRONMENT | |
Foreign Policy: FR | |
Genetically Engineered Food (GMOs): GENETICENGINEERING | |
Gun Control & Second Amendment Rights: GUN CONTROL | |
Health: HEALTH | |
Homeland Security: HLS | |
Housing: HOUSING | |
Human Services & Welfare: HMS | |
Hurricane Irene: FEMA | |
Immigration: IMMIGRATION | |
Judicial Nominations: NOMINATIONS | |
Law Enforcement: LAW ENFORCEMENT | |
Medicare/Medicaid: MEDICARE | |
Other: OTHER | |
Patents & Copyright: COPYRIGHT | |
Political Parties and Campaign Finance Reform: POLITICS | |
Prescription Drugs: PRESCRIPTION DRUGS | |
Privacy: PRIVACY | |
Seniors: SENIORS | |
Small Business: BUSINESS | |
Social Security: SS | |
Space/NASA: NASA | |
Taxation: TAX | |
Telecommunications: TELECOMM | |
Trade: TRD | |
Transportation: TRANSPORTATION | |
Veterans Affairs: VETERANS | |
Violence Against Women Act: DOMESTIC VIOLENCE | |
Women & Children: WOMEN | |
- javascript: | |
- value: document.querySelector("#input-36E62F57-5056-A066-60BF-78ADF9F5676E").value = document.querySelector("#input-36E62F57-5056-A066-60BF-78ADF9F5676E").value.replace(/"/g, ''); | |
- click_on: | |
- value: Submit | |
selector: input.btn | |
- find: | |
- selector: h2 | |
value: Thank You | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you for contacting Senator Leahy. |