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?
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?
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')
Pleas share more details for quick resolution