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 2dbef93 commit 11efdc5Copy full SHA for 11efdc5
botcity/core/bot.py
@@ -699,7 +699,7 @@ def get_element_coords(
699
height: Optional[int] = None,
700
matching: float = 0.9,
701
best: bool = True,
702
- ) -> Tuple[int, int] | Tuple[None, None]:
+ ) -> Union[Tuple[int, int], Tuple[None, None]]:
703
"""
704
Find an element defined by label on screen and returns its coordinates.
705
0 commit comments