Forum Discussion

ScottVaughn1962's avatar
ScottVaughn1962
Occasional Contributor
7 years ago
Solved

How can I just click a certain x y coordinate on a screen regardless of object?

I am testing an application called OnBase.  In this particular instance, when I select certain menus and buttons a screen pops.  The problem I have is when I record, it is recording specific informat...
  • dganov's avatar
    dganov
    7 years ago

    Please try the following:

    1. Open NameMapping project node

    2. Find and select object Sys.obunity.HwndSource_CanvasRibbonWindow7

    3. Replace number in WndCaption property value to "*" (without quotes), so something like "Appeal ID: *" should be.

    It will mean that TestComplete should find any object which WndCaption starts with "Appeal ID: " and ends with any string.