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/W000779.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
131 lines (131 sloc)
4.18 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: W000779 | |
contact_form: | |
method: POST | |
action: "/contact" | |
steps: | |
- visit: https://www.wyden.senate.gov/contact/email-ron | |
- click_on: | |
- selector: ".opinion" | |
- find: | |
- selector: "#input-67423504-9AAC-EB15-51B1-3DF559E135D4" | |
- fill_in: | |
- name: "input_67423504-9AAC-EB15-51B1-3DF559E135D4" | |
selector: "#input-67423504-9AAC-EB15-51B1-3DF559E135D4" | |
value: $NAME_FIRST | |
required: Yes | |
- name: "input_67423519-DD68-8D83-92BB-023E9CDE7E25" | |
selector: "#input-67423519-DD68-8D83-92BB-023E9CDE7E25" | |
value: $NAME_LAST | |
required: Yes | |
- name: "input_674731A9-DC93-F057-3129-DDFC402FFCF6" | |
selector: "#input-674731A9-DC93-F057-3129-DDFC402FFCF6" | |
value: $ADDRESS_STREET | |
required: Yes | |
- name: "input_67473231-0058-AF90-5FA2-9D4977FFAE08" | |
selector: "#input-67473231-0058-AF90-5FA2-9D4977FFAE08" | |
value: $ADDRESS_CITY | |
required: Yes | |
- name: "input_67473264-EF36-677B-E5BD-177CC730BF76" | |
selector: "#input-67473264-EF36-677B-E5BD-177CC730BF76" | |
value: $ADDRESS_ZIP5 | |
required: Yes | |
- name: "input_674C04D0-0622-BF1E-6BED-994E3BDE74CF" | |
selector: "#input-674C04D0-0622-BF1E-6BED-994E3BDE74CF" | |
value: $PHONE | |
required: Yes | |
- name: "input_674B231A-C4E6-DE6B-8AF8-F735101D38C5" | |
selector: "#email" | |
value: $EMAIL | |
required: Yes | |
- name: "input_674B2464-04AE-529C-EF20-DA82FEC8CAFC" | |
selector: "#input-674B2464-04AE-529C-EF20-DA82FEC8CAFC" | |
value: $EMAIL | |
required: Yes | |
- name: "input_6772B6F9-DC60-985A-DA90-CE9C6D99704B" | |
selector: "#input-6772B6F9-DC60-985A-DA90-CE9C6D99704B" | |
value: $MESSAGE | |
required: Yes | |
- select: | |
- name: "input_674234EB-FE2E-E1D2-DA0B-544DB1E29219" | |
selector: "#input-674234EB-FE2E-E1D2-DA0B-544DB1E29219" | |
value: $NAME_PREFIX | |
required: Yes | |
options: | |
- "Mr." | |
- "Ms." | |
- "Mrs." | |
- "Dr." | |
- name: "input_6747324E-C28F-D257-CFFE-17127E54003B" | |
selector: "#input-6747324E-C28F-D257-CFFE-17127E54003B" | |
value: $ADDRESS_STATE_POSTAL_ABBREV | |
required: Yes | |
options: US_STATES | |
- name: "input_67EF74C7-E9CB-D358-20D1-2B0C0FD48D6D" | |
selector: "#contactdropdown" | |
value: $TOPIC | |
required: Yes | |
options: | |
- Afghanistan | |
- Agriculture | |
- Animal Welfare | |
- Arts & Humanities | |
- Banking Issues | |
- Budget (Federal) | |
- Budget (Defense) | |
- Civil Rights | |
- Climate Change | |
- Consumer Financial Protections | |
- County Payments | |
- Defense | |
- Economy—Job Creation | |
- Education | |
- Energy | |
- Environment | |
- FDA | |
- Foreign Affairs | |
- Gas Prices | |
- Government reform | |
- Guns | |
- Health Care | |
- Help with a Federal Agency | |
- Housing | |
- Hunger | |
- Immigration | |
- Intelligence | |
- Internet, Technology, Broadband | |
- Judicial Nominations | |
- Medicare/ Medicaid | |
- Native American Issues | |
- Natural Resources | |
- Outsourcing | |
- Pensions (Federal) | |
- Pension (Military) | |
- Postal Service | |
- Prescription Drugs | |
- Reproductive Rights/ Family Planning | |
- Science | |
- Senior Issues | |
- Small Business | |
- Social Security | |
- Trade | |
- Taxes | |
- Transportation | |
- TSA | |
- Unemployment Issues | |
- Veterans’ Affairs | |
- Welfare | |
- Other | |
- click_on: | |
- selector: "#input-67923685-D449-B975-C411-F97C2DEFBBFE" | |
- javascript: | |
- value: 'document.querySelector("#input-6772B6F9-DC60-985A-DA90-CE9C6D99704B").value = document.querySelector("#input-6772B6F9-DC60-985A-DA90-CE9C6D99704B").value.replace(/"/g, "");' | |
- click_on: | |
- selector: ".btn[value=Submit]" | |
- find: | |
- selector: "h1" | |
value: Thank You | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you for contacting my office. |