I have a code using Selinium HtmlUnitDrive. I'm able to access the website and click the except cookies but I can't seem to click the play demo button. I don't what is a problem because I can click all buttons using FirefoxDriver.
Before I could not access any elements using HtmlUnitDriver until I used WebDriver driver = new HtmlUnitDriver(BrowserVersion.FIREFOX, true);
Can someone assist because I'm looking to use HtmlUnitDriver.