Paste into website page

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
OldGeek
Junior Coder
Posts: 23
Joined: Thu Oct 30, 2014 11:49 am
Location: Upstate NY, USA

Paste into website page

Post by OldGeek » Wed Apr 17, 2024 6:33 pm

I have encountered a few websites where pasting using SendText will not work. I'm no website admin but can they block a user from pasting and if so any ideas to fix the problem. I'm only using it to paste my different email addresses. Thanks in advance
MS v15 | Windows 11 Pro | NY, USA

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1355
Joined: Sun Nov 03, 2002 3:19 am
Contact:

Re: Paste into website page

Post by Dorian (MJT support) » Fri Apr 19, 2024 12:50 pm

Pasting and sending text are different. Websites can disable copy (CTRL-C) and paste (CTRL-V) if they wish.

I'm guessing you're using mouse clicks to click in a field, then sending the text, e.g. "send>test" ?

Of course the first thing to check is the timing, so maybe add a Wait>0.5 after your mouse click just to see if that helps.

But although automating website via mouse/keyboard/(and Image recognition) can work, if you're automating Chrome or Edge you would probably find more success using the v15 Chrome and Edge functions.
Yes, we have a Custom Scripting Service. Message me or go here

OldGeek
Junior Coder
Posts: 23
Joined: Thu Oct 30, 2014 11:49 am
Location: Upstate NY, USA

Re: Paste into website page

Post by OldGeek » Fri Apr 19, 2024 8:06 pm

I have a Wait>0.1, so I will increase it to Wait>0.5
I'll see how things go
Thanks for the help
MS v15 | Windows 11 Pro | NY, USA

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts