Richard Abrich
Richard Abrich
@KrishPatel13 can you please link to where this has been implemented?
It's possible that `pywinauto` is too slow here: https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/window/_windows.py#L90C1-L98C35. Via ChatGPT: --- You can use the `pygetwindow` library for a faster solution. Here’s how to get the name, dimensions, and...
We need `window.get_active_window_data` (https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/window/__init__.py#L22) to return more quickly. Probably the simplest way to approach this is to leave existing functionality as-is, and implement a separate function that uses pygetwindow to...
There are two possible solutions: 1. Separate window_events containing metadata from those containing accessibility data into separate event types. When the accessibility event is received, update the already written action...
@Jagdeepkhunan have you tested this? I don't believe it will work. Removing a parent event requires removing all the child events.
Thank you @ZeonLap! > I wonder if there are ways to capture a11ytrees more efficiently. Me too! If anyone knows of one, I hope they leave a comment. Unfortunately I...
> It is only supported in Internet Explorer 11. Are you sure? https://developer.chrome.com/blog/detect-dom-changes-with-mutation-observers/
https://github.com/OpenAdaptAI/OpenAdapt/pull/364
Let's add a column to the recording table indicating that this is a fixture, and hide it in the dashboard.
Thank you @onyedikachi-david ! Can you please update your PR description with images containing the screenshot with the red dot? Ideally multiple over time as the model self corrects.