TestedApp.Close return value is None in Python
Hi, The help[1] stated that TestedApp.Close() should return True if the app was closed within the auto timeout time, False otherwise. In python the returned value is None ('Undefined') This is perhaps not a big issue but still a problem since I trust that the help is up to date and that I may follow the API described there to write tests. A lot of effort goes in to figuring out what is wrong that could be spent elsewhere. BR, Johan [1]https://support.smartbear.com/viewarticle/75112/Solved2.6KViews0likes14Comments