With _WinWaitActivate we can wait for a window to process it.
But is there any logic so that we can wait for this window title and based on the window text (like 2 or more patterns will be there) we can click yes or no on the window.
Func _WinWaitActivate($title,$text,$timeout=0)...