Skip to content

Passing attribute name as part of the locator is deprecated since SeleniumLibrary 3.0. Remove the support. #1185

@aaltat

Description

@aaltat

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 |

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions