Содержание

Array Paths

This is an array of elements in the structure of the Item object or root element. Used to specify the path to the site on which the software must pass during the task. Site path is specified as part of the value of the href attribute, it's similar to masks, but only for internal (!) links on the site.

Attributes

Structure

"Paths":[
 {
  "Path":["<aPath_1>","<aPath_2>",...,"<aPath_N>"],
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "Path":["<aPath_1>","<aPath_2>",...,"<aPath_N>"],
  "External":"<aExternal_2>",
  "Priority":1
 },
  ...,
  {
  "Path":["<aPath_1>","<aPath_2>",...,"<aPath_N>"],
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 },
"Paths":[
 {
  "Path":["download","rules","forum"]
 }
]

The following actions will be performed:

  1. Loading of the home page waspace.net/about.html
  2. finding link for the path and transition on it: http://waspace.net/download.html
  3. finding link for the path and transition on it: http://waspace.net/link.html
  4. finding link for the path and transition on it: http://forum.waspace.net