Frequently Asked Question

Confusion between pop-up and base window
Last Updated 5 months ago

Error description 

Opening a pop-up and executing actions like "Click on Save" or "Populate field with value" causes the test to fail or interact with the wrong window.

Typical scenario: Both the main window and the pop-up have elements with the same name (e.g., “Save” buttons or fields with the same label).

Result:
The step may fail with an “Unrechable element” error or act on the wrong element.

Solution:

  • Check if there are elements with the same name between the pop-up and the base window.

  • Use index values to select the element that you want to interact with (e.g. "Populate on field with value" - "Name[2]" - "John").

Please Wait!

Please wait... it will take a second!