aile icon indicating copy to clipboard operation
aile copied to clipboard

export xpath, css selector for items and details

Open roscopecoltran opened this issue 7 years ago • 0 comments

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

roscopecoltran avatar Nov 06 '17 14:11 roscopecoltran