drop down menu - how to select an element in a list of element using selenium webdriver? -


how select abc list?

list select

you need use selectelement.

example:

select foo = new select(driver.findelement(by.id("foo"))); foo.selectbyvisibletext("abc"); 

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -