Mask - is part of html tag attribute value, which is used by software when searching for the element to click while the task execution.
By default the search elements occurs by attribute href
values . To search for items from the values of any attributes, you must specify a mask as atribute|mask
.
If while the task execution no element at the specified mask is found, then execution stops and the task is failed.
link
is specifiedclass|in
is specified<div> <a href="pages.hml" class="link">Ссылка 1</a> <a href="links.hml" class="link">Ссылка 2</a> <a href="about.hml" class="link">Ссылка 3</a> <a href="/links/other.php">Ссылка 4</a> </div>
href
attribute contain specified mask link
class
attribute contain specified mask in