Jump to content

Set Focus to Mozilla Firefox


Recommended Posts

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!

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