RaiMan / SikuliX-2014

SikuliX version 1.1.2 (until February 2018)
http://sikulix.com
805 stars 235 forks source link

Wrong documentation about App.App #287

Open alkhimey opened 6 years ago

alkhimey commented 6 years ago

https://sikulix-2014.readthedocs.io/en/latest/appclass.html#App.App

 classmethod App(application)

    Usage: someApp = App(application)

    Open the specified application, if it is not yet opened and bring it to front

This is not correct, an open() is required after creating an instance. Additionaly, there is no such method App.