Move item on screen to a specific point - Screen scraping

Hi

I have to move a specific field on a web form to a specific point (to just before another field) I can only move this field by clicking the up arrow on it which then moves it up one space at a time. I thought the best way to tell the bot how many times to click the up arrow was till it reaches the field I specify trough OCR by the screen scraper. How would I do that?

Thanks
Jaco

Hy,

You can you the “hoover” activity to move the mouse from one position to another, I have already done a drag and drop click with it.