You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncfunctionf(){chromy=newChromy({visible:true});response=awaitchromy.goto("https://www.google.co.jp/");console.log(response);// response objectresponse=awaitchromy.goto("https://www.google.co.jp");// no last slashconsole.log(response);// null}f();
Hi @gen6033,
Thank you for reporting this issue.
I've resolved two problems related to this issue.
If you have a time, please test latest for-chrome61 branch.
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.
I tried to get
.goto()
response as follows, but second one that including redirection didn't work as expected.I think this line is bad. Since
payload.response.url
is the redirected URL, the condition will never be true.https://github.com/OnetapInc/chromy/blob/for-chrome61/src/index.js#L257
The text was updated successfully, but these errors were encountered: