Hi All, I am testing a resource heavy eCommerce website with lots of gifs, huge mp4 video as background and high resolution images. On load, I could see that browsers like chrome/Firefox doesn't have a dependency on complete loading of the video where as Silk performer is waiting until the video is loaded completely. How do I move on with next request in parallel like in real life? Currently recorded script has following line of code for video file. WebPageAddUrl("content/media-tiles/video/Banner_160916.mp4");
↧