Skip to main content

[Windows] Set Encrypted Text

Description

Perform a set text action on the Web element that is found by using the locator value of the given Windows object. This action will append the given text on the element and clear the current text of the element if it exists.

Keyword name: setEncryptedText

Parameters

Parameter Parameter TypeRequiredDescription
windowsObjectWindowsTestObjectYesAn object describing the locator and locator strategy to find a Windows element.
encryptedTextStringYesThe encrypted text content to set on the element.

Example

"Set encrypted text with raw text 'Welcome to Katalon Studio' on the edit panel"
Windows.setEncryptedText(findWindowsObject("Object Repository/Edit"), 'e9PbN3GBjir0NOof/VoZqBq1r+JLZAemMs+JZGunvlQ=')