@@ -1549,7 +1549,8 @@ def connect_to_app(self, backend=Backend.WIN_32, timeout=60000, **connection_sel
15491549 timeout (int, optional): Maximum wait time (ms) to wait for connection.
15501550 Defaults to 60000ms (60s).
15511551 **connection_selectors: Attributes that can be used to connect to an application.
1552- [See more details about the available selectors](https://documentation.botcity.dev).
1552+ [See more details about the available selectors\
1553+ ](https://documentation.botcity.dev/frameworks/desktop/windows-apps/).
15531554
15541555 Returns
15551556 app (Application): The Application instance.
@@ -1566,7 +1567,8 @@ def find_app_window(self, waiting_time=10000, **selectors) -> 'WindowSpecificati
15661567 waiting_time (int, optional): Maximum wait time (ms) to search for a hit.
15671568 Defaults to 10000ms (10s).
15681569 **selectors: Attributes that can be used to filter an element.
1569- [See more details about the available selectors](https://documentation.botcity.dev).
1570+ [See more details about the available selectors\
1571+ ](https://documentation.botcity.dev/frameworks/desktop/windows-apps/).
15701572
15711573 Returns
15721574 dialog (WindowSpecification): The window or control found.
@@ -1586,7 +1588,8 @@ def find_app_element(self, from_parent_window: 'WindowSpecification' = None,
15861588 waiting_time (int, optional): Maximum wait time (ms) to search for a hit.
15871589 Defaults to 10000ms (10s).
15881590 **selectors: Attributes that can be used to filter an element.
1589- [See more details about the available selectors](https://documentation.botcity.dev).
1591+ [See more details about the available selectors\
1592+ ](https://documentation.botcity.dev/frameworks/desktop/windows-apps/).
15901593
15911594 Returns
15921595 element (WindowSpecification): The element/control found.
0 commit comments