-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taking screenshot using relative coordinates #61
Comments
Thank you very much for sharing this first issue. |
Hello, Sorry for my late reply. If you want to obtain a screenshot of an element : wrapper = find("Three||Button"") Does this answer your question? |
Hi, is it possible in pywinauto_recorder to just record the elements with their element_ids with the actions performed on them so that they can be stored in a json? |
No, this is not possible. |
Hi, I want to take screenshots of elements when being clicked while recording using the relative coordinates. For instance, while trying to record calculator, I clicked on the button '3' and got this in the generated script 'click(u"Three||Button%(-32.14,-18.67)")'. I want to take a screenshot as per these coordinates when this button is clicked. Could you please help me get through this issue?
The text was updated successfully, but these errors were encountered: