Jump to content

Recommended Posts

Posted

Sorry, I know this is an old topic. For this URL: https://www.youtube.com/watch?v=s_nc1IVoMxc

This code can't seem to find it and reports "doesn't exist". I went generous with wintitlematchmode using 2 (partial string match)

This code works on a different machine.

Opt("WinTitleMatchMode", 2)
#include <MsgBoxConstants.au3>

if WinExists("Ren") Then
        MsgBox($MB_SYSTEMMODAL, "", "Window exists")
    Else
        MsgBox($MB_SYSTEMMODAL, "", "Window does not exist")
EndIf

 

Posted

It works fine on my computer, make sure that window and tab are active,

if you open multiple tabs on the browser it will only report for the current active tab

Regards,
 

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