Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
functions encrypted
#6
Great, thank you! Now I'm trying to make it more general by Shift-Tabbing until focused Acc object is an empty text box.
The code below should work most of the time, but it isn't specific to "Editable" text. Is there any way to test if the text is "Editable"?
Macro
Code:
Copy      Help
AutoPassword "" "password" 2
Acc a
rep
,key S{T}
,a.Focus(0 a)
,if (a.Value="") & (a.Role=42); break
key "email"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)