Handle dropdown in selenium using python
In this post, we will see how to handle drop down webelement in Selenium and python, select an option from the drop down & also fetch all the options. Prerequisite Download and setup python Configure & run python on PyCharm [my preference] Know how to write Selenium test using Python How to select an item A…