Skip to content
psiinon edited this page Apr 18, 2017 · 7 revisions

ZAP 2.6.0 API

Component: context

Name Type Parameters Description
context view contextName* List the information about the named context
contextList view List context names of current session
excludeRegexs view contextName* List excluded regexs for context
excludedTechnologyList view contextName* Lists the names of all technologies excluded from a context
includeRegexs view contextName* List included regexs for context
includedTechnologyList view contextName* Lists the names of all technologies included in a context
technologyList view Lists the names of all built in technologies
context other contextName*
contextList other
excludeRegexs other contextName*
excludedTechnologyList other contextName*
includeRegexs other contextName*
includedTechnologyList other contextName*
technologyList other

Starred parameters are mandatory

Back to index

Clone this wiki locally