Is using the Select element instead of physically doing 'element.click()' bad practice in Test Automation?
I am concerned if we should even be using <select>
elements since we are essentially bypassing the UI? Struggling to find discussions relating to this.