Could you please guide through on selecting the menu item from the drop
down list for a input type = "text"
*HTML CODE FOR THE TEXT FIELD:*
<div>
<label id="ADR_lbl_JQ_CITY" class="floatlabel"
for="txt_JQ_CITY">City/Town/Suburb</label>
<input id="ADR_txt_JQ_CITY" class="ui-autocomplete-input"
type="text" style="width:336px;" name="ADR$txt_JQ_CITY" autocomplete="off"
role="textbox" aria-autocomplete="list" aria-
haspopup="true">
</div>
*ELMENT INSPECTED THROUGH FIREBUG (FOR THE DROP DOWN LIST):*
<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content
ui-corner-all" role="listbox" aria-activedescendant="ui-active-menuitem"
style="z-index: 4993; top: 177px; left: 464.4px; display: block; width:
344px;">
<li class="ui-menu-item" role="menuitem">
<a class="ui-corner-all" tabindex="-1">
AARONS PASS (NSW 2850)
</a>
</li>
</ul>
Please advise which command can be used to select the option .
Thanks.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/af8763fb-6999-4f0f-b895-4bcd97fc61ec%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.