write text to fields

Post your questions and help other users.

Moderator: Martin

Post Reply
holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

write text to fields

Post by holymoz » 16 Nov 2015 09:07

hi, how can I write specified text into browser fields? I want to memorize usernames and passwords for various logins and write then automatically in the fields, thanks

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: write text to fields

Post by Martin » 16 Nov 2015 20:04

Hi,

Browsers often don't provide the necessary information for action Control UI to work properly. You can try to use sendKey/sendText to fill in forms. See this post: http://automagic4android.com/forum/view ... 9404#p9404

Regards,
Martin

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: write text to fields

Post by holymoz » 18 Nov 2015 07:24

thanks, resolved with command
input text xyz

Post Reply