added ability to automatically download latest chromium-testing and chromedriver and move them to their proper locations
This commit is contained in:
@@ -224,7 +224,6 @@ if(Status){
|
||||
Message = Failed to Click "Finish" button
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
||||
}
|
||||
; try driver.FindElementByXPath(Xpath).click() ;Try to click on the "Finish" button
|
||||
|
||||
; Error Popup Location if something goes wrong.
|
||||
Xpath = /html/body/div[2]/div
|
||||
|
||||
@@ -6,7 +6,7 @@ SaveOrPostProgress(Message:="Starting Upload",PostType:="Tooltip,ErrorLoggingTex
|
||||
|
||||
IniRead, DailyMotionParnerUploadPage, %SettingsIniFilepath%, General, DailyMotionPostPageURL, %A_Space%
|
||||
if(DailyMotionParnerUploadPage = ""){
|
||||
Message = Please add your DailyMotion Upload URL to settings.ini file under:`n`n[General]`nDailyMotionParnerUploadPage=https://www.dailymotion.com/partner/[YOURIDNUMBER]/media/video/upload
|
||||
Message = Please add your DailyMotion Upload URL to settings.ini file under:`n`n[General]`nDailyMotionPostPageURL=https://www.dailymotion.com/partner/[YOURIDNUMBER]/media/video/upload
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
||||
Return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user