robotframework-flaui
robotframework-flaui copied to clipboard
Unable to identify element when there is Pane in xpath
Example, if an element's xpath is /Window/Pane[1]/Window or /Window/Pane[1]/Window/Pane/Button, that element is unable to access. I am getting error as Element does not exists. Please suggest a solution for this
The issue contains too little information. We ourselves work with Xpaths that contain panes and everything works as intended.
One reason why Xpaths cannot be resolved is the execution level
- Applications that run in Admin also need Admin on the Python side to find the Xpath