December 2015
Intermediate to advanced
192 pages
3h
English
CHAPTER 8
![]()
Select List
A select list is also known as a drop-down list or combo box. An example is shown in Figure 8-1.

Figure 8-1. An example of a select list
Select an option by text
The label of a select list is what we can see in the browser.
IWebElement elem = driver.FindElement(By.Name("car_make")); ...Read now
Unlock full access