I have webdriver script for WEB UI testing but Response time getting from WebDriver Sampler is more than real browser by manually. I ran the script in headless mode and still getting high response time.
I want to ask if there is any way to Open chrome in normal window without incognito mode, Because incognito mode already load fresh page along with css/images/styles, it does not use cached loaded images/css/styles.
Thanks in Advance