Jump to content

Recommended Posts

Posted (edited)

is there any way to get the url of the ie?

e.g. if i do this:

$URL = _IECreate("www.google.com", 0, 0, 1, -1)

then i set the data of the input and click Search, now how can i get the current url of IE?

PS: im not working on Google

EDI:once again i found the solution right after i posted... :whistle:

will be more carefull in the future

EDIT2:sorry just saw your post, yes this is what i just found and thanks for helping anyway

Edited by c4nm7
Posted

#include <IE.au3>

_IEPropertyGet ( ByRef $o_object, $s_property )

Parameters

$o_object Object variable of an InternetExplorer.Application or DOM element $s_property Property selection (see remarks)

"locationurl" Retrieves the URL of the resource that Internet Explorer is currently displaying.

8)

NEWHeader1.png

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
×
×
  • Create New...