David Krásný
David Krásný
Hi. Messenger allows the user to send their current location. Is there any option to read it by Bootbot? Thank you for your answer.
I have this code: ``` java UIAutomation automation = UIAutomation.getInstance(); AutomationWindow window = automation.getDesktopWindow("ZAV - 1.0.05"); AutomationDocument ad = window.getDocument(0); System.out.println(ad.getText()); ``` But it throws this exception: ``` Exception in...
### Preliminary Checks - [X] I have already searched for [existing issues](https://github.com/ccxt/ccxt/issues) and confirmed that this issue is not a duplicate ### Is your feature request related to a problem?...