Developing Training Software

Hi,

We are developing a training software consisting of several different tasks that are meant to teach the students the essentials of automation with UiPath. How can we ensure that the software is compatible with UiPath’s scraping activities? I attempted to create a WPF application in C#, but .NET ui-elements such as ComboBox and DataGrid did not play nicely with UiPath ativities (i.e. “Select Item” and “Extract Structured Data”).

Thanks