From 1041f325b79e12d2ee0a188c0fd69ffd6c4e33ad Mon Sep 17 00:00:00 2001 From: Yuriy Date: Mon, 30 Jan 2023 23:10:30 -0500 Subject: [PATCH] version bump and expanded error message for chrome connection issues --- Freedomain Social Media Poster.ahk | 2 +- Lib/SharedFunctions.ahk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index a4782f9..57b8126 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -38,7 +38,7 @@ global UpdateVersionNumber ScriptName = Freedomain Social Media Poster -ScriptVersion = 2.73 +ScriptVersion = 2.74 FullScriptName := ScriptName . " " . ScriptVersion ;---ToDo--- diff --git a/Lib/SharedFunctions.ahk b/Lib/SharedFunctions.ahk index da6d76b..213d184 100644 --- a/Lib/SharedFunctions.ahk +++ b/Lib/SharedFunctions.ahk @@ -1157,7 +1157,7 @@ SChrome_Get(URL := "", Profile := "Profile 1", IP_Port := "127.0.0.1:9222"){ Driver := ComObjCreate("Selenium.ChromeDriver") Driver.SetCapability("debuggerAddress", IP_Port) - SaveOrPostProgress(Message:="Trying to connect to Chrome.`nIf stuck here check for dialog popups or your ChromeDriver`nClose chrome to break out of program being stuck.",PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar") + SaveOrPostProgress(Message:="Trying to connect to Chrome.`nIf stuck here check for dialog popups in one of your tabs `nOR your ChromeDriver version`nClose chrome to break out of program being stuck.",PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar") ; set selenium timeout to 1 second, instead of default 5 seconds