Jump to content

Recommended Posts

Posted

Hi!

I want to set the focus to the "Mozilla Firefox"-Browser. The Problem is that the beginning of the windowname of "Mozilla Firefox" is set to of the webpage shown. The end of the windowname is always " - Mozilla Firefox".

I tried it with:

if StringRegExp(WinGetTitle(""), ".*Mozilla Firefox$") == 1 Then

;do sth...

Else

Send("!{TAB}")

EndIf

But Send("!{TAB}") just swiches between the last two active windows. If "Mozilla Firefox" is not one of them it is not working.

Do you have a better idea?

THANKS!

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