Type into activity -----

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()”
atividade_type

result: window.___grecaptcha_cfg.clients.uK.P.callback()
texto

Try this
“___grecaptcha_cfg.clients”+“[[”+“0”+“]”+“.uK.P.callback()”

1 Like

Type like this -

"window.___grecaptcha_cfg.clients[[0].uK.P.callback()"

Regards,
Karthik Byggari

5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.