mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
107 lines
3.7 KiB
YAML
107 lines
3.7 KiB
YAML
bioguide: Q000023
|
|
contact_form:
|
|
method: post
|
|
action: ./
|
|
steps:
|
|
- visit: "https://quigleyforms.house.gov/forms/writeyourrep/"
|
|
- javascript:
|
|
- value: "Array.prototype.forEach.call(document.querySelectorAll('style,[rel=\"stylesheet\"],[type=\"text/css\"]'), function(element){ try{ element.parentNode.removeChild(element) } catch(err){} });"
|
|
- fill_in:
|
|
- name: ctl00$ctl29$FirstName
|
|
selector: "#ctl00_ctl29_FirstName"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: ctl00$ctl29$LastName
|
|
selector: "#ctl00_ctl29_LastName"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: ctl00$ctl29$Street
|
|
selector: "#ctl00_ctl29_Street"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: ctl00$ctl29$City
|
|
selector: "#ctl00_ctl29_City"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: ctl00$ctl29$Zip
|
|
selector: "#ctl00_ctl29_Zip"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: ctl00$ctl29$Phone
|
|
selector: "#ctl00_ctl29_Phone"
|
|
value: $PHONE
|
|
required: true
|
|
- name: ctl00$ctl29$Email
|
|
selector: "#ctl00_ctl29_Email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: ctl00$ctl29$Subject
|
|
selector: "#ctl00_ctl29_Subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: ctl00$ctl29$Body
|
|
selector: "#ctl00_ctl29_Body"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: ctl00$ctl29$PrefixList
|
|
selector: "#ctl00_ctl29_PrefixList"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Mr.
|
|
- " Mrs."
|
|
- " Ms."
|
|
- " Miss"
|
|
- " Dr."
|
|
- name: ctl00$ctl29$IssuesList
|
|
selector: "#ctl00_ctl29_IssuesList"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
Agriculture and Food: "109641"
|
|
Animals: "109636"
|
|
Armed Forces and National Security: "109606"
|
|
"Arts, Culture, Religion": "109579"
|
|
"Civil Rights and Liberties, Minority Issues": "109563"
|
|
Commerce: "109545"
|
|
Congress: "109523"
|
|
Crime and Law Enforcement: "109510"
|
|
Economics and Public Finance: "109484"
|
|
Education: "109640"
|
|
Emergency Management: "109451"
|
|
Energy: "109442"
|
|
Environment: "109081"
|
|
Families: "109411"
|
|
Finance and Financial Sector: "109401"
|
|
Foreign Trade and International Finance: "109384"
|
|
Government Operations and Politics: "109370"
|
|
Health Care: "109639"
|
|
Housing and Community Development: "109275"
|
|
Immigration: "109261"
|
|
International Affairs: "109251"
|
|
Labor and Employment: "109231"
|
|
Law: "109215"
|
|
Native Americans: "109197"
|
|
"O'Hare Noise Pollution": "114543"
|
|
Public Lands and Natural Resources: "109190"
|
|
"Science, Technology, Communications": "109175"
|
|
Social Sciences and History: "109151"
|
|
Social Welfare: "109143"
|
|
Sports and Recreation: "109137"
|
|
Taxation: "109129"
|
|
Transportation and Public Works: "109638"
|
|
Water Resources Development: "109094"
|
|
- javascript:
|
|
- value: document.querySelector("#ctl00_ctl29_Body").value = document.querySelector("#ctl00_ctl29_Body").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- selector: "#ctl00_ctl29_SubmitButton"
|
|
- find:
|
|
- selector: "#ctl00_ctl29_ConfirmationText"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Thank you |