typhoon Posted June 28, 2016 Posted June 28, 2016 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now