Forum Discussion
shankar_r
9 years agoCommunity Hero
Hi,
You have not given any specific type of object that you want to check. But,
you can check using below stuff, yourObject will be period_name.Item(k)
do {
Indicator.PushText("Period Name is NULL")
}while (yourObject != null)
shane_manjunath
9 years agoOccasional Contributor
Thanks shankar and any idea how to check if attribute value is NULL or NOT?
var period = Aliases.browser.FindChild("Name", 'Panel("tabPeriod")', 99);
var period_name = period.getElementsByClassName("dxtc-link");
period_name.Item(k).textContent
textContent is the attribute here