Unable to preform action - Timeout Exception

Hey all,

I’m a manual tester who is tryin to set up Katalon in the hopes of improving QA practices. I’m intermittently getting this error when trying to set an action. What’s causing this?

image

2 Likes

Obviously, we could assist more if we had more information, but are you trying to enter text into your Windows application login screen when you get this message? What happens (as a test) when you put a delay above the setText() statement, like:

Windows.delay(2)
Windows.setText(findWindowsObject("Object Repository/Edit"), 'Welcome to Katalon Studio')
1 Like

Pleas share more details for quick resolution