change Xpath to click individual tag entry in tree

pull/2/head
James A. Pyrich 9 months ago
parent 8d650d3856
commit 54b8670438
Signed by: jamesapyrich
GPG Key ID: ABF20C869408D651

@ -289,7 +289,7 @@ Loop, %LengthOfArrayOfPodcastTags% {
Continue Continue
} }
Xpath = //div[@id='_easyui_tree_4025_%number%']//span[@class='tree-checkbox tree-checkbox0'] Xpath = //div[@id='tagIDs__easyui_tree_%number%']//span[@class='tree-checkbox tree-checkbox0']
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=2,SleepLength:=1000) Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=2,SleepLength:=1000)
} }

Loading…
Cancel
Save