Forum Discussion
djadhav
10 years agoRegular Contributor
Yes, you can. Here is an example.
SET chld = pnl_Config.FindChildByXPath(".//*[@id='12345']/span/span[1]")
IF chld.Exists THEN
'Code 1
ELSE
'Code 2
END IF
Yes, you can. Here is an example.
SET chld = pnl_Config.FindChildByXPath(".//*[@id='12345']/span/span[1]")
IF chld.Exists THEN
'Code 1
ELSE
'Code 2
END IF