xpath - Count the number of images using import.io -


i have tried using xpath's count() number of images on slider. example:

count(//*[@id="slider"]/div/ul/li/img) 

it works when use xpath tester (xpath helper extension chrome), not when using import.io leads me believe not support count(). there different way count of number of images?


Comments