-
Notifications
You must be signed in to change notification settings - Fork 213
/
Copy pathL000397.yaml
115 lines (115 loc) · 3.79 KB
/
L000397.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
bioguide: L000397
contact_form:
method: get
action: /contact/contactform.htm
steps:
- visit: "https://lofgren.house.gov/contact/default.aspx"
- fill_in:
- name: zip5
selector: "form.zipform input[name='zip5']"
value: $ADDRESS_ZIP5
required: true
- name: zip4
selector: "form.zipform input[name='zip4']"
value: $ADDRESS_ZIP4
required: true
- click_on:
- value: Submit
selector: "form.zipform input[type='submit'][value='Submit']"
- find:
- selector: "#contact input[name='required-first']"
- 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: required-first
selector: "#contact input[name='required-first']"
value: $NAME_FIRST
required: true
- name: required-last
selector: "#contact input[name='required-last']"
value: $NAME_LAST
required: true
- name: required-address
selector: "#contact input[name='required-address']"
value: $ADDRESS_STREET
required: true
- name: required-city
selector: "#contact input[name='required-city']"
value: $ADDRESS_CITY
required: true
- name: required-email
selector: "#contact input[name='required-email']"
value: $EMAIL
required: true
- name: phone
selector: "#contact input[name='phone']"
value: $PHONE
required: true
- name: required-message
selector: "#contact textarea[name='required-message']"
value: $MESSAGE
required: true
- select:
- name: required-prefix
selector: "#contact select[name='required-prefix']"
value: $NAME_PREFIX
required: true
options:
Mr.: Mr.
Mrs.: Mrs.
Ms.: Ms.
Dr.: Dr.
Rev.: Rev.
- name: required-issue
selector: "#subject"
value: $TOPIC
required: true
options:
Agriculture: AGR
Animals: ANIM
Arts: ARTS
Banking and Finance: FIN.BANK
Budget: BUD
Constitutional Law: CONST.LAW
Criminal Law: CRI.LAW
Defense: DEF
Economy: ECON
Education: EDU
Employment: EMPLOY
Elections: ELEC.CAMP
Energy: ENE
Environment: ENV
Foreign Affairs: FOR
Health Care: HEA.CARE
Homeland Security: HOM
Housing: HOU
Human Rights: HUMAN RIGHTS
Immigration: IMM
Intel Property: IP.PAT.COPY
Judiciary: JUD
Natural Resources: NAT.RES
Preventing Gun Violence: GUN CONTROL
Science: SCI.NASA
Seniors Issues: SEN
Social Security: SOC
Tax: TAX
Technology: TECH
Telecommunications: TELE.INT
Trade: TRD
Transportation: TRN
Veterans: VET
Womens Issues: WOM
Other Issue: OTHER
- javascript:
- value: document.querySelector("#contact textarea[name='required-message']").value = document.querySelector("#contact textarea[name='required-message']").value.replace(/"/g, '');
- javascript:
- value: "document.querySelector('form#contact').submit();"
- wait:
- value: 3
- find:
- selector: "#ctl00_ctl13_ContentTable > tbody > tr:nth-child(2) > td #ctl00_ctl13_ctl00_Text"
success:
headers:
status: 200
body:
contains: Thank you