KomalAgarwal1
KomalAgarwal1
Can anyone please help on this ?
@heyyo-droid Yes I have executed the command inside the container inside web folder
@JacksonGL I have tried with page parameter also, but its giving the same error. Is there any other way I can use to navigate the application?
Hi @JacksonGL PFA script for your reference. [testfile.txt](https://github.com/facebookincubator/memlab/files/9630866/testfile.txt) Can you please elaborate on below? **What kind of chromium + Puppeteer (besides stand alone version) are you using?**
@JacksonGL No the script is still not working, it gives the same error as shown in screenshot. Please see detailed logging below: Xvfb supports: false Xvfb: false { "_browserVersion": "Chrome/101.0.4950.0",...
> I was asking which puppeteer + chromium version you are using that is not working for the script? Puppeteer version: 13.7.0 Chrome version: 101.0.4950.0
@JacksonGL The one I have shared in above comment is the complete error message. If I understand correctly, you had a standalone puppeteer script (without MemLab) that did the same...
> Ah ok, I thought the error message was incomplete because of the line separator. > > This part is interesting: > > ``` > Expected: https://hostportalperf.cbrehost.com/login > Actual: https://hostportalperf.cbrehost.com/browserError.html...
Also, the browser version is same from both memlab and puppeteer(stand alone)
@JacksonGL Tried the same steps as you suggested. Changed defauft user agent as below in constant.ts file: defaultUserAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 " + "(KHTML, like Gecko)...