mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
114 lines
3.4 KiB
YAML
114 lines
3.4 KiB
YAML
bioguide: O000174
|
|
contact_form:
|
|
method: post
|
|
action: ""
|
|
steps:
|
|
- visit: https://www.ossoff.senate.gov/contact-us/message
|
|
- javascript:
|
|
- value: "document.querySelector('.elementor-element-2b1cb2e2 #share_views_btn').click();"
|
|
- wait:
|
|
- value: 3
|
|
- find:
|
|
- selector: "#share_views_form"
|
|
- fill_in:
|
|
- name: "form_fields[name]"
|
|
selector: "#form-field-name"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: "form_fields[field_7910308]"
|
|
selector: "#form-field-field_7910308"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: "form_fields[message]"
|
|
selector: "#form-field-message"
|
|
value: $MESSAGE
|
|
required: true
|
|
- name: "form_fields[field_96072f6]"
|
|
selector: "#form-field-field_96072f6"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: "form_fields[field_ecb1f5b]"
|
|
selector: "#form-field-field_ecb1f5b"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: "form_fields[field_af5d787]"
|
|
selector: "#form-field-field_af5d787"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: "form_fields[field_691e7ad]"
|
|
selector: "#form-field-field_691e7ad"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: "form_fields[email]"
|
|
selector: "#form-field-email"
|
|
value: $EMAIL
|
|
required: true
|
|
- select:
|
|
- name: "form_fields[field_8d7e709]"
|
|
selector: "#form-field-field_8d7e709"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
- Agriculture
|
|
- Abortion
|
|
- Animal Rights
|
|
- Appropriations
|
|
- Athletics and Sports
|
|
- Banking and Financial Services
|
|
- Border Security
|
|
- Build Back Better
|
|
- Commerce
|
|
- Campaign Finance Reform
|
|
- Child Abuse
|
|
- Child Welfare and Health
|
|
- Civil Liberties/Privacy
|
|
- Climate Change
|
|
- Consumer Protection
|
|
- COVID Relief
|
|
- Debt Ceiling
|
|
- Defense and Military
|
|
- Disabilities
|
|
- Community/Economic Development
|
|
- Education
|
|
- Election Security
|
|
- Energy
|
|
- Environment
|
|
- Ethics and Rules
|
|
- Foreign Affairs
|
|
- Guns
|
|
- Healthcare
|
|
- Homeland Security
|
|
- Housing
|
|
- Immigration
|
|
- Intelligence
|
|
- Interior
|
|
- Judges
|
|
- Judiciary
|
|
- Labor
|
|
- Law Enforcement
|
|
- Native Americans
|
|
- Nutrition (WIC/SNAP/Food Insecurity)
|
|
- Postal Service
|
|
- Refugees
|
|
- Science and Innovation
|
|
- Senior Citizens
|
|
- Social Issues
|
|
- Social Security and Retirement
|
|
- Surveillance
|
|
- Taxes
|
|
- Technology
|
|
- Trade
|
|
- Transportation
|
|
- Veterans
|
|
- Voting Rights
|
|
- Website Problem
|
|
- javascript:
|
|
- value: document.querySelector('.elementor-element-db7bce0 .e-form__buttons button[type="submit"] .elementor-screen-only').click();
|
|
- wait:
|
|
- value: 10
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Share Your Views
|