Extjs Combo box selection and application automation Query

293 views
Skip to first unread message

Pawan Garia

unread,
Nov 26, 2012, 2:23:00 AM11/26/12
to webd...@googlegroups.com
Hi All,

I need to develop scripts on an Application which is build on EXTJS,
an ExtJS contains lots of Dynamic IDs.
Can any one please suggest me like how to build the scripts for this
type of application.

For example :
I am trying to click on the drop-down arrow of the combo box and select one
of the items listed in the combo box (say Industries) . Provided below is
the html source of the values present within the combo.

<div id="ext-gen548" class="x-combo-list-inner" style="width: 223px;
height: 161px;">
<div class="x-combo-list-item">Big Data</div>
<div class="x-combo-list-item">Industries</div>
<div class="x-combo-list-item">Infrastructure</div>
</div>

one more thing is like we can not use the class with dynamic ID as
well because There are multiple combo boxes in the web page.

Please help me or give some suggestions on ExtJS Applications.

Thanks
Pawan Garia

Mike Riley

unread,
Nov 27, 2012, 2:31:32 PM11/27/12
to webd...@googlegroups.com
Nothing here appears to be an arrow.  This looks like it is just the list itself.  You need to show more of the HTML.

My guess is that you can't use the ID, because it is dynamic, but you probably can use the class based on what I am seeing.

Mike
Reply all
Reply to author
Forward
0 new messages