break routine if text box not detected on website

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
deets
Posts: 43
Joined: 29 Mar 2022, 02:00

break routine if text box not detected on website

03 Mar 2023, 01:37

I'm doing data entry automation and sometimes the website will lag, which means data may get pasted without properly focusing on the text box first.

there are no focused controls I can use and this is one of the sample html:

Code: Select all

<input type="text" id="ava_givenname_i" attrname="ava_givenname" attrpriv="7" maxlength="100" title="" class="ms-crm-InlineInput" aria-labelledby="ava_givenname_c ava_givenname_w" controlmode="normal">

how can I check for the presence of either 1. a generic textbox or 2. a named textbox like above?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: blackdog1 and 98 guests