Currently, I am in the process of automating a web application using Selenium WebDriver. The unique challenge I have encountered is related to the behavior of a dropdown menu causing page elements to hide under a floating menu. Interestingly, this issue only occurs when running the automation scripts on both an iPad and desktop browser. What's even more perplexing is that this strange behavior does not manifest when manually launching Firefox.exe. However, the same problematic behavior is observed when launching Internet Explorer 11 via selenium.
Despite my extensive search efforts on the internet, I have yet to find a satisfactory explanation for this peculiar behavior.