DomParentNode.query_selector() fix return element no found
DomParentNode.query_selector() checks if no elements are found and returns null. Return first found instead.
Loading
Please register or sign in to comment
DomParentNode.query_selector() checks if no elements are found and returns null. Return first found instead.