Unable to click on dropdown object through windows application driver

Hi, I’m unable to click on the dropdown menu.

I tried
WebElement testconnection= Windows.getDriver().findElementByWindowsUIAutomation(“Test Communication”)
//findElementsByName(“Test Communication”)
testconnection.click()

image

Please advise. thanks