Skip to content
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

Add Match.selectors() and selector() to return a set of CSS selectors for the matched elements #121

Open
lukaseder opened this issue Jun 21, 2013 · 4 comments

Comments

@lukaseder
Copy link
Member

Add

List<String> selectors = match.selectors();
String selector = match.selector();

This should Mimick Firebug's CSS Selector generator

@Sudharma
Copy link

Hi Lukas,

I have been using Joox its wonderful. I have created a css query generator using JOOX , can this be used in JOOX? It will return the best unique css generator.

@lukaseder
Copy link
Member Author

Hi Sudharma,

That sounds quite interesting. Could you provide a pull request so I can have a look?

Cheers
Lukas

@Sudharma
Copy link

I am total busy with work, can I send you tomorrow , is it fine?

@lukaseder
Copy link
Member Author

Yes, yes, sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants