Go to webpage and send keys, not simple

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Himmilayah

Go to webpage and send keys, not simple

17 Nov 2017, 09:28

Usually I have either the tag, name, id or other ways to identify a field I need to enter data to.

Now I have nothing except one thing. When the page loads, the box I need to send data to is active as the first thing. How can i send text to it (loads hidden)

?
User avatar
divanebaba
Posts: 805
Joined: 20 Dec 2016, 03:53
Location: Diaspora

Re: Go to webpage and send keys, not simple

26 Nov 2017, 13:55

Easiest way, when you have zero information, try send command.
SendInput is my favorite.

Goto webpage - wait till website is full loaded (or the "box" is active) - send text

Code: Select all

run https://de.wikipedia.org/wiki/Lehrerempfehlung
sleep 5000
sendinput hello`, fooled out of education
return
This is most unprofessional, but sometimes only way, if you want it quick.
Einfach nur ein toller Typ. :mrgreen:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 349 guests