Login malfunction

good afternoon.
In my test cases I have a login test case which has global variables configured, the issue is that sometimes it crashes and sometimes it works correctly.
I have put a delay of 1 and equally continuous.

Does anyone have a suggestion to address this concern

We are going to need a lot more information in order to help you. In particular, we need to see your console log. Please check this post:

1 Like

brandon, good afternoon.
I attach the file with the requestederror login.txt (29.7 KB)

Root cause:

Caused by: org.openqa.selenium.ElementNotInteractableException: element not interactable

try adding a wait condition before clicking:

@Brandon_Hein, Thank you very much for your suggestion, now it works correctly.
That had never occurred to me.

Thank you very much in advance for the help provided

Paul