- manudua
- Posts : 1
Join date : 2012-03-16
How to chose dropdown values in Selenium IDE?
Fri Mar 16, 2012 7:19 pm
Hi,
I have to slect values in dropdown using datadriven.
for e.g
$var1="Abc"
Select name=$var1
I have used this code and while running encounetring error label with $var1 is not found.
Can anyone help.
I have to slect values in dropdown using datadriven.
for e.g
$var1="Abc"
Select name=$var1
I have used this code and while running encounetring error label with $var1 is not found.
Can anyone help.
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: How to chose dropdown values in Selenium IDE?
Mon Mar 26, 2012 6:19 pm
maybe the path of your dropdown value is not right. i haven't used data driver, but when i locate the drop down value, i used xpath
Re: How to chose dropdown values in Selenium IDE?
Thu Mar 29, 2012 1:24 pm
Try to go with below code
//select[@id='x']/option[${var}]
Permissions in this forum:
You cannot reply to topics in this forum