seleniumAttributes property

  1. @deprecated
Attributes seleniumAttributes

Access to the selenium attributes of this tag.

This is deprecated, only used to support old pageloader.

Implementation

@deprecated
Attributes get seleniumAttributes => Attributes((name) => _client.send(
    _handler.element.buildSeleniumAttributeRequest(id, name),
    _handler.element.parseSeleniumAttributeResponse));