mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
116 lines
3.5 KiB
YAML
116 lines
3.5 KiB
YAML
bioguide: J000255
|
|
contact_form:
|
|
method: post
|
|
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2"
|
|
steps:
|
|
- visit: "https://jones.house.gov/contact-me/email-me"
|
|
- fill_in:
|
|
- name: required-zip5
|
|
selector: "#required-zip5"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: zip4
|
|
selector: "#zip4"
|
|
value: $ADDRESS_ZIP4
|
|
required: true
|
|
- click_on:
|
|
- value: Go To Next Step
|
|
selector: "#submit"
|
|
- find:
|
|
- selector: "#contactForm"
|
|
- fill_in:
|
|
- name: prefix
|
|
selector: "#prefix"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
- name: required-first
|
|
selector: "#required-first"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: required-last
|
|
selector: "#required-last"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: required-address
|
|
selector: "#required-address"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: address2
|
|
selector: "#address2"
|
|
value: $ADDRESS_STREET_2
|
|
required: false
|
|
- name: required-city
|
|
selector: "#required-city"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: required-valid-email
|
|
selector: "#required-valid-email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: phone
|
|
selector: "#phone"
|
|
value: $PHONE
|
|
required: false
|
|
- name: required-subject
|
|
selector: "#required-subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: required-message
|
|
selector: "#required-message"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: required-issue
|
|
selector: "#required-issue"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
Agriculture: AG
|
|
Animals: AN
|
|
Arts and Humanities: ART
|
|
Badger Army Ammunition Plant: BAAP
|
|
Banking and Finance: BANK
|
|
Budget and Economy: BUD
|
|
Campaign Finance Reform: CFR
|
|
Congress and Elections: CONG
|
|
District of Columbia--Tours: TOUR
|
|
Defense and Military: DEF
|
|
Education: ED
|
|
Energy: EN
|
|
Environment: ENV
|
|
Federal Employees: FED
|
|
Foreign Relations: FR
|
|
Guns: GUN
|
|
Health: HE
|
|
Housing and Urban Development: HUD
|
|
Immigration: IM
|
|
Judiciary: JUD
|
|
Labor: LAB
|
|
LGBT: LGBT
|
|
Post Office: POST
|
|
Science and Technology: SCI
|
|
Senior Citizens: SENIORS
|
|
Social Security: SS
|
|
Social Services: SOC.SERVICES
|
|
Taxes: TAX
|
|
Telecommunications: COMM
|
|
Transportation: TRAN
|
|
Trade: TRD
|
|
Veterans: VET
|
|
"Women's Issues": WOMEN
|
|
Other Issues: OTHER
|
|
- javascript:
|
|
- value: document.querySelector("#required-message").value = document.querySelector("#required-message").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- value: Send Email
|
|
selector: "#submit"
|
|
- find:
|
|
- selector: "p"
|
|
value: "The following information has been submitted:"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: "The following information has been submitted:" |