In hybrid app we have the select button on clicking on it native app should show the UIAPickerWheel

Hi All,

In hybrid app we have the select button on clicking on it, native app should show the UIAPickerWheel but it does not show the UIAPickerwheel

This the HMTL tag info

=$0

Select one... smartthings@

I am using the following code
drival.findElement(By.tagName("//select[contains(@id,‘locations’)]")).click();
or
drival.findElement(By.id(“locations”)).click(); //
this peace of codes gets highlights the “select one” button but does not show the UIAPickerWheel of native app.

When we try click on button manually it show the UIAPickerWheel.

Please let me know if any one as solution

Thanks
Naresh