Selenium - Select Class

Select class

selectByIndex()

selectByVisibleText()

selectByValue()


Static drop downs

How to identify if drop down is static? check if the Tag is Select – element is visible in DOM

Dynamic drop downs

How to identify if drop down is Dynamic? – element is visible in DOM onload

If we select 1st drop down, then based on that 2nd drop down values will populate

Autosuggest

On entering few characters suggestion list starts appearing

Comments

Popular posts from this blog

QA's approach 2 Java - Understanding Static context

QA's approach 2 Java - Collections Framework & Generics Introduction

Technologies - Log4J - Create Log4j Configuration File - Where ? How ? What ?