I've been struggling with this issue for two days now and I just can't seem to solve it. I'm working on an automation Proof of Concept project (although I doubt I'll get the job) where I need to automate a task on an Oracle page.
The problem I'm facing is that I'm attempting to click on a menu, but all the elements are within an iframe. I updated the iframe in my program, but I'm unable to find the correct CSS locator to locate the object. I even tried using Selenium IDE to capture the locators, but that didn't work either.
Do you have any idea what could be causing this issue? There are essential buttons like the menu button that I need to access. I will provide you with the HTML code shortly. Thank you in advance for taking the time to assist me.
The specific iframe is identified as id="afr::PushIframe" and the element I'm trying to target is
Thank you once again!