I am currently facing an issue with my code that utilizes Selenium HtmlUnitDriver. While I am able to access the website and click on the "except cookies" button, I am encountering difficulties in clicking the "play demo" button. This is puzzling because I am able to click on all buttons when using FirefoxDriver.
Prior to this, I was unable to access any elements using HtmlUnitDriver until I implemented the following: WebDriver driver = new HtmlUnitDriver(BrowserVersion.FIREFOX, true);
If anyone can offer assistance, it would be greatly appreciated as I am determined to make HtmlUnitDriver work for me.