Page 1 of 1

Input A Text From File (List)

Posted: Mon Feb 23, 2015 7:13 am
by Poggy
Hello All!

New here, and just had a question about creating a basic text input.

Creating the text input itself seems pretty simple, but how would I make it so that I can have a list of preselected words, and have RoboTask pick from that list at random and then insert the word/phrase (the line), into a search engine, for example.

Breakdown for more ease of understanding.

- Have text list of words/phrases
- Robotask selects word/phrase from list.txt randomly (or in top to bottom order)
- Robotask inserts this word into a field
- Robotask repeats

Thanks Y'all!

Re: Input A Text From File (List)

Posted: Wed Feb 25, 2015 1:09 pm
by Oleg
You can process text (or text file) in the loop. See Text Loop action

You can put the line bu using Send Keystrokes action or Clipboard actions (see Put Text and Paste actions)