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/G000386.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.9 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: G000386 | |
contact_form: | |
method: post | |
action: /form_process/questions-and-comments-thank-you | |
steps: | |
- visit: "https://www.grassley.senate.gov/contact/questions-and-comments" | |
- wait: | |
- value: 5 | |
- fill_in: | |
- name: input_BADE8285-5056-A066-6057-C322607D9298 | |
selector: "#input-BADE8285-5056-A066-6057-C322607D9298" | |
value: $NAME_FIRST | |
required: true | |
- name: input_BADE7F00-5056-A066-609F-EA07AE2BF91B | |
selector: "#input-BADE7F00-5056-A066-609F-EA07AE2BF91B" | |
value: $NAME_LAST | |
required: true | |
- name: input_BADE8249-5056-A066-6085-94AFC521D3DD | |
selector: "#input-BADE8249-5056-A066-6085-94AFC521D3DD" | |
value: $EMAIL | |
required: true | |
- name: input_BADE815A-5056-A066-6029-7AE648141C0E | |
selector: "#input-BADE815A-5056-A066-6029-7AE648141C0E" | |
value: $EMAIL | |
required: true | |
- name: input_BADE8377-5056-A066-601E-439FF206EE9C | |
selector: "#input-BADE8377-5056-A066-601E-439FF206EE9C" | |
value: $ADDRESS_STREET | |
required: true | |
- name: input_BADE84EC-5056-A066-6055-B1E5CF334D93 | |
selector: "#input-BADE84EC-5056-A066-6055-B1E5CF334D93" | |
value: $ADDRESS_STREET_2 | |
required: false | |
- name: input_BADE8474-5056-A066-6074-6537A53F1741 | |
selector: "#input-BADE8474-5056-A066-6074-6537A53F1741" | |
value: $ADDRESS_CITY | |
required: true | |
- name: input_BADE7F3C-5056-A066-60C0-B76B321104A2 | |
selector: "#input-BADE7F3C-5056-A066-60C0-B76B321104A2" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: input_BADE833B-5056-A066-6069-DE27AD45B36B | |
selector: "#input-BADE833B-5056-A066-6069-DE27AD45B36B" | |
value: $PHONE | |
required: false | |
- name: input_BADE8430-5056-A066-60F2-B5FA10EC77B8 | |
selector: "#input-BADE8430-5056-A066-60F2-B5FA10EC77B8" | |
value: $SUBJECT | |
required: true | |
- name: input_BADE811D-5056-A066-600C-4341F0A391DA | |
selector: "#input-BADE811D-5056-A066-600C-4341F0A391DA" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: input_BADE83F3-5056-A066-6034-4227C8500D19 | |
selector: "#salutations" | |
value: $NAME_PREFIX | |
required: false | |
options: | |
- Mr. | |
- Mrs. | |
- Ms. | |
- Miss | |
- Dr. | |
- Reverand | |
- Mr. and Mrs. | |
- Sister | |
- Other | |
- name: input_BADE7D1E-5056-A066-6029-CC75354D7428 | |
selector: "#input-BADE7D1E-5056-A066-6029-CC75354D7428" | |
value: $ADDRESS_STATE_POSTAL_ABBREV | |
required: true | |
options: US_STATES | |
- name: input_BADE7E62-5056-A066-60B3-4467E1C7B999 | |
selector: "#issues" | |
value: $TOPIC | |
required: true | |
options: | |
Abortion: Abortion | |
Adoption/Foster Care: Adoption/Foster Care | |
Agriculture: Agriculture | |
Animal: Animal | |
Banking: Banking | |
Campaign Finance: Campaign Finance | |
Constitution: Constitutional | |
Consumer Protection: Consumer Protection | |
Defense: Defense | |
Education: Education | |
Energy: Renewable Energy | |
Environmental: Environmental | |
Federal Government Employees Operations: Federal Government Employees Operations | |
Fiscal Issues: Fiscal Issues | |
Grant Support Letters: Grant Support Letters | |
Health: Health | |
Homeland Security: Homeland Security | |
Housing: Housing | |
Immigration: Immigration | |
Indian Affairs: Indian Affairs | |
International Relations: International Affairs | |
Job Creation - Economy: Job Creation - Economy | |
Judiciary (Civil): Judiciary (civil) | |
Judiciary (Crime): Judiciary (crime) | |
Judicial Nominees: Judicial Nominees | |
Labor: Labor | |
Medicare and Medicaid: Medicare and Medicaid | |
Postal Service: Postal Service | |
Science/NASA: NASA | |
Second Amendment: Second Amendment | |
Social Security: Social Security | |
Taxes: Taxes | |
Telecommunications: Telecommunications | |
Transportation: Transportation | |
Trade: Trade | |
Veterans: Veterans | |
Welfare: Welfare | |
Other: Other | |
- javascript: | |
- value: document.querySelector("#input-BADE811D-5056-A066-600C-4341F0A391DA").value = document.querySelector("#input-BADE811D-5056-A066-600C-4341F0A391DA").value.replace(/"/g, ''); | |
- click_on: | |
- selector: "#BADE7B26-5056-A066-6017-36A84C19848A button[type='submit']" | |
- wait: | |
- value: 3 | |
- find: | |
- selector: "img[src='/imo/media/image/ChuckGrassleySig.png']" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank You |