seleniumAttributes property

  1. @override
  2. @deprecated
PageLoaderAttributes seleniumAttributes
override

Attributes associated with this element.

Deprecated: use attributes.

Implementation

@override
@deprecated
PageLoaderAttributes get seleniumAttributes =>
    throw NullPageLoaderElementAccessException('seleniumAttributes', this);