Search found 2 matches
- 22 Dec 2016, 11:36
- Forum: Ask For Help
- Topic: I am new. Please help.
- Replies: 2
- Views: 882
I am new. Please help.
so. I'm trying to make a program that will fetch specific data off websites for me. I want to select specific text. I've tried using the Click Cold command and then sendevent (PgDwn) to select the text that I want to copy... but every time the program pages down it automatically unholds the mouse bu...
- 19 Dec 2016, 15:43
- Forum: Ask For Help
- Topic: ImageSearch in a loop.
- Replies: 2
- Views: 596
ImageSearch in a loop.
I'm trying to write a script to scan a website for links and save them into an excel spreadsheet for me. So far i haven't done any loops and the program can login and create the correct search parameters... anyway long story short. THIS is my first attempt at a loop. Sleep 5000 x=0 while x < 1 image...