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: "" action: ""
steps: steps:
- visit: "https://www.carper.senate.gov/public/index.cfm/email-senator-carper" - 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: - fill_in:
- name: input_2 - name: input_2
selector: "#input_1_2" selector: "#input_1_2"

View File

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

View File

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

View File

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