Update T000464, F000479, D000618, C000174

This commit is contained in:
amy-chinlai
2023-07-20 11:24:07 -04:00
parent 8846c335c2
commit 8b202bf447
4 changed files with 13 additions and 6 deletions

View File

@@ -4,6 +4,8 @@ contact_form:
action: ""
steps:
- visit: "https://www.carper.senate.gov/public/index.cfm/email-senator-carper"
- 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: input_2
selector: "#input_1_2"

View File

@@ -6,6 +6,8 @@ contact_form:
- visit: "https://www.daines.senate.gov/services/email-steve/"
- wait:
- value: 2
- 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: form_fields[first_name]
selector: "#form-field-first_name"

View File

@@ -113,24 +113,25 @@ contact_form:
Economy: "ECON"
Education: EDU
Energy: "ENE"
Environmental: "ENV"
Climate Change: "ENE.CC"
Family/Marriage: "FAM"
Federal Employees: "FED"
Food Safety: "FOOD"
Foreign Relations: "FR"
Governmental Reform: "GOV"
Guns: "GUN"
Health: HEALTH
Health: HEA
Homeland Security: "HOM"
Housing: HOUSING
Immigration: IMM
Infrastructure: INFRASTRUCTURE
International Relations: INT
IRS: "IRS"
Jobs and the Economy: JOBS
Judiciary: JUD
Labor: LABOR
Labor: LAB
LGBT: "LGBT"
Other Issues: "OTHER"
Military: MIL
Post Office: "POST"
Science and Technology: "SCI"
Security: SEC
@@ -140,8 +141,8 @@ contact_form:
Social Services: SOC.SERVICES
Social Security: SSEC
Taxes: TAX
Trade: TRA
Transportation: TRADE
Trade: TRADE
Transportation: TRA
Veterans: VET
Women's Issues: WOMEN
- javascript:

View File

@@ -4,6 +4,8 @@ contact_form:
action: http://www.tester.senate.gov/?p=email_senator&clear_cache=1
steps:
- visit: http://www.tester.senate.gov/?p=email_senator
- 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: firstName
selector: "#input_1_2"