xpath cheat sheet using node code example
Example: xpath cheat sheet using node
# Use them inside functions
//ul[count(li) > 2]
//ul[count(li[@class='hide']) > 0]
# Use them inside functions
//ul[count(li) > 2]
//ul[count(li[@class='hide']) > 0]