| View previous topic :: View next topic |
| Author |
Message |
PhilinSF Guest
|
Posted: Sun Oct 10, 2004 7:56 pm Post subject: Moving the cursor to an highlighted text or a link??? |
|
|
Hi,
I developed a script that can highlight a link on a Web page, but I don't know how to trigger a click on the link?
The problem is tha the cursor is not on the highlighted text, so the link is not considered "selected", so the function Lclick does not work, nor the Press Enter command.
What I tried to do is to develop a script that will search for a specific link in a Web page (according to a search text), and move the cursor to the Html link containing these words, and then just click on it! My goal is to launch multiple "scripted search" that will automatically find the link and open the window (I hate clicking!!!)
Thanks for your help
Phil
Did this message help you? If so please reward the poster with Reputation Points?
|
|
| Back to top |
|
 |
support Automation Wizard

Joined: 19 Oct 2002 Posts: 1453 Location: London Reputation: 100  
|
Posted: Sun Oct 10, 2004 9:05 pm Post subject: |
|
|
I'd recommend using HTTPRequest to get the page, scan the source for the link and then HTTPRequest that link. I.e. avoid automating a web browser at the user level and instead request the pages programmatically. _________________ MJT Net Support
support@mjtnet.com
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
|