We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are discrepancies in the har generated from browsertime and the one from Chrome Dev tools
Find attached the two har files run on https://www.infosys.com
I have used below commands to generate the HAR using browsertime
browsertime https://www.infosys.com --chrome.chromedriverPath D:\programs\chromedriver_win32\89.0.4389.23\chromedriver.exe --iterations 1 --headless --browser chrome --chrome.includeResponseBodies all
My chrome browser version is 89.0.4389.114 and the compatible chrome driver I used is of version 89.0.4389.23
Chrome DevTools HAR has total 143 Http Requets whereas in btime har has only 137 http requests captured.
hars.zip
The text was updated successfully, but these errors were encountered:
Hi @umeshPathak it is hard to compare:
Sorry, something went wrong.
No branches or pull requests
There are discrepancies in the har generated from browsertime and the one from Chrome Dev tools
Find attached the two har files run on https://www.infosys.com
I have used below commands to generate the HAR using browsertime
browsertime https://www.infosys.com --chrome.chromedriverPath D:\programs\chromedriver_win32\89.0.4389.23\chromedriver.exe --iterations 1 --headless --browser chrome --chrome.includeResponseBodies all
My chrome browser version is 89.0.4389.114 and the compatible chrome driver I used is of version 89.0.4389.23
Chrome DevTools HAR has total 143 Http Requets whereas in btime har has only 137 http requests captured.
hars.zip
The text was updated successfully, but these errors were encountered: