started on adding chrome/chromedriver auto downloading
This commit is contained in:
@@ -13,12 +13,17 @@ global DriverTitleArray
|
||||
global LastWebsitePostURL
|
||||
global CurrentTabURL
|
||||
global URLOfLastErrorPage
|
||||
|
||||
|
||||
global chromeDLURL64
|
||||
global chromedriverDLURL64
|
||||
|
||||
|
||||
; Chrome Related Functions
|
||||
;------------------------------------------------
|
||||
DownladAndExtractZip(URL, Directory){
|
||||
; UrlDownloadToFile, %, Filename
|
||||
}
|
||||
|
||||
|
||||
GetChromeFilepath(){
|
||||
; ChromeFilepath is global variable
|
||||
; Establish Variable with Filepath to be used throughout the script
|
||||
@@ -41,6 +46,7 @@ GetChromeFilepath(){
|
||||
ChromeFilepath = C:\Program Files\Google\Chrome\Application\chrome.exe
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
GetChromeVersion(){
|
||||
|
||||
Reference in New Issue
Block a user