moeSidani

Results 13 comments of moeSidani

I encountered the same scenario. In some places the appended image has a src and in other places the img exists in the tree but has no src. I think...

Skaters have the same problems and issues....

@wswebcreation Could it just use browser.screenshot({...}) instead? without having a custom method to take screenshots? An alternative solution would be to use puppeteer instance and use page.screenshot({...})

you get the sessionID and sign the cookie youtself. After that, send connect.sid in the headers then save it yourself on the client

The browser issues an http request to your server, then the server fetches the cookie from the response headers. If the cookie is not saved on the client, or doesn't...

You can create a custom HTMLHttpRequest to fetch your .js and .css files. ``` const getCookie = function (name) { const value = "; " + document.cookie; const parts =...

@HarshithaKP It's not too much of a workaround but this is what can be done or you can add an http proxy to append custom headers which I'm not sure...

ERROR [commonjs--resolver] Missing "./server-renderer" specifier in "vue" package ERROR Missing "./server-renderer" specifier in "vue" package