Forum Discussion

Raviavi's avatar
Raviavi
Occasional Contributor
2 years ago

How to get an attribute value from Object property

Hi All, 

 

I have an object which has a property called "InnerHTML" whose values is like <apux-tooltip tooltip="Help" placement="bottom-right"><apux-icon icon-name="help-circle-2" icon-size="medium"></apux-icon></apux-tooltip>

 

I would like to get the "Help" from this above inner html

 

How do i do that? Please suggest

 

2 Replies

  • Hi Raviavi!

     

    We map the 'innerHTML' property for objects so you can absolutely retrieve that and use it wherever you like, such as setting a variable value with an objects innerHTML property. 

     

    The below document explains how to retrieve and assign object properties;

    https://support.smartbear.com/testcomplete/docs/keyword-testing/basic/property-values.html

     

    Can you tell us what you would like to do with the property once it is retrieved? This may help to guide you to a bit more solid solution.

    • Raviavi's avatar
      Raviavi
      Occasional Contributor
      I actually need to read each attribute value from innerhtml property after retriving from object..