Forum Discussion

rrivest's avatar
rrivest
Contributor
5 years ago
Solved

Chrome 83 + Windows 10 + Test Complete 14.4 Browser.Page Visible = false (Host specific)

Good day everyone.... I'm having a particular issue and wonder if anyone has ever encounter it, as my colleague doesn't have this issue and we use the same project and settings with similar machines....
  • EkremMese1's avatar
    9 months ago

    Hello again, 

    I just find out that the issue is cause by not closing the driver in the methods that I called in my code. 

    DDT.CloseDriver(DDT.CurrentDriver.Name);

    This line solved issue for me.