-
Notifications
You must be signed in to change notification settings - Fork 212
/
Copy pathL000565.yaml
96 lines (96 loc) · 2.95 KB
/
L000565.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
bioguide: L000565
contact_form:
method: post
action: ""
steps:
- visit: "https://loebsack.house.gov/forms/writeyourrep/"
- fill_in:
- name: ctl00$ctl03$FirstName
selector: "#ctl00_ctl03_FirstName"
value: $NAME_FIRST
required: true
- name: ctl00$ctl03$LastName
selector: "#ctl00_ctl03_LastName"
value: $NAME_LAST
required: true
- name: ctl00$ctl03$Street
selector: "#ctl00_ctl03_Street"
value: $ADDRESS_STREET
required: true
- name: ctl00$ctl03$City
selector: "#ctl00_ctl03_City"
value: $ADDRESS_CITY
required: true
- name: ctl00$ctl03$Zip
selector: "#ctl00_ctl03_Zip"
value: $ADDRESS_ZIP5
required: true
- name: ctl00$ctl03$Phone
selector: "#ctl00_ctl03_Phone"
value: $PHONE
required: false
- name: ctl00$ctl03$Email
selector: "#ctl00_ctl03_Email"
value: $EMAIL
required: true
- name: ctl00$ctl03$Subject
selector: "#ctl00_ctl03_Subject"
value: $SUBJECT
required: true
- name: ctl00$ctl03$Body
selector: "#ctl00_ctl03_Body"
value: $MESSAGE
required: true
- select:
- name: ctl00$ctl03$PrefixList
selector: "#ctl00_ctl03_PrefixList"
value: $NAME_PREFIX
required: true
options:
- Dr.
- Mr.
- Mrs.
- Ms.
- Miss
- name: ctl00$ctl03$IssuesList
selector: "#ctl00_ctl03_IssuesList"
value: $TOPIC
required: true
options:
"None": ""
"Agriculture": "3765"
"Banking and Finance": "74569"
"Budget": "74570"
"Defense": "74571"
"Economy and Jobs": "74573"
"Education": "74572"
"Energy": "74574"
"Environmental": "74575"
"Government Reform": "74576"
"Health": "74577"
"Homeland Security": "3757"
"Immigration": "74579"
"International Relations": "74580"
"Judiciary": "74581"
"Social Issues": "74583"
"Social Security": "74584"
"Taxes": "74586"
"Telecommunications": "74585"
"Trade": "74587"
"Transportation": "3769"
"Veterans": "74588"
- javascript:
- value: document.querySelector("#ctl00_ctl03_Body").value = document.querySelector("#ctl00_ctl03_Body").value.replace(/"/g, '');
- recaptcha:
- value: true
- click_on:
- value: Submit
selector: "#ctl00_ctl03_SubmitButton"
- find:
- selector: "span#ctl00_ctl03_ConfirmationText"
find: "Thank you"
success:
headers:
status: 200
body:
contains: "As your Congressman, my first job is to listen to the people of Iowa"