The class name matching includes the quotation marks
albertovecina opened this issue · 0 comments
albertovecina commented
Methods like getElementsByClass or hasClass are including the quotation mark in the matching, so I have to write this kind of code:
try document.getElementsByClass("\"description\"")
Is this the expected behaviour? This is a problem when there are multiple classes indeed.
Thanks.