xpath not contains code example
Example 1: xpath contains text
//button[contains(text(),"Go")]
Example 2: jq not contains
(.imageTags[] | contains(\"latest\") | not)
//button[contains(text(),"Go")]
(.imageTags[] | contains(\"latest\") | not)