i've dealing with this for to days now and i cant solve it, hope you can help me.
I have this automation POC for a job (which obviously i wont get) where i have to automate something on an oracle page.
The thing is that i'm trying to click on the menu but all elements are in an iframe. So changed the iframe in my program but there is no way to find the css locator that will find that object. I tried to run selenium IDE to stole the locators from it but it didn't work either.
Any idea of what may be happening to me? there are fundamental buttons, like the menu one, i will share with you the HTML thanks in advance for reading me.
The iframe is id="afr::PushIframe" and the element i want is <path class="svg-outline" d="M3 7H25M3 14H25M3 21H25"></path>
Thanks again!!