Selecting A DropDown
Since a dropdown has many options, so it is important that we select something separately. Selenium Python API provides the Select class, which allows you to select the element of your choice.
#dropdown #SelectByVisibleText #SelectByIndex #SelectByValue