DomElement.get_elements_by_class_name() improvements
Now DomElement.get_elements_by_class_name() should return all nodes with all the requested classes, each separated by one space. If node have more classes than the searched it will match, it will not match if no all classes are in use by the node. If search is for just one class, all nodes with same class or more classes, but including the searched one, will match.
Loading
Please register or sign in to comment