Karl
Karl
This issue has been faced before but was supposed to be fixed (Link to [#6886 comment](https://github.com/DevExpress/testcafe/issues/6886#issuecomment-1120522366) )
> Yes, it is an environment variable, and it works with native automation. > > To enable the debug log, you can use the following way: > > ``` >...
> Hello, > > Thank you for the example. However, we couldn't reproduce the issue because you did not include the actual navigation link: > > > await t.navigateTo('') >...
In `node_modules/testcafe/lib/native-automation/request-pipeline/index.js` I have just opted to ignore that error entirely using: ```javascript try{ await this._client.Runtime.runIfWaitingForDebugger(event.sessionId); } catch(error) { console.error('Caught weird error in-attachedToTarget') if(error.response) { /* console.error(typeof error.response) console.error(error.response) */...