Help! Paste copied text into a form on the website

Share your favorite FastKeys commands
Post Reply
sonif28
Posts: 3
Joined: May 20th, ’24, 22:14

Post by sonif28 » Aug 1st, ’24, 10:03

Gentlemen, greetings.

Please tell me how to write a script (and is it possible) so that when you press hot keys, the program copies the selected text, opens a web page and pastes the copied text into a form on the site, and then presses “enter”.

It is required that when copying OGRN/TIN (from a text file or somewhere else, most often from Word), the program opens the site https://egrul.nalog.ru/index.html and pastes the copied text into the “SEARCH QUERY: Specify TIN” field or OGRN (OGRNIP) or name of the legal entity, full name of the individual entrepreneur' and pressed enter to search for the Unified State Register of Legal Entities extract.

Can anyone help with this or tell me where to find information on what needs to be written down to complete this story?
User avatar
Tom
Posts: 837
Joined: Nov 24th, ’15, 23:39

Post by Tom » Aug 4th, ’24, 20:49

Create a shortcut (Type:Command)

Code: Select all

send, ^c
run, https://egrul.nalog.ru/index.html
sleep 3000  ;experiment with shorter times 

send, {Tab 7}
send, ^v
send, {Enter}
sonif28
Posts: 3
Joined: May 20th, ’24, 22:14

Post by sonif28 » Aug 4th, ’24, 21:57

Tom , Thanks a lot! this is the best thing I can use thanks to you!) Very grateful!)
Post Reply