Details
Assignee
Craig GallenCraig GallenReporter
Craig GallenCraig GallenLabels
HB Grooming Date
Mar 16, 2021HB Backlog Status
NBDocs Needed
YesFRC Grooming Date
Jun 02, 2021Doc Backlog Status
DBDoc Backlog Grooming Date
Jun 08, 2021Components
Priority
Minor
Details
Details
Assignee
Craig Gallen
Craig GallenReporter
Craig Gallen
Craig GallenLabels
HB Grooming Date
Mar 16, 2021
HB Backlog Status
NB
Docs Needed
Yes
FRC Grooming Date
Jun 02, 2021
Doc Backlog Status
DB
Doc Backlog Grooming Date
Jun 08, 2021
Components
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 4, 2021 at 10:39 AM
Updated May 11, 2022 at 3:15 PM
This issue is to track work on reviving the selenium monitor.
Specifically
1. updating to latest selenium to allow Firefox to run headless
Note update guava is now tracked in as a separate branch and pull request
guava 23.0 (from 18): requires several changes to move from deprecated interfaces to latest api including
replacing depreciated com.google.common.base.Objects.toStringHelper(this)
with
com.google.common.base.MoreObjects.toStringHelper(Object)
selenium 3.14
hamcrest-library 1.3 needs to be in in opennms lib as it is a dependency of junit 4.12 on class path
(note replacing hamcrest-core as a dependency since used in opennms newts)
2. adding logging capability to log groovy scripts in separate log
includes looking at
Selenium Monitor documentation
Phantom-js not maintained