I am working with Firefox. I am trying to type a piece of text on ChatGPT’s message box but can’t.
I can activate the box with XClick | //*[@id=“prompt-textarea”], but Type doesn’t work.
I tried using XType but it takes too long and I don’t know how to pause the execution of the macro until XType is done. I don’t like this approach as it prevents me from using the clipboard while the macro is running.
I tried passing all text to the clipboard and use XType | ${KEY_CTRL+KEY_V}, but there is an issue on version UI.Vision 6.2.6 on Firefox ([RPA for Firefox only] Paste from clipboard).
The ideal solution would be to use the command Click and Type, but I can’t make it work.