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/R000584.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
126 lines (126 sloc)
4.02 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: R000584 | |
contact_form: | |
method: post | |
action: "" | |
steps: | |
- visit: "http://www.risch.senate.gov/public/index.cfm?p=Email" | |
- wait: | |
- value: 1 | |
- fill_in: | |
- name: field_03FC5C00-C814-41C0-86A8-17B9312FD6C8 | |
selector: "#field_03FC5C00-C814-41C0-86A8-17B9312FD6C8" | |
value: $NAME_FIRST | |
required: true | |
- name: field_54E8996A-B73A-491D-8BF4-B7A3E97844E0 | |
selector: "#field_54E8996A-B73A-491D-8BF4-B7A3E97844E0" | |
value: $NAME_LAST | |
required: true | |
- name: field_A08A7E57-46D1-448D-B383-3AECDBABDA4E | |
selector: "#field_A08A7E57-46D1-448D-B383-3AECDBABDA4E" | |
value: $ADDRESS_STREET | |
required: true | |
- name: field_1FEC8089-08AF-4A92-B2B5-786F66FB942B | |
selector: "#field_1FEC8089-08AF-4A92-B2B5-786F66FB942B" | |
value: $ADDRESS_CITY | |
required: true | |
- name: field_783D9EC5-F0BF-4452-A540-BCE7E8BD3A17 | |
selector: "#field_783D9EC5-F0BF-4452-A540-BCE7E8BD3A17" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: field_88940079-78B1-43A4-94F3-9F1CB9DAF794 | |
selector: "#field_88940079-78B1-43A4-94F3-9F1CB9DAF794" | |
value: $PHONE | |
required: true | |
- name: field_E3532A52-00C6-4D03-BC60-028EEA9075CF | |
selector: "#field_E3532A52-00C6-4D03-BC60-028EEA9075CF" | |
value: $EMAIL | |
required: true | |
- name: field_46098D12-DFBD-47F9-B71C-B15F0F08F55C | |
selector: "#field_46098D12-DFBD-47F9-B71C-B15F0F08F55C" | |
value: $MESSAGE | |
required: true | |
options: | |
max_length: 1500 | |
- select: | |
- name: field_93B4457B-B1FD-45CF-80DE-FCAC82188E54 | |
selector: "#field_93B4457B-B1FD-45CF-80DE-FCAC82188E54" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Mr. | |
- Mrs. | |
- Ms. | |
- Mr. and Mrs. | |
- Dr. | |
- Dr. and Mrs. | |
- Dr. and Mr. | |
- Reverend | |
- Pastor | |
- Sister | |
- name: field_8C2DC464-4C7B-4C64-B2E6-26BF491C5A11 | |
selector: "#field_8C2DC464-4C7B-4C64-B2E6-26BF491C5A11" | |
value: $TOPIC | |
required: true | |
options: | |
- Abortion | |
- Agriculture | |
- Animal Rights | |
- Appropriations | |
- Autographed Photo | |
- Banking | |
- Budget | |
- Crime | |
- Civil Rights | |
- Constituent Services | |
- Constitution | |
- Defense/Military | |
- Eagle Scouts | |
- Economy | |
- Education | |
- Energy | |
- Environment | |
- FEMA | |
- Finance | |
- Foreign Affairs | |
- Government Affairs | |
- Guns | |
- Health Care | |
- Health Insurance | |
- Homeland Security | |
- Housing and Urban Development | |
- Immigration | |
- Inauguration 2009 | |
- Insurance | |
- Intelligence | |
- Judiciary | |
- Labor | |
- NASA | |
- Nominations | |
- Science/Technology | |
- Small Business | |
- Social Security | |
- Tax | |
- Telecommunications | |
- Tort Reform | |
- Trade | |
- Transportation | |
- U.S. Military Academies | |
- Veterans Affairs | |
- War in Iraq | |
- War on Terror | |
- Welfare | |
- "Women's Issues" | |
- Other | |
- javascript: | |
- value: document.querySelector("#field_46098D12-DFBD-47F9-B71C-B15F0F08F55C").value = document.querySelector("#field_46098D12-DFBD-47F9-B71C-B15F0F08F55C").value.replace(/"/g, ''); | |
- click_on: | |
- selector: "#field_5F5EB295-4F55-4CB4-8CE2-7D0F05617B42_1" | |
- javascript: | |
- value: document.querySelector(".btn-primary[value='Submit']").click(); | |
- wait: | |
- value: 3 | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you for contacting my office |