0

how to deal with dropdown list in Selenium 2 , Juint in eclipse? I am not able to convert my my selenium ide syntax to Junit for Dropdownlist. how can i achieve that?

software
  • 728
  • 6
  • 18
  • 39

2 Answers2

1

just use findElement by id or name and send the keys.. Give me the code snippet if you didn't follow this, I may help u out in a better way....

Amit Horakeri
  • 747
  • 5
  • 18
0

Maybe this would be helpful?: How to select/get drop down option in Selenium 2

You just have to create new JUnit test, initialize selenium and reach dropdownlist

Community
  • 1
  • 1
Arek
  • 1,941
  • 4
  • 22
  • 27