Skip to content

'Get List Items' keyword documentation should reference 'labels' #357

Description

@emanlove

The 'Get List Items' keyword documentation states "Returns the values in the select list " when it really should read "Return the labels" and not "values". For example if the page contains the following

    <select name="preferred_channel">
        <option value="email">Email</option>
        <option value="phone" selected>Telephone</option>
        <option value="directmail">Direct mail</option>
    </select>

then a call to 'Get List Items' would return Email Telephone and Direct Mail not email, phone, and directmail. Or it would return the option text and not "value" attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions