- kalyan542c1
- Posts : 1
Join date : 2015-04-18
location of an element in a drop down list in selenium IDE
Sat Apr 18, 2015 11:10 pm
Hi,
While creating new gmail account, there is a drop down list "Month" under "Birthday", i need to get the location of an element in that drop down list..
After giving the value in the field "Confirm Your password" , I have tried this,
Xpath of "Month"
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div label=January
and
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div index=1
Xpath of element in drop down list like 'January' or 'February'
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div[2]/div[2]/div
Tried the same for drop down list under "Gender". But its not working.
Please help me.
Regards,
kalyan.
While creating new gmail account, there is a drop down list "Month" under "Birthday", i need to get the location of an element in that drop down list..
After giving the value in the field "Confirm Your password" , I have tried this,
Xpath of "Month"
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div label=January
and
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div index=1
Xpath of element in drop down list like 'January' or 'February'
select //html/body/div[1]/div[2]/div/div[1]/div/form/div[5]/fieldset/label[1]/span/div[2]/div[2]/div
Tried the same for drop down list under "Gender". But its not working.
Please help me.
Regards,
kalyan.
- verifying that only specific values are present in a drop down list
- How to Capture a Drop down list values using Selenium + TestNg6.5
- Urgent-Mouse hover functionality using selenium webdriver for drop down list box
- How to select multiple item from the web list and drop down list in Webdriver
- How to use wild cards on drop down list IDs
Permissions in this forum:
You cannot reply to topics in this forum