Jump to content

Having a problem with a IE link clicking script which is causing the script to shut down


BBock727
 Share

Recommended Posts

Not sure why im getting this error, but this is what im getting:

--> IE.au3 V2.3-1 Warning from function _IELinkClickByText, $_IEStatus_NoMatch

Can anyone tell me what this means?

Edit: it cant find the text. to click on it.

see sample:

#include <IE.au3>
$oIE = _IE_Example ("basic")
_IELinkClickByText ($oIE, "ghhfgh")
If @error Then MsgBox(0, "Error", 'Error nr: ' & @error)
Edited by goldenix
My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Link to comment
Share on other sites

Edit: it cant find the text. to click on it.

see sample:

#include <IE.au3>
$oIE = _IE_Example ("basic")
_IELinkClickByText ($oIE, "ghhfgh")
If @error Then MsgBox(0, "Error", 'Error nr: ' & @error)

After i get this error a few times the script logs out

The exact code im getting is :

(REPEATING OVER AND OVER) --> IE.au3 V2.3-1 Warning from function _IELinkClickByText, $_IEStatus_NoMatch

>Exit code: 0 Time: 29.834

would that cause the script to close down all together?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...