mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
154 lines
5.0 KiB
YAML
154 lines
5.0 KiB
YAML
bioguide: S001227
|
|
contact_form:
|
|
method: post
|
|
action: ""
|
|
steps:
|
|
- visit: "https://www.schmitt.senate.gov/share-your-opinion/"
|
|
- fill_in:
|
|
- name: input_1
|
|
selector: "#input_2_1"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
- name: input_4
|
|
selector: "#input_2_4"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: input_3
|
|
selector: "#input_2_3"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: input_5.1
|
|
selector: "#input_2_5_1"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: input_5.3
|
|
selector: "#input_2_5_3"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: input_5.5
|
|
selector: "#input_2_5_5"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: input_7
|
|
selector: "#input_2_7"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: input_8
|
|
selector: "#input_2_8"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: input_9
|
|
selector: "#input_2_9"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: input_5.4
|
|
selector: "#input_2_5_4"
|
|
value: $ADDRESS_STATE_FULL
|
|
required: true
|
|
options:
|
|
"Alabama": "Alabama"
|
|
"Alaska": "Alaska"
|
|
"American Samoa": "American Samoa"
|
|
"Arizona": "Arizona"
|
|
"Arkansas": "Arkansas"
|
|
"California": "California"
|
|
"Colorado": "Colorado"
|
|
"Connecticut": "Connecticut"
|
|
"Delaware": "Delaware"
|
|
"District of Columbia": "District of Columbia"
|
|
"Florida": "Florida"
|
|
"Georgia": "Georgia"
|
|
"Guam": "Guam"
|
|
"Hawaii": "Hawaii"
|
|
"Idaho": "Idaho"
|
|
"Illinois": "Illinois"
|
|
"Indiana": "Indiana"
|
|
"Iowa": "Iowa"
|
|
"Kansas": "Kansas"
|
|
"Kentucky": "Kentucky"
|
|
"Louisiana": "Louisiana"
|
|
"Maine": "Maine"
|
|
"Maryland": "Maryland"
|
|
"Massachusetts": "Massachusetts"
|
|
"Michigan": "Michigan"
|
|
"Minnesota": "Minnesota"
|
|
"Mississippi": "Mississippi"
|
|
"Missouri": "Missouri"
|
|
"Montana": "Montana"
|
|
"Nebraska": "Nebraska"
|
|
"Nevada": "Nevada"
|
|
"New Hampshire": "New Hampshire"
|
|
"New Jersey": "New Jersey"
|
|
"New Mexico": "New Mexico"
|
|
"New York": "New York"
|
|
"North Carolina": "North Carolina"
|
|
"North Dakota": "North Dakota"
|
|
"Northern Mariana Islands": "Northern Mariana Islands"
|
|
"Ohio": "Ohio"
|
|
"Oklahoma": "Oklahoma"
|
|
"Oregon": "Oregon"
|
|
"Pennsylvania": "Pennsylvania"
|
|
"Puerto Rico": "Puerto Rico"
|
|
"Rhode Island": "Rhode Island"
|
|
"South Carolina": "South Carolina"
|
|
"South Dakota": "South Dakota"
|
|
"Tennessee": "Tennessee"
|
|
"Texas": "Texas"
|
|
"Utah": "Utah"
|
|
"U.S. Virgin Islands": "U.S. Virgin Islands"
|
|
"Vermont": "Vermont"
|
|
"Virginia": "Virginia"
|
|
"Washington": "Washington"
|
|
"West Virginia": "West Virginia"
|
|
"Wisconsin": "Wisconsin"
|
|
"Wyoming": "Wyoming"
|
|
"Armed Forces Americas": "Armed Forces Americas"
|
|
"Armed Forces Europe": "Armed Forces Europe"
|
|
"Armed Forces Pacific": "Armed Forces Pacific"
|
|
- name: "input_10"
|
|
selector: "#input_2_10"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
"Abortion": "Abortion"
|
|
"Agriculture": "Agriculture"
|
|
"Banking and Finances": "Banking and Finances"
|
|
"Budget": "Budget"
|
|
"Economy": "Economy"
|
|
"Education": "Education"
|
|
"Energy": "Energy"
|
|
"Foreign Relations": "Foreign Relations"
|
|
"Governmental Reform": "Governmental Reform"
|
|
"Homeland Security": "Homeland Security"
|
|
"Healthcare": "Healthcare"
|
|
"Immigration": "Immigration"
|
|
"Inauguration": "Inauguration"
|
|
"Infrastructure": "Infrastructure"
|
|
"Judiciary": "Judiciary"
|
|
"Labor": "Labor"
|
|
"Military": "Military"
|
|
"Passport": "Passport"
|
|
"Scheduling Request": "Scheduling Request"
|
|
"Second Amendment": "Second Amendment"
|
|
"Small Business": "Small Business"
|
|
"Social Security": "Social Security"
|
|
"Tax Reform": "Tax Reform"
|
|
"Transportation": "Transportation"
|
|
"Trade": "Trade"
|
|
"Veterans": "Veterans"
|
|
"Other Issues": "Other Issues"
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#gform_submit_button_2"
|
|
- wait:
|
|
- value: 3
|
|
- find:
|
|
- selector: "#gform_confirmation_message_2"
|
|
value: "Thank You"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: ""
|