cssify
cssify copied to clipboard
doesn't support xpath property which elements not contains attribute
Hi The tool doesn't support xpath property which elements not contains attribute eg. span[not(contains(@attribute,"value_string"))] should convert to --> span:not([attribute*=value_string])
thank you!