Skip to main contentSkip to docs navigation
Added in v3.3.0View on GitHub

Attribute

Update the attribute of the element using below commands.

Action
Element Finder Value
Attr::Description
Attr::set::prop::valueUpdate attribute value.
Attr::remove::propRemove attribute.

Attr::set::prop::value

Attr::set::disabled::false

<input disabled="true"><input disabled="false">

Attr::remove::prop

Attr::remove::disabled

<input disabled="true"><input disabled="false">