Interact

Learn more about errors that can occur with interact steps.

# Element not found on page


Error: Your chosen selectors have failed to find any content on page / element not found.

Alternative(s): "Could not find the requested element", "Error in all rows of loop, Your chosen selectors have failed to find any content on page", "Node is either not clickable or not an HTMLElement on row 1"

Problem: The element that was selected in a step has not been found when the automation has run, this can happen if the page has loaded with issues, or different from the version of the page that the automation was set up on.

Fix: Re-select the element within the selector tool within the step that has caused the error.

# Text is not iterable


Error: Text is not iterable.

Problem: There is an enter text or press key() step that does not contain text.

Fix: Add text into the input of the step.

# (Something) is not a character


Error: (Something) is not a character.

Problem: A character entered into a step is a character that is not recognised as a character.

Fix: Review the text input into the step that triggered the error, replace any characters you notice may be causing the issue. If the content has been copied and pasted, try to type this in manually to ensure that there is no additional metadata.

# Browser closed


Error: Browser closed.

Alternative(s): "Automation could not continue as all open browser tabs were closed"

Problem: The browser, or browser tabs, have been closed during the automation run.

Fix: Ensure the browser, or browser tabs, remain open during the run. Alternatively, run your automations in the cloud.