Skip to content

Finding element by class name should accept elements with other classes #3489

Closed
@jachymb

Description

A html element may have multiple classes like: <a class="foo bar">. Then when I use browser.find_elements_by_class_name('bar') or similar method the element is not found. I believe it should be.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions