updated error message on selenium no connect
This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
ShowSeleniumErrorMsgbox(){
|
ShowSeleniumErrorMsgbox(){
|
||||||
|
|
||||||
; Clipboard := ChromeVersion
|
|
||||||
; Msgbox % "Chromeversion: " Chromeversion
|
|
||||||
IniRead, PreviousWorkingChromeVersion, Settings.ini, Misc, ChromeVersion, %A_Space%
|
IniRead, PreviousWorkingChromeVersion, Settings.ini, Misc, ChromeVersion, %A_Space%
|
||||||
; IniWrite, %ChromeVersion%, Settings.ini, Misc, ChromeVersion
|
; IniWrite, %ChromeVersion%, Settings.ini, Misc, ChromeVersion
|
||||||
; msgbox, failed to connect to Chrome for some reason.
|
; msgbox, failed to connect to Chrome for some reason.
|
||||||
@@ -14,13 +12,14 @@ ShowSeleniumErrorMsgbox(){
|
|||||||
; SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
; SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
||||||
|
|
||||||
OnMessage(0x44, "OnMsgBoxChromeDriverFailed")
|
OnMessage(0x44, "OnMsgBoxChromeDriverFailed")
|
||||||
MsgBox 0x40043, Error, Failed to Connect to Chrome. `nMost likely issue is either Chrome has some sort of dialogue box open or ChromeDriver needs to be updated.`n`nClick "Reload" to reload the script to try again`nClick "ChromeDriver" to open up the ChromeDriver download page. `n`nClick "Instructions" to open up the instructions website for updating Chromedriver.`n`nPossibly Helpful Info:`nCurrent Chrome Version: %Chromeversion%Chrome Version of Last Successfull Upload: %PreviousWorkingChromeVersion%
|
MsgBox 0x40043, Error, Failed to Connect to Chrome. `nPossible Causes for this:`n1)One of your tabs is stuck loading/refreshing. (Try closing all tabs) `n2)Chrome has a dialogue box open `n3)ChromeDriver needs to be updated.`n`nClick "Reload" to reload the script to try again`nClick "ChromeDriver" to open up the ChromeDriver download page. `n`nClick "Instructions" to open up the instructions website for updating Chromedriver.`n`nPossibly Helpful Info:`nCurrent Chrome Version: %Chromeversion%Chrome Version of Last Successfull Upload: %PreviousWorkingChromeVersion%
|
||||||
OnMessage(0x44, "")
|
OnMessage(0x44, "")
|
||||||
|
|
||||||
IfMsgBox Yes, {
|
IfMsgBox Yes, {
|
||||||
; Reload script
|
; Reload script
|
||||||
Reload
|
Reload
|
||||||
} Else IfMsgBox No, {
|
}
|
||||||
|
Else IfMsgBox No, {
|
||||||
run, https://chromedriver.chromium.org/downloads
|
run, https://chromedriver.chromium.org/downloads
|
||||||
ExitApp
|
ExitApp
|
||||||
; open chromedriver site
|
; open chromedriver site
|
||||||
@@ -29,12 +28,7 @@ ShowSeleniumErrorMsgbox(){
|
|||||||
run, %url%
|
run, %url%
|
||||||
}
|
}
|
||||||
ExitApp
|
ExitApp
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
; -------------------------------Tab Navigation & Activation-------------------------------
|
; -------------------------------Tab Navigation & Activation-------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user