Issue with WPF Dock Control

Hi
I had a workflow that inputs data in to WPF application. This workflow was running find till couple of days. Now I am noticing it is unable to pick controls in the dock. I have tried running it on another machine, with different OS, but still the same issue.

The app uses dev express dock control.

Hi @ali.sakhi,

  • Make sure that the controls you are trying to pick are visible and enabled. Sometimes controls may be hidden or disabled, preventing your workflow from accessing them.
  • Check if the selector you are using to pick the controls is correct. Sometimes small changes to the UI can affect selectors, causing them to no longer work.
  • Try using the UiExplorer tool from UiPath to debug the issue. The UiExplorer tool can help you identify the properties of the controls you are trying to pick, and can help you adjust your selectors accordingly.

Hi

I have tried everything. The strange part is when I search for those control in UiExplorer they do not show up.

This has become a show stopper issue.