@nadenceto88 Then build your logic using the “Solve captcha with clicks” action
But it is better to use a ready-made solution, especially one that is well made.
Set clipboard problem
-
Hi, I have a problem with set clipboard function. It works fine when used in text/plain mime type.
But I need it in text/html, but when I try to use it then I'm always getting empty string in my clipboard. Even after trying to set something as simple as <p>Hello World</p> it still doesn't work. -
I think that I know what is wrong with this. When I use set clipboard, and text/html mime type its not working, because text editor where I need to paste it needs also text/plain for fallback. But I can't set both text/plain, and text/html in BAS using set clipboard function.
Am I right?