reworked selenium connection error message
This commit is contained in:
@@ -383,18 +383,6 @@ OnMsgBoxUpdateAvailable() {
|
||||
}
|
||||
|
||||
|
||||
OnMsgBoxChromeDriverFailed() {
|
||||
DetectHiddenWindows, On
|
||||
Process, Exist
|
||||
If (WinExist("ahk_class #32770 ahk_pid " . ErrorLevel)) {
|
||||
WinMove,, 0
|
||||
ControlSetText Button1, Reload Script
|
||||
ControlSetText Button2, ChromeDriver
|
||||
ControlSetText Button3, Instructions
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
SaveCurrentChromeVersionToIniFile(){
|
||||
|
||||
; Msgbox % "ChromeFilepath: " ChromeFilepath
|
||||
|
||||
Reference in New Issue
Block a user