"Add match group to existing action"
Is your feature request related to a problem?
I have an established action, but the DOM structure where the action is being tracked recently changed. Since I don't want to lose the action's historical data, I want to add another DOM element to an existing action (as a match group).
Describe the solution you'd like
This can be done in the Data Management section, but it would be far more elegant to create it using the Toolbar.
An option to add a new match group to the Inspect tool should do the trick. (Not great design, but added a button as an example...) After this screen, there'd be a search field to find the existing action I want to add the match group to.
This is a really interesting use case. Should the previous matching criteria for the action no longer apply? Are we replacing that old criteria, adding another capture case, or something else I'm not thinking of? Do we need any way to indicate which criteria were used for the match when viewing the corresponding data?
Actually this is an interesting question: if I remove the old selector, does it remove the data from appearing for that action, or will it stay there since it was already recorded? (I had assumed if I removed the old selector, that the data would no longer match.)
For this particular use case, I want to retain historical data while capturing new data, so I don't actually care if it's indicated.