Test Error: Unhandled exception in test run:

script with 2 steps:
[list]
[]login on submit form
[
]mail home page
[/list]

navigation does not work and the result of the test is:
First View: Test Error: Unhandled exception in test run: ‘NoneType’ object has no attribute ‘group’.

What can be the cause?
thank you

Hey,

could you find what was wrong? I have the same error with this script:

logData 0
setCookie https://www.abc.de/123.html randomCookieName=0
addHeader x-headername: A
addHeader x-headername: C
logData 1
navigate https://www.abc.de/123.html
logData 2
execAndWait “document.querySelector(”[title=Button]“).click();”

Best,
Iven