jsoup icon indicating copy to clipboard operation
jsoup copied to clipboard

Fix issue#1446

Open RyderCRD opened this issue 3 years ago • 0 comments

Fix issue#1446. HTML class names are case-sensitive, while our CSS selectors are case-insensitive. So I added a boolean variable to make the selection for Class can be customized by the user whether caseSensitive. This function is currently only for Class objects, if needed I can also add this option for other objects. I am a student taking a software engineering course and trying to fix Jsoup issues is part of my homework. My code may not be well written, thank you for your understanding, and welcome for any suggestions.

RyderCRD avatar Apr 25 '21 10:04 RyderCRD