seleniumAttributes property

  1. @override
  2. @Deprecated("Use the [attributes] getter.")
PageLoaderAttributes get seleniumAttributes
override

Attributes associated with this element.

Deprecated: use attributes.

Implementation

@override
@Deprecated("Use the [attributes] getter.")
PageLoaderAttributes get seleniumAttributes =>
    throw NullPageLoaderElementAccessException('seleniumAttributes', this);