started on adding chrome/chromedriver auto downloading
This commit is contained in:
@@ -13,12 +13,17 @@ global DriverTitleArray
|
|||||||
global LastWebsitePostURL
|
global LastWebsitePostURL
|
||||||
global CurrentTabURL
|
global CurrentTabURL
|
||||||
global URLOfLastErrorPage
|
global URLOfLastErrorPage
|
||||||
|
global chromeDLURL64
|
||||||
|
global chromedriverDLURL64
|
||||||
|
|
||||||
|
|
||||||
; Chrome Related Functions
|
; Chrome Related Functions
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
|
DownladAndExtractZip(URL, Directory){
|
||||||
|
; UrlDownloadToFile, %, Filename
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
GetChromeFilepath(){
|
GetChromeFilepath(){
|
||||||
; ChromeFilepath is global variable
|
; ChromeFilepath is global variable
|
||||||
; Establish Variable with Filepath to be used throughout the script
|
; Establish Variable with Filepath to be used throughout the script
|
||||||
@@ -41,6 +46,7 @@ GetChromeFilepath(){
|
|||||||
ChromeFilepath = C:\Program Files\Google\Chrome\Application\chrome.exe
|
ChromeFilepath = C:\Program Files\Google\Chrome\Application\chrome.exe
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GetChromeVersion(){
|
GetChromeVersion(){
|
||||||
|
|||||||
@@ -220,8 +220,8 @@ NavigateFromBaseURLTo(URL,PageTitle := "TodoDeleteme"){
|
|||||||
; extract Base URL from Full URL
|
; extract Base URL from Full URL
|
||||||
URLBase := ExtractBaseURL(URL)
|
URLBase := ExtractBaseURL(URL)
|
||||||
|
|
||||||
Message = Checking for URLBase: %URLBase% within ChromeTabsURLArray
|
; Message = Checking for URLBase: %URLBase% within ChromeTabsURLArray
|
||||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
; SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile")
|
||||||
|
|
||||||
; msgbox % HasSubstringVal(ChromeTabsURLArray, URLBase) . "`n`n is the status of URLbase in ChromeTabsURLArray"
|
; msgbox % HasSubstringVal(ChromeTabsURLArray, URLBase) . "`n`n is the status of URLbase in ChromeTabsURLArray"
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ NavigateFromBaseURLTo(URL,PageTitle := "TodoDeleteme"){
|
|||||||
if(!HasSubstringVal(ChromeTabsURLArray, URLBase))
|
if(!HasSubstringVal(ChromeTabsURLArray, URLBase))
|
||||||
{
|
{
|
||||||
; DevModeMsgBox("Creating new tab")
|
; DevModeMsgBox("Creating new tab")
|
||||||
Message = Chrome tab does not exist. Creating new tab ;. Creating new tab with URL: %URL%
|
Message = Chrome tab does not exist in ChromeTabsURLArray. Creating new tab ;. Creating new tab with URL: %URL%
|
||||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||||
|
|
||||||
try, run "%ChromeFilepath%" "%URL%"
|
try, run "%ChromeFilepath%" "%URL%"
|
||||||
|
|||||||
Reference in New Issue
Block a user