Attribute
Update the attribute of the element using below commands.
On this page
Action
Element Finder | Value |
---|---|
Attr:: | Description |
---|---|
Attr::set::prop::value | Update attribute value. |
Attr::remove::prop | Remove 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">