Viscouse Posted April 20 Posted April 20 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
Trong Posted April 20 Posted April 20 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,
Viscouse Posted April 20 Author Posted April 20 Yes, correct Trong. I'm wondering if maybe a library is not in the correct location. The issue is specific to this machine.
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