Input A Text From File (List)

Discuss RoboTask here
Post Reply
Poggy
Posts: 1
Joined: Mon Feb 23, 2015 7:10 am

Input A Text From File (List)

Post 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!
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Input A Text From File (List)

Post 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)
Oleg Yershov
Post Reply