### Feature and motivation options. SetLoggingPreference("performance", OpenQA.Selenium.LogLevel.All); ### Usage example options.SetLoggingPreference("performance", OpenQA.Selenium.LogLevel.All); var GetLog = driver.Manage().Logs.GetLog("performance");
Feature and motivation
options. SetLoggingPreference("performance", OpenQA.Selenium.LogLevel.All);
Usage example
options.SetLoggingPreference("performance", OpenQA.Selenium.LogLevel.All);
var GetLog = driver.Manage().Logs.GetLog("performance");