-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison with prior art #2
Comments
This is an interesting question. I'll try to do a benchmark to compare various similar libraries. Here's the list from your other issue (#3):
|
Thanks for the detailed comparison with @olivierrr's library. Forgot to mention - Chromium's also has a cssPath library. |
BTW, thanks again for your work on this. I've posted an answer on this SO question, trying to create awareness that generating unique and relatively robust selectors is a non-trivial problem. The repo had 11 stars at the time. |
I'm looking for a library to generate unique CSS selectors for DOM elements in an arbitrary page (see 1, 2, 3, 4).
In case you looked at existing alternatives before coding a new one from scratch, how does this library compare with @martinsbalodis's css-selector, which started development before this one and even has almost the same name, which suggests you might have searched for it.
The text was updated successfully, but these errors were encountered: