How to use page load strategy in Chrome?
Hi Dipen,
Here is the command to use page load strategy in Chrome browser.
ChromeOptions chromeOptions = new ChromeOptions();
chromeOptions.setPageLoadStrategy(PageLoadStrategy.NORMAL);
How to use page load strategy in Chrome?
Hi Dipen,
Here is the command to use page load strategy in Chrome browser.
ChromeOptions chromeOptions = new ChromeOptions();
chromeOptions.setPageLoadStrategy(PageLoadStrategy.NORMAL);