aile
aile copied to clipboard
export xpath, css selector for items and details
Hi,
Hope you are all well !
Is it possible to extract detected items and item details with their Xpath or Css selector ? That would be awesome ! Maybe it is already possible ?!
eg:
{
"/search": {
"url": "https://www.google.com/search?q={{query}}",
"list": "#res div[class=g]",
"result": {
"title": "h3 a",
"url": ["h3 a", "@href", "query-param(q)"]
}
}
}
Cheers, Richard