web-page-replay
web-page-replay copied to clipboard
DEPRECATED - Use WebPageReplayGo instead:
Hi there, We ran into an issue when running Chromium's Sandwich project over a larger set of URLs: a fair amount of them have the following pattern when navigating to...
Steps to reproduce: 1) Apply https://codereview.chromium.org/2162473002 or wait until it is landed. 2) ./tools/perf/record_wpr --extra-browser-args=--disable-notifications --chrome-root=$(pwd) v8_desktop_browsing_benchmark --browser=stable --story-filter=facebook 3) ./tools/perf/run_benchmark v8.browsing_desktop --browser=stable --device=desktop --story-filter=facebook Expected: the replay does the...
Reproduction steps: 1. Run third_party/webpagereplay/replay.py --port 0 --ssl_port 0 --no-dns_forwarding --use_closest_match -r foo.wpr 2. Run /opt/google/chrome/chrome --no-default-browser-check --no-first-run --ignore-certificate-errors --host-resolver-rules="MAP \* 127.0.0.1,EXCLUDE localhost" --testing-fixed-http-port=_HTTPS_PORT_ --testing-fixed-https-port=_HTTP_PORT_ --no-proxy-server --user-data-dir=$(mktemp -d) in a...
Hi there, I am able to install the provided .pem file on my iOS device. It shows up as an installed profile on an iPhone. But replayed SSL sites still...
fyi: @perezju @petrcermak
I'm trying from a machine which is already connected to the internet via proxy. It is not working.
This is not really an issue but a general question to understand what is happening under the hood. Sorry my networking background isn't that great. @nedn Could you give an...
I'm using web-page-replay to test out Servo (https://github.com/servo/servo). On Mac OS X 10.9: I'm having issues only in the replay mode. I record web-pages using Servo and when I try...
I was not able to get the network throttling feature to work on any modern version of Linux or MacOS. Specifically, I was not able to install dummynet on these...
Using should_generate_certs option cause the tool to fetch the host certificate with the default system DNS server which is the web-page-replay tool itself. The fix resolve the host's IP first,...