Forum Discussion

xuanphuoc2411's avatar
xuanphuoc2411
Occasional Contributor
7 years ago

Some MSAA controls cannot be recognized on Chrome when windows is maximized

Hi all,

 

We are using MSAA to capture Reload button of Chrome windows. However, on TestComplete 12.42.3048.7 x64, this button cannot be recognized when the state of Chrome window is maximized. How can help us determine this? Thanks.

 

Chrome version: 63.0.3239.108

 

Reload button can be recognized properly when Chrome window is not maximizedReload button cannot be recognized when Chrome window is maximized

 

5 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Question: Why are you testing the reload button of the browser? Is this part of testing your application? If you simply need to reload a page, you can send the refresh command to the page to refresh the page without having to interact with the browser UI.

  • xuanphuoc2411's avatar
    xuanphuoc2411
    Occasional Contributor

    Certainly, we don't test the reload button of the browser. Our AUT load data without any signal on GUI so we need to use the Reload button of Chrome to determine whenever page loaded completely before moving on next steps.