I am trying to automate the dropdown scenario but with no success. Can somebody guide me how do I select a drop down value. I am wondering if there any specific api similar to Selenium’s Select class???
I tried selecting the element by using the below options
drop_down = self.unity_driver.wait_for_object(By.NAME, 'abcd')
drop_down.tap()
//selecting the option value goes here