Question from a newbie

Discuss RoboTask here
Post Reply
alex
Posts: 2
Joined: Tue May 24, 2005 2:36 am

Question from a newbie

Post by alex »

Hi,
I'm using Robotask for the first time and am really struggling to understand how to get it to perform the following simple task.
1) Open a webpage (I have managed this one)
2) Find a specific link (no joy)
3) Click on a specific link (no joy)
4) Repeat the process (not tried but without the above two it is pretty pointless!)
Hopefully this is relatively simple and someone can help me out on this.

Thanks
Alex
 
 
Oleg
Site Admin
Posts: 3105
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Question from a newbie

Post by Oleg »

Now RoboTask can't control web browser directly and analyze pages. We plan to include into RoboTask plugin for web browser in future.
You can try mouse and keyboard actions, but they are very unreliable for web pages.
alex
Posts: 2
Joined: Tue May 24, 2005 2:36 am

Question from a newbie

Post by alex »

Hi Oleg,
Thanks for your reply.
I have managed to highlight the hyperlink text of the link I want on the page and thought I could insert this within the 'Control Text' of the mouse 'Move to Object' window.  I have tried it but it doesn't seem to accept it.  Is this what this function is for?
Thanks
Alex
Last edited by alex on Tue May 24, 2005 8:10 am, edited 1 time in total.
dondada
Posts: 22
Joined: Fri May 20, 2005 11:30 am

Question from a newbie

Post by dondada »

You may want to try Internet Macros http://www.iopus.com
They have a free trial.
Oleg
Site Admin
Posts: 3105
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Question from a newbie

Post by Oleg »

"Move to object" action designed for GUI forms of applications (main forms, dialogs etc.). Web page is a single object of web browser's form. Web links on page is an element of web document but is not an object of operating system.
Last edited by Oleg on Thu May 26, 2005 1:02 pm, edited 1 time in total.
Newbie
Posts: 1
Joined: Sun Jun 12, 2005 5:42 am
Location: United States
Contact:

Question from a newbie

Post by Newbie »

Try checking out Newbie at www.newbielabs.com. It has a built in IDE to create Pascal scripts to automate web page navigation.
Post Reply