matchUrlDescription method

LogicalChannel matchUrlDescription(
  1. String value
)
inherited

Performs a keyword/phrase match on the expanded page description metadata.

Parameters

  • value: HTML description to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchUrlDescription(final String value) =>
    _buffer.appendOperator(
      _standaloneOperation.createUrlDescription(value),
    );