This time i’m trying to interact with elements inside a material UI app on a webpage, the html part it’s like the image:
i can see the xpaths without problems with DevTools, but no matter how i give them, the robot each time shows “Element with locator * not found” when it tries for example, check the existence and then click on a dropdown list inside the app
For elements within a frame one must first select the frame first using the Select Frame keyword. As long as you are wanting to interact with elements within that frame once you have selected it once you should be able to. If you want to interact with something outside the frame or back on the “main page” you will need to use “Unselect Frame”. Note that Page Should Contain silently behind the scenes will perform the same as Unselect Frame and thus might change any previously called frame selection.