Using Threads in Python

Last edited on

Use of threads in Python test scripts is not supported because of the following:

Concrete example: waitForObject() when called will constantly communicate with the AUT until the object has appeared. Only then it'll return. For this to work the command needs to spin its own loop. That mechanism unfortunately cannot coexist with Python threads.