Is there a way to mute a tab? Meaning shutting its audio. I was trying to come out from
ArrayList<String> tabs = new ArrayList<String> (m_chromeWebdriver.getWindowHandles());
m_chromeWebdriver.switchTo().window(tabs.get(1));
and to work on the tab, but I couldn't find a way.