Hi
How the below code works
var videoControls = new WebDriverWait(_driver, TimeSpan.FromSeconds(10)) .Until(driver => driver.FindElement(By.ClassName("ytp-chrome-controls")));
Thanks