Genki Sakanashi
Results
2
comments of
Genki Sakanashi
I found more simple example. ```js async function f(){ chromy = new Chromy({visible:true}); response = await chromy.goto("https://www.google.co.jp/"); console.log(response); // response object response = await chromy.goto("https://www.google.co.jp"); // no last slash console.log(response);...
Thank you @dotneet , and sorry for my late reply. The issue related to malformed URL was fixed! But first one (related to redirection) does not still work.