Forum Discussion

tmahender12's avatar
tmahender12
Frequent Contributor
9 years ago

how to get text in tooltip

HI,

 

I am working test complete 9, my application has tooltip on image, i searched for wText, could not find it

 

Is there any other property to get the tooltip of the image

 

in attached image the red color dash contains tooltip(Realisation.....)

 

 

6 Replies

  • Ravik's avatar
    Ravik
    Super Contributor

    Try ToolTipText or GetToolTipText(objCell) This may help you

     

    like -

    strToolTips = objName.ToolTipText

     

    For Table you may try like this-

     

    strToolTips =objName.GetToolTipText(objCell)