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
I just to know that Playwright does not work on CentOS so I moved to Puppeteer few days ago and been stuck on this thing ever since. Basically what I am trying to do is load up a page, do .click() and the the button then sends an xHr request 2 times (one with OPTIONS method & one with POST) and gives the response in JSON. Everything worked fine in playwright, the requests were sent successfully and response was good but in Puppeteer, the request is fine but the response is different. Here are both of the codes:
Their bug report is dead. If you or someone else knows the difference between theirs and Playwright waitForResponse & click(), it would be helpful. I am stuck on this thing.
I just to know that Playwright does not work on CentOS so I moved to Puppeteer few days ago and been stuck on this thing ever since. Basically what I am trying to do is load up a page, do .click() and the the button then sends an xHr request 2 times (one with OPTIONS method & one with POST) and gives the response in JSON. Everything worked fine in playwright, the requests were sent successfully and response was good but in Puppeteer, the request is fine but the response is different. Here are both of the codes:
Playwright:
Puppeteer:
Would be grateful if someone can help me on this. I literally can't figure out whats wrong.
The text was updated successfully, but these errors were encountered: