Open page with cache
Is your feature request related to a problem? Please describe. Just imagine that we will test site with very poor performance (some js race conditions that will fail when images will not load before js etc). To avoid most of issues, we just need to run page with cache.
Describe the solution you'd like It would be nice to have some kind of parameter for "open", that will load page with cache eg. cache=true (false as default and not mandatory).
Describe alternatives you've considered Right now we can use "open", then after page loading use "open" once more. It's kind of workaround, but i feel that we should have dedicated way to deal with that kind of situations.
Currently, there is no support for cache, so this may require modifications across whole stack