Jump to content

Recommended Posts

Posted

think you just need to get the control name...

or find the text in the window if it has a url in it :)

regards

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Posted

I meant getting the control name for each browser you are interested in and get the text

the control you need is the inner one 'cause usually browsers overlap combos and textboxes

hope it works :)

regards

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Posted

it dosnt work also for firefox and other browser

You could try something like this:

Send("^l"); In FF puts focus on url field.
Send("^c"); Copy the contents of the field to clipboard.
$url=ClipGet(); Read the text from clipboard.

-Barry.

  • 6 years later...
  • 3 years later...
Posted
On 9/11/2008 at 11:17 PM, oMBRa said:

I tried WinGetText, ControlGetText... but they return error

I am having the same issue, in firefox --> combobox-->edit-search or enter address. Can any one help with this>

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...