We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4069c77 commit 0584825Copy full SHA for 0584825
botcity/core/application/functions.py
@@ -52,6 +52,7 @@ def connect(backend=Backend.WIN_32, timeout=60000,
52
raise WindowNotFoundError(f"Unable to find an app using these criteria: {connection_selectors}")
53
return app
54
55
+
56
def find_window(app: Union[Application, WindowSpecification],
57
waiting_time=10000, **selectors) -> WindowSpecification:
58
"""
0 commit comments