Hi, I was wondering how to implement automation for the RadComboBox. We are using Appium for our automation testing and attaching an Automation ID to the RadComboBox does not allow us to interact with it at all
We are attaching our Automation ID like this
We are attaching our Automation ID like this
<telerik:RadComboBox AutomationId="RadComboBox_Test" />
Hi Scott
I set an AutomationId to the RadComboBox and I tested it on the following platforms: Windows, MacOS and Android.
On desktop, there were no problems with the interaction, but when I tested it on Android I could only click on the item. It was not possible to type in the RadComboBox. The reason for this is that we do not have access to the internal entry control.
On which platforms you have tested the RadComboBox and what are the scenarios you have covered? Could you please share the test cases? If you do not want to send them in the forum, please open a support ticket and attach them to it.
I attached a .png file with the Test Case that I used and a video with the test results.