|
|
@ -120,6 +120,17 @@ if(Status){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; make sure the "Notify Users" checkbox is selected
|
|
|
|
|
|
|
|
Xpath = (//input[contains(@name,'is_do_promo')])[1]
|
|
|
|
|
|
|
|
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=1,SleepLength:=1000)
|
|
|
|
|
|
|
|
try, Status := driver.findelementbyxpath(Xpath).isSelected()
|
|
|
|
|
|
|
|
if(Status = "0"){
|
|
|
|
|
|
|
|
Message = Failed to Check ON the Notify Users Checkbox
|
|
|
|
|
|
|
|
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; check if the "Auto Submit Post" checkbox is checked, and if not check it
|
|
|
|
; check if the "Auto Submit Post" checkbox is checked, and if not check it
|
|
|
|
js = return document.querySelector("#autosubmit_enabled").checked;
|
|
|
|
js = return document.querySelector("#autosubmit_enabled").checked;
|
|
|
|
try AutoSubmitstatus := driver.executeScript(js)
|
|
|
|
try AutoSubmitstatus := driver.executeScript(js)
|
|
|
|