cssify icon indicating copy to clipboard operation
cssify copied to clipboard

doesn't support xpath property which elements not contains attribute

Open 6ebeng opened this issue 2 years ago • 0 comments

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!

6ebeng avatar Apr 26 '22 22:04 6ebeng