Oct 01
Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text in Drop down
Hello Folks, Most of us we know that to handle a dropdown developed using Select tag, we can use inbuilt class of Selenium named “Select” class. This class provides you three methods to select options in dropdown which are below: selectByValue – You need to provide exact value to get it selected.selectByVisibleText – You need […]