Содержание

Array ExMasks

This is an array of elements in the structure of the Item object or root element. Used to specify masks of the elements that should be excluded from the process of the task performance.

Attributes

Structure

"ExMasks":[
 {
  "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"],
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"],
  "External":"<aExternal_2>",
  "Priority":1
 },
  ...,
  {
  "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"],
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

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

The following actions will be performed:

  1. Loading of the home page waspace.net/about.html
  2. Further task performance …