htmltestingextjshtml-components

How to find attribute values of components in an HTML page other than inspecting it


I've been working on Sencha test and I am in a situation to find all the attribute values like IDs, NAMEs, etc to add those in my scripts, to represent the component. So what I am doing for that is, go to web page -> right click component -> Inspect element -> and then get enough component attributes by referring to the HTML code. Is there any way to find attribute values of components in an HTML page other than inspecting it ??? Please advice..


Solution

  • Try the App Inspector for Sencha chrome extension, which will help you to debug ExtJS and Sencha Touch applications much easier.

    It also helps you to inspect your component tree, data stores, events, and layouts.

    You can install it from the below URL,

    App Inspector For Sencha

    Hope this helps!