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)