slight tweak to locals "notify users" checkbox
This commit is contained in:
@@ -122,10 +122,11 @@ if(Status){
|
||||
|
||||
; make sure the "Notify Users" checkbox is selected
|
||||
Xpath = (//input[contains(@name,'is_do_promo')])[1]
|
||||
ClickXpath = //input[@name='is_do_promo']//parent::*
|
||||
|
||||
try, Status := driver.findelementbyxpath(Xpath).isSelected()
|
||||
if(Status = 0){
|
||||
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=1,SleepLength:=1000)
|
||||
Status := Selenium_LoopToClickXpath(Xpath:=ClickXpath,NumOfLoops:=1,SleepLength:=1000)
|
||||
try, Status := driver.findelementbyxpath(Xpath).isSelected()
|
||||
if(Status = "0"){
|
||||
Message = Failed to Check ON the Notify Users Checkbox
|
||||
|
||||
Reference in New Issue
Block a user