Jump to content

Recommended Posts

Posted

Hello,

I was wondering if anyone else got this error:

[sTART QUOTE]

Line 776 (File "C:\...\au3"):

If IsObj($o_object.elements) Then

If IsObj($o_object.e^ERROR

Error: Unable to parse line.

[END QUOTE]

where I left out the actual directory.

I believe I have done all the steps required, I installed the latest version of SciTE, I downloaded the beta version of auto-it, "autoit-v3.1.1.109-beta-Setup.exe 17-Feb-2006 14:52 2.1M". I get this problem when trying to run the script ie.au3

Any help would be appreciated, Thanks

Posted

Thanks for the warm welcome. =)

However it didn't solve the problem, I made a temp.au3 with the following lines:

[sTART QUOTE]

#include <IE.au3>

$o_IE = _IECreate ()

_IENavigate ($o_IE, "http://autoitscript.com")

_IEClickLinkByText ($o_IE, "forum")

_IEClickLinkByText ($o_IE, "Search")

$o_SearchForm = _IEFormGetObjByName ($o_IE, "sForm")

$o_Keywords = _IEFormElementGetObjByName ($o_SearchForm, "keywords")

_IEFormElementSetValue ($o_Keywords, "ReadyState")

_IEFormSubmit ($o_SearchForm)

[END QUOTE]

it was from one of the examples, and I'm still getting the same error.

Posted

if you are using SciTE... be sure to press

Tools > Beta Run

8)

EDIT..

Just tested your script and it works fine

LOL, that was it. Thanks. Question though, any way to run it but not from SciTE? Like double-clicking it or something?

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
  • Recently Browsing   0 members

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