Element should have been select but was span

@k.ghasemi

Now KS throws an exception saying

“element should have been <SELECT> but was <SPAN>

You need to look at the HTML source of the page. You should look at the HTML source code to find out how the drop down menu is constructed. You can look at the HTML source by Chrome DevTools:

You had better stop using Recorder & Spy tools — these offerings by Katalon Studio hides the HTML source from you and will leave you unaware how the page is marked up. These tools may look friendly to you, but in fact they prevents you from learning what you need to see. As long as you innocently depend on these tools, you will get lost when you encounter a twisted problem like this.