xpath - Web Crawling using import.io -


i trying crawl following website https://goo.gl/thqdhd using import.io tool. used connector tool parse whole search result specific query (and include pagination), , chosen rows in search result, unable select items'image box (as column)

import.io contain manually xpath overriding selected, tried select images in search results using following xpath:

.//*[@id='container-inner']/div[3]/div[4]/div[*]/div[1]/div/a/ 

which should represent columns of table, got following problem

what have selected not within result 

the result here previous selected rows, inspected item box , made sure selection inside. please?

try // instead of .//. this:

//*[@id='container-inner']/div[3]/div[4]/div[*]/div[1]/div/a/ 

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -