Comments for Type Secret

Topic for comments about Browser library keyword Type Secret

Hello,

With robotframework-browser==16.0.0 I can no longer use type_secret() in Python.

I now get ValueError: Direct assignment of values or variables as 'secret' is not allowed. Use special variable syntax ($var instead of ${var}) to prevent variable values from being spoiled.

Is there a special syntax I can use in Python?

Thanks