We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unique-selector/src/index.js
Line 172 in dbbb4a9
Hello! Shouldn't there be 'Attributes' parameter here, which is used in
Line 140 in dbbb4a9
The text was updated successfully, but these errors were encountered:
You can add Attributes but then Attributes will have more preference over others in result you will get is path from body in form of nthchild
eg body > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(1) > :nth-child(1)
Its to use it only in extreme conditions where all other parameters fail for uniqueness
Sorry, something went wrong.
No branches or pull requests
unique-selector/src/index.js
Line 172 in dbbb4a9
Hello! Shouldn't there be 'Attributes' parameter here, which is used in
unique-selector/src/index.js
Line 140 in dbbb4a9
The text was updated successfully, but these errors were encountered: