Does WPT agents preserve cached content when using navigatee

Hi, I have a scripted test like the example below. The question I have is would cached content from loading www.foo.com be used for the next step www.foo.com/products.html page as well?

navigate https://www.foo.com/
sleep 5
navigate https://www.foo.com/products.html

So found the answer to this one too. Looks like if you are doing a scripted test then the content cached in step 1 is available for the next page too.