Company: ubs_24oct
Difficulty: medium
Selenium Java: Data Entry Automation Problem Description In this challenge, you will use the Selenium WebDriver with HtmlUnitDriver, which uses the HtmlUnit headless browser. This implementation does not require browser setup (like Firefox or Chrome) or web driver executables (like FirefoxDriver or ChromeDriver). Web pages contain web elements (DOM objects) with unique names or identifiers. The DataEntryAutomation class has two methods to implement: fillDateOfBirth: Fills the date of birth fields (month, day, and year) according to provided data. answerQuestions: Selects options for questions according to provided data.