Hi,
I try to select a value on a drop down list element like this
element.click();
((AndroidDriver) driver).findElementByAndroidUIAutomator(scrollIntoView(byText(“France”))).click();
The select work but after that i can’t do nothing because the dropdownList is always focused.