This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Use abstract representation for actions from retest-model instead of Selenium types #6
Labels
enhancement
New feature or request
The legacy code provided the interface
Action
and the abstract classAbstractAction
which reimplementedequals
andhashCode
by comparingActionIdentifyingAttributes
. This is important when the action is used as key type for maps or in sets etc.As long as there is no abstract representation, the legacy API could be used:
See
de.retest.ui.actions.AbstractAction
.The text was updated successfully, but these errors were encountered: