-
-
Notifications
You must be signed in to change notification settings - Fork 175
Feat/performance test #850
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
…or the new image, removed unnecessary contours in extract_difference_image
…feature/performance_test
…feature/performance_test
@@ -0,0 +1,49 @@ | |||
"""This module provides platform-specific implementations for window and element | |||
interactions using accessibility APIs. It abstracts the platform differences |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove unnecessary indent
from . import _macos as impl | ||
|
||
role = "AXStaticText" | ||
elif sys.platform in ("win32", "linux"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove linux
for now
Let's add the simple spreadsheet task:
I believe evaluating on MacOS won't work because Excel for Mac does not appear to contain accessibility data. A workaround for this is to use AppleScript:
|
What kind of change does this PR introduce?
Performance test for #704
Summary
This is a WIP PR for issue #704. Conducted both the performance test as per (#704 (comment)) and outcomes are saved in
test_results.txt
Checklist
How can your code be run and tested?
Other information