Forum Discussion

aceataldot's avatar
aceataldot
New Contributor
5 years ago
Solved

Using .ClickItem() to set dropdown takes too long, but .value doesn't fire onChange in the browser.

Hello, I've been beating my head against the wall on this one for some time now.  I'm trying to use TestComplete to create an set of automated tests that will run nightly to see if anyone "broke the ...
  • aceataldot's avatar
    aceataldot
    5 years ago

    From SmartBear support we got an answer that seems to be good enough.

     

    In short, we switched from Chrome to Firefox for the browser for these test scripts.  Using Click Item in Firefox is nearly as fast as the setting the .Value directly and the JSON is automatically triggered.