Forum Discussion
googleid_105206
14 years agoContributor
I resolved the above mentioned issue . i can able to click specific tab item in the flex tab bar.please follow the code.
Set Context=Sys.Process("firefox").Page("*")
PropNames = Array("FlexObject.dataProvider.childDescriptors.item2.id")
PropValues = Array("uploadNC")
Set ItemObject =Context.FindChild(PropNames, PropValues, 10)
IF ItemObject.Exists Then
ItemObject.Click
End if
Thanks,
Vijay
Set Context=Sys.Process("firefox").Page("*")
PropNames = Array("FlexObject.dataProvider.childDescriptors.item2.id")
PropValues = Array("uploadNC")
Set ItemObject =Context.FindChild(PropNames, PropValues, 10)
IF ItemObject.Exists Then
ItemObject.Click
End if
Thanks,
Vijay