Hello, I’m having a problem writing a text with the Type into activity, the text is ___grecaptcha_cfg.clients[0].uK.P.callback()
When writing with uipath activity, the result comes out without a piece of text. the ‘[0]’ disappears.
Text to write: “window.___grecaptcha_cfg.clients[0].uK.P.callback()”
result: window.___grecaptcha_cfg.clients.uK.P.callback()