Search for page elements that need to be highlighted can be done in several ways:
target: 'uniqueName' /**/
target: '.className' /**/
target: '#idValue' /**/
target: '' /*content*/
You can highlight several elements at the same time. To do this, give them the same names or list them separated by commas.
target: '.name-1, .name-2, .name-3'
Message in center of screen without specifying a specific target.
target: '' /*or Absent target parameter.*/