- jpjohnj
- Posts : 2
Join date : 2012-05-02
Handling dropdown menu with selenium
Wed May 02, 2012 7:45 pm
i am new to selenium..
in my page,selecting the value in the drop down box is handle by the Jquery function. i need a help to select the value in the
dropdown.
when i use selenium ide instead of use select it use click.
in my page,selecting the value in the drop down box is handle by the Jquery function. i need a help to select the value in the
dropdown.
when i use selenium ide instead of use select it use click.
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: Handling dropdown menu with selenium
Wed May 02, 2012 8:57 pm
Can you please provide more information? Is it not recognizing your selection? Are you getting errors? If so, what are they?
- jpjohnj
- Posts : 2
Join date : 2012-05-02
Re: Handling dropdown menu with selenium
Thu May 03, 2012 5:11 pm
consider bellow code , In my page dropdown selection of below is handle by jquery.so when i use the id and value name in selenium by " select "
element it working fine ( able to automate the testing ). because of jquery handling the selection in dropdown box , i cant able to select the particular option in that drop menu because the id been dynamically changing.
<select name="blockSynFloodEnabled" id="blockSynFloodEnabledSelected" size="1" style="width: 220px;">
<option value=0 id="sysfwBlockSynFloodDisable">Disableoption>
<option value=1 id="sysfwBlockSynFloodEnable">Enableoption>
select>
element it working fine ( able to automate the testing ). because of jquery handling the selection in dropdown box , i cant able to select the particular option in that drop menu because the id been dynamically changing.
<select name="blockSynFloodEnabled" id="blockSynFloodEnabledSelected" size="1" style="width: 220px;">
<option value=0 id="sysfwBlockSynFloodDisable">Disableoption>
<option value=1 id="sysfwBlockSynFloodEnable">Enableoption>
select>
Permissions in this forum:
You cannot reply to topics in this forum