1 Answer

0 votes
by
To verify whether a dropdown list is selected or not in angular applications using Protractor, we use isSelected() method. isSelected() method returns Boolean value. It returns true if the element is selected and false if the element is not selected.
...