Jump to content

WinActivate causes tab change (Firefox)


Recommended Posts

If I use WinActivate() with Firefox, it seems to change to the newest created tab automatically. Sometimes. Does the WinTitleMatchMode setting have something to do with it? Here is the relevant code fragment.

$title = "Mozilla Firefox"
   Opt("WinTitleMatchMode", 2)
   $x = 1287
   $y = 900

   WinActivate($title)
   For $i = 0 To 11
      MouseClick("left", $x, $y)
      Sleep(5000)
   Next

 

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