seleniumAttributes property
- @Deprecated('Only used to support the old page loader.')
Access to the selenium attributes of this tag.
This is deprecated, only used to support old pageloader.
Implementation
@Deprecated('Only used to support the old page loader.')
Attributes get seleniumAttributes => Attributes((name) => _client.send(
_handler.element.buildSeleniumAttributeRequest(id, name),
_handler.element.parseSeleniumAttributeResponse));