diff --git a/Selenium-Shared-Functions.ahk b/Selenium-Shared-Functions.ahk index 78b3f87..71a21f8 100644 --- a/Selenium-Shared-Functions.ahk +++ b/Selenium-Shared-Functions.ahk @@ -220,6 +220,10 @@ CheckCurrentTabForCurrentSite(){ SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging") return "Failed" } + else, { + Message = CheckCurrentTabForCurrentSite() passed successfully + SaveOrPostProgress(Message:=Message,PostType:="ErrorLoggingTextFile,DiscordErrorLogging") + } } /* */