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/B001236.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
125 lines (125 sloc)
4.08 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: B001236 | |
contact_form: | |
method: post | |
action: "" | |
steps: | |
- visit: "https://www.boozman.senate.gov/public/index.cfm/e-mail-me" | |
- fill_in: | |
- name: field_AB4DFB2A-39F2-4EA3-AD48-98FF4203C4EB | |
selector: "#field_AB4DFB2A-39F2-4EA3-AD48-98FF4203C4EB" | |
value: $NAME_FIRST | |
required: true | |
- name: field_82A4F7B4-E157-4AD1-8A1E-3186B3660C2E | |
selector: "#field_82A4F7B4-E157-4AD1-8A1E-3186B3660C2E" | |
value: $NAME_LAST | |
required: true | |
- name: field_17ECEDEA-027F-4974-877D-86168D5A1AC6 | |
selector: "#field_17ECEDEA-027F-4974-877D-86168D5A1AC6" | |
value: $ADDRESS_STREET | |
required: true | |
- name: field_0AFBF97C-2198-48CC-9A1F-24102686CEAD | |
selector: "#field_0AFBF97C-2198-48CC-9A1F-24102686CEAD" | |
value: $ADDRESS_CITY | |
required: true | |
- name: field_484880FE-DA5B-4994-B590-B6CE1B323F1E | |
selector: "#field_484880FE-DA5B-4994-B590-B6CE1B323F1E" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: field_D19C2B48-DE96-4320-87BE-604F298E8497 | |
selector: "#field_D19C2B48-DE96-4320-87BE-604F298E8497" | |
value: $PHONE | |
required: true | |
- name: field_1A65E495-5A0F-444D-B7D5-4BC56EB418BE | |
selector: "#field_1A65E495-5A0F-444D-B7D5-4BC56EB418BE" | |
value: $EMAIL | |
required: true | |
- name: field_48423449-A5CB-4B5E-8AF8-6941AB24E7BC | |
selector: "#field_48423449-A5CB-4B5E-8AF8-6941AB24E7BC" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: field_A8C5319B-DAC0-4F7D-8752-783380F5D8FE | |
selector: "#field_A8C5319B-DAC0-4F7D-8752-783380F5D8FE" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Mr. | |
- Ms. | |
- Miss | |
- Mrs. | |
- "Mr. & Mrs." | |
- Dr. | |
- Reverend | |
- Sister | |
- Pastor | |
- name: field_A0A55B05-FE7B-4A1D-BA45-C5CE1FF522E5 | |
selector: "#field_A0A55B05-FE7B-4A1D-BA45-C5CE1FF522E5" | |
value: $ADDRESS_STATE_POSTAL_ABBREV | |
required: false | |
options: | |
"----Military---- ": "----Military---- " | |
"AA ": AA | |
"AE ": AE | |
"AP ": AP | |
"----States---- ": " " | |
"Alabama ": AL | |
"Alaska ": AK | |
"Arizona ": AZ | |
"Arkansas ": AR | |
"California ": CA | |
"Colorado ": CO | |
"Connecticut ": CT | |
"Delaware ": DE | |
"District of Columbia ": DC | |
"Florida ": FL | |
"Georgia ": GA | |
"Hawaii ": HI | |
"Idaho ": ID | |
"Illinois ": IL | |
"Indiana ": IN | |
"Iowa ": IA | |
"Kansas ": KS | |
"Kentucky ": KY | |
"Louisiana ": LA | |
"Maine ": ME | |
"Maryland ": MD | |
"Massachusetts ": MA | |
"Michigan ": MI | |
"Minnesota ": MN | |
"Mississippi ": MS | |
"Missouri ": MO | |
"Montana ": MT | |
"Nebraska ": NE | |
"Nevada ": NV | |
"New Hampshire ": NH | |
"New Jersey ": NJ | |
"New Mexico ": NM | |
"New York ": NY | |
"North Carolina ": NC | |
"North Dakota ": ND | |
"Ohio ": OH | |
"Oklahoma ": OK | |
"Oregon ": OR | |
"Pennsylvania ": PA | |
"Rhode Island ": RI | |
"South Carolina ": SC | |
"South Dakota ": SD | |
"Tennessee ": TN | |
"Texas ": TX | |
"Utah ": UT | |
"Vermont ": VT | |
"Virginia ": VA | |
"Washington ": WA | |
"West Virginia ": WV | |
"Wisconsin ": WI | |
Wyoming: WY | |
- javascript: | |
- value: document.querySelector("#field_48423449-A5CB-4B5E-8AF8-6941AB24E7BC").value = document.querySelector("#field_48423449-A5CB-4B5E-8AF8-6941AB24E7BC").value.replace(/"/g, ''); | |
- click_on: | |
- value: Submit | |
selector: "input.btn.btn-primary" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you |