- neppalli72
- Posts : 5
Join date : 2012-10-25
Urgent-Mouse hover functionality using selenium webdriver for drop down list box
Mon Oct 29, 2012 11:17 am
Hi,
I have a drop down list box inside that have four values,by default first value is selected.
if i write the script as below
Thanks
venkat
I have a drop down list box inside that have four values,by default first value is selected.
if i write the script as below
- Code:
WebElement clickdrop = driver.findElement(By.xpath("//*[@id='WORKORDER_ID1']"));
clickdrop.click(); //This will click my drop down list box
Thread.sleep(1000); //wait
WebElement clickitem = driver.findElement(By.xpath("//div[@class='x-combo-list-item x-combo-selected']"));
clickitem.click(); //This will click my default selected first values from drop down list box.
Please tell me how can i select next value in drop down list box,so that i can click on next value...
Is there any other logic i can apply?
My HTML code is given below.
<div class="x-combo-list-item x-combo-selected" style="white-space: normal;">Timesheet Revamp</div>
<div class="x-combo-list-item " style="white-space: normal;">Timesheet CR</div>
<div class="x-combo-list-item " style="white-space: normal;">zzz</div>
<div class="x-combo-list-item" style="white-space: normal;">Other Activites</div>
Thanks
venkat
- Mouse hover functionality using Selenium RC?
- How to select multiple item from the web list and drop down list in Webdriver
- Urgent-how can i select and click on items present in combo box/drop down list box
- Urgent!!!!!!! How to handle firefox authentication pop-up using selenium webdriver in junit framework..
- Drag and drop of html 4 elements not working using selenium webdriver?
Permissions in this forum:
You cannot reply to topics in this forum