Passing attribute name as part of the locator is deprecated since SeleniumLibrary 3.0 in Get Element Attribute keyword. Remove the support.
In practice, instead of this:
| ${id}= | Get Element Attribute | css:h1@id |
Users must do this:
| ${id}= | `Get Element Attribute` | css:h1 | id |
Passing attribute name as part of the
locatoris deprecated since SeleniumLibrary 3.0 inGet Element Attributekeyword. Remove the support.In practice, instead of this:
Users must do this: