Skip to main content Skip to docs navigation

Update the attribute of the element using below commands.

On this page
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">