Click Generic Errors

@HsDev
Yes, I faced same issue often in JxApplication. Click Generic Error occurs when Application / Element was not in a state to receive the click. To figure out we used the delay to isolate the issue within the analysis, same to the input from @ClaytonM
For solving / stabilization we looked at

  • strict use of Attach window
  • items in the application for getting synchronized with the app (WaitForReady was not reliable)
    ** sometimes combined with retry scope
  • sometimes implemented loops in combination try catch

in JxApplications in deep/on Elements you have to pickup manually with UiExplorer (as you cannot grab with indicate …) the property relativeVisibility helped as well in some cases

2 Likes