Skip to content

Input Password does not accept Secret type #1966

@petobarki

Description

@petobarki

Bug description

Input Password does not accept Secret type in Robot Framework 7.x.

Steps to reproduce

${pw}= Get Secret ...
Input Password id=password ${pw}

Error

ValueError: Argument 'password' got value '' (Secret) that cannot be converted to string.

Expected behavior

Input Password should accept Secret without requiring manual .value extraction.

Environment
Robot Framework: Robot Framework 7.4.1
SeleniumLibrary: 6.8.0
Python: (Python 3.13.5 on win32)

Metadata

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