simmerjs icon indicating copy to clipboard operation
simmerjs copied to clipboard

Ignore ID's?

Open nicholaswmin opened this issue 6 years ago • 0 comments

Is there any way to have Simmer not return element ID's in selectors?

In a lot of cases, element ID's could be non-deterministic. Instead they are assigned UUIDs.

The selector would obviously fail on next refresh.

For example, another similar project to this; css-selector-generator allows specifying which selectors should be used.

Is it possible to do so in simmerjs as well?

nicholaswmin avatar Nov 07 '18 14:11 nicholaswmin