I have encountered an issue automating a web application using selenium webdriver and Java. There are mouse over elements that I am struggling to automate successfully. When I record and play in Selenium IDE, the mouse over works properly and the newly visible elements are located correctly. However, when I run the automation in Eclipse, it is not functioning as expected. I have successfully automated similar mouse over elements before, but I am facing difficulties with this specific scenario. I have included a screenshot of the web application and the code for the mouse over elements. The problem arises when trying to mouse over the "Configuration" menu and select "Configure Hierarchy Metadata". Any assistance would be greatly appreciated! Please let me know if you need any additional details. Thank you in advance.