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/S001148.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
191 lines (191 sloc)
5.19 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: S001148 | |
contact_form: | |
method: post | |
action: /submit-contact.aspx | |
steps: | |
- visit: "http://simpson.house.gov/contact/" | |
- fill_in: | |
- name: zip5 | |
selector: "form.zipform input[name='zip5']" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- click_on: | |
- value: Submit | |
selector: "form.zipform input[type='submit'][value='Submit']" | |
- find: | |
- selector: "#ctl00_ctl09_FirstName" | |
- fill_in: | |
- name: ctl00$ctl09$FirstName | |
selector: "#ctl00_ctl09_FirstName" | |
value: $NAME_FIRST | |
required: true | |
- name: ctl00$ctl09$LastName | |
selector: "#ctl00_ctl09_LastName" | |
value: $NAME_LAST | |
required: true | |
- name: ctl00$ctl09$Street | |
selector: "#ctl00_ctl09_Street" | |
value: $ADDRESS_STREET | |
required: true | |
- name: ctl00$ctl09$City | |
selector: "#ctl00_ctl09_City" | |
value: $ADDRESS_CITY | |
required: true | |
- name: ctl00$ctl09$Zip | |
selector: "#ctl00_ctl09_Zip" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: ctl00$ctl09$Phone | |
selector: "#ctl00_ctl09_Phone" | |
value: $PHONE | |
required: true | |
- name: ctl00$ctl09$Email | |
selector: "#ctl00_ctl09_Email" | |
value: $EMAIL | |
required: true | |
- name: ctl00$ctl09$Subject | |
selector: "#ctl00_ctl09_Subject" | |
value: $SUBJECT | |
required: true | |
- name: ctl00$ctl09$Body | |
selector: "#ctl00_ctl09_Body" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: ctl00$ctl09$PrefixList | |
selector: "#ctl00_ctl09_PrefixList" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Mr. | |
- Mrs. | |
- Dr. | |
- Ms. | |
- name: ctl00$ctl09$IssuesList | |
selector: "#ctl00_ctl09_IssuesList" | |
value: $TOPIC | |
required: false | |
options: | |
Abortion: "120471" | |
Agriculture: "8383" | |
Animal Rights: "120472" | |
Appropriations: "120473" | |
Arts and Humanities: "120474" | |
Banking and Finance: "12245" | |
Budget: "120476" | |
Campaign Finance and Election Reform: "120477" | |
Commerce and Business: "120478" | |
Congress: "120479" | |
Consumer Protection: "120480" | |
Crime: "120481" | |
Drug Abuse: "120482" | |
Economy : "8302" | |
Education: "4652" | |
Endangered Species and Wildlife: "120483" | |
Energy: "5258" | |
Environment: "120497" | |
Ethics Reform: "120498" | |
Fiscal Responsibility: "13377" | |
Foreign Affairs: "120484" | |
Government Operations: "120485" | |
Guns: "120486" | |
Healthcare: "5209" | |
Homeland Security and Intelligence: "120487" | |
Housing: "5020" | |
Immigration: "5021" | |
Judiciary: "120488" | |
Labor: "120489" | |
Medicaid: "120490" | |
Medicare: "120491" | |
National Defense and Military: "5018" | |
Native American Issues: "120492" | |
Postal Issues: "120493" | |
Public Lands and Natural Resources: "5022" | |
Science and Technology: "120499" | |
Small Businesses: "5023" | |
Social Security and Medicare: "42739" | |
Taxes: "41587" | |
Telecommunications: "120494" | |
Trade: "120495" | |
Transportation and Infrastructure: "4647" | |
Veterans: "5024" | |
Welfare: "120496" | |
- name: ctl00$ctl09$State | |
selector: "#ctl00_ctl09_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 | |
- javascript: | |
- value: document.querySelector("#ctl00_ctl09_Body").value = document.querySelector("#ctl00_ctl09_Body").value.replace(/"/g, ''); | |
- recaptcha: | |
- value: true | |
- click_on: | |
- value: Submit | |
selector: "#ctl00_ctl09_SubmitButton" | |
- find: | |
- selector: "#ctl00_ctl09_ConfirmationText" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you for sending me your email. |