An extension for Chrome Recorder to export a recorder session as a WebPageTest Custom Script.
Download WPT RECORDER EXTENSION using Add to Chrome
button.
#
Now you can directly replay your recording using Webpagetest (Chrome 112 onwards)
NOTE
Refer to this link: https://developer.chrome.com/docs/devtools/recorder/ to learn more about Chrome Recorder
After you are done with the recording
Now you have successfully generated a Webpagetest Custom Script using WEBPAGETEST RECORDER EXTENSION and Run a Webpagetest Test. Play around with the extension and have fun.
npm run build
build
directory produced by npm run build
navigate
(maps to navigate
)setViewport
(maps to setViewportSize
)click
(maps to execAndWait
)change
(maps to execAndWait
)keydown
(maps to execAndWait
)keyup
(maps to execAndWait
)waitForElement
(maps to waitFor
)waitForExpression
(maps to waitFor
)doubleClick
(maps to execAndWait
)scroll
(maps to execAndWait
)