18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Unable to select value from combo dropdown, could you please help?
Hi,
I am unable to select a combo list item . Below, is the Combo box's HTML code:
<div id="x-form-el-RedustionEditluReductionStatusRadLongName" class="x-form-element" style="padding-left:150px">
<div id="ext-gen293" class="x-form-field-wrap x-form-field-trigger-wrap x-trigger-wrap-focus" style="width: 165px;">
<input id="luReductionStatusRadLongName" type="hidden" name="luReductionStatusRadLongName" value="">
<input id="RedustionEditluReductionStatusRadLongName" class=" x-form-text x-form-field x-form-focus" type="text" autocomplete="off" size="24" style="width: 140px;">
<img id="ext-gen294" class="x-form-trigger x-form-arrow-trigger " src="../static/extjs/resources/images/default/s.gif">
</div>
</div>
And for the list items, when I have 'Payback Selections as selected'
<div id="ext-gen348" class="x-combo-list-inner" style="width: 163px; margin-bottom: 8px; height: 175px;">
<div class="x-combo-list-item " ext:qtip=""> </div>
<div class="x-combo-list-item " ext:qtip="New">New</div>
<div class="x-combo-list-item " ext:qtip="Research & Validation">Research & Validation</div>
<div class="x-combo-list-item " ext:qtip="Promotion Settlement">Promotion Settlement</div>
<div class="x-combo-list-item x-combo-selected" ext:qtip="Payback Collections">Payback Collections</div>
</div>
<div id="ext-gen349" class="x-resizable-handle x-resizable-handle-southeast x-unselectable" style="-moz-user-select: none;"></div>
</div>
I cannot directly let strip off the complete HTML without permissions from the company. So, other than that, please ask for some more extra things/information, which might be helpful in resolving the problem.
Till now, I have tried _setSelected(_textbox(".."), "..."), _setValue(_textbox(".."), "..") and both didn't work...The value is getting set initially and then, when the user moves to some other control/element like 'text control' or something, the value is getting set to blank...Tried mouseDown and click event on the element and also on other elements, after selection, to confirm the selection...And gave a wait statement before the event, to load the page completely..
Regards,
Mani
I am unable to select a combo list item . Below, is the Combo box's HTML code:
<div id="x-form-el-RedustionEditluReductionStatusRadLongName" class="x-form-element" style="padding-left:150px">
<div id="ext-gen293" class="x-form-field-wrap x-form-field-trigger-wrap x-trigger-wrap-focus" style="width: 165px;">
<input id="luReductionStatusRadLongName" type="hidden" name="luReductionStatusRadLongName" value="">
<input id="RedustionEditluReductionStatusRadLongName" class=" x-form-text x-form-field x-form-focus" type="text" autocomplete="off" size="24" style="width: 140px;">
<img id="ext-gen294" class="x-form-trigger x-form-arrow-trigger " src="../static/extjs/resources/images/default/s.gif">
</div>
</div>
And for the list items, when I have 'Payback Selections as selected'
<div id="ext-gen348" class="x-combo-list-inner" style="width: 163px; margin-bottom: 8px; height: 175px;">
<div class="x-combo-list-item " ext:qtip=""> </div>
<div class="x-combo-list-item " ext:qtip="New">New</div>
<div class="x-combo-list-item " ext:qtip="Research & Validation">Research & Validation</div>
<div class="x-combo-list-item " ext:qtip="Promotion Settlement">Promotion Settlement</div>
<div class="x-combo-list-item x-combo-selected" ext:qtip="Payback Collections">Payback Collections</div>
</div>
<div id="ext-gen349" class="x-resizable-handle x-resizable-handle-southeast x-unselectable" style="-moz-user-select: none;"></div>
</div>
I cannot directly let strip off the complete HTML without permissions from the company. So, other than that, please ask for some more extra things/information, which might be helpful in resolving the problem.
Till now, I have tried _setSelected(_textbox(".."), "..."), _setValue(_textbox(".."), "..") and both didn't work...The value is getting set initially and then, when the user moves to some other control/element like 'text control' or something, the value is getting set to blank...Tried mouseDown and click event on the element and also on other elements, after selection, to confirm the selection...And gave a wait statement before the event, to load the page completely..
Regards,
Mani