From 421499a526aa4f5c3b7e66018d58d25c718c4699 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Mon, 20 Jul 2026 19:11:08 +0300 Subject: [PATCH] fix: credential.py docs --- Browser/keywords/credential.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Browser/keywords/credential.py b/Browser/keywords/credential.py index 53adba71c..27b1d6f06 100644 --- a/Browser/keywords/credential.py +++ b/Browser/keywords/credential.py @@ -142,8 +142,8 @@ def get_credential( | =Key= | =Description= | | id | Base64url-encoded credential id. | | rpId | Relying party id (typically the site's effective domain). | - | privateKey | Base64url-encoded PKCS#8 (DER) private key - | publicKey | Base64url-encoded SPKI (DER) public key | + | privateKey | Base64url-encoded PKCS#8 (DER) private key as Secret. | + | publicKey | Base64url-encoded SPKI (DER) public key as a Secret. | The privateKey and publicKey are wrapped in the [Secret|https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#secret-variables]