Forum Discussion

dhundley's avatar
dhundley
Regular Contributor
4 days ago

same keyword test for browser based app sometimes displays objects, sometimes does not.

i have developed a testcomplete automation for one of our browser based applications. the start of every test case (12 in total, so far) utilizes the exact same keyword test that launches a chrome br...
  • JDR2500's avatar
    4 days ago

    Although it doesn't address the root cause, I would be tempted to try to workaround the problem.  For instance, check if the Continue button is enabled after you populate the other fields.  If not clear the browser cache, reload the page and try the process again.  I'd do it in a loop that only tries again once or twice so you don't get stuck in it.