Krish Patel
Krish Patel
> Let's also add `browser_event_dict` to `visualize.py` somewhere here: https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/visualize.py#L255 Addressed in: [598ee36](https://github.com/OpenAdaptAI/OpenAdapt/pull/364/commits/598ee369995f3cbfa87b644591cfc736488a9460)
This the point where the sockets.py can be integrated into the record.py
> currently have these two messages after trying to load unpacked extension on chrome: The first one is cause ue to the fact that the The extension was not able...
> @KrishPatel13 I believe this should be closed in favor of https://github.com/OpenAdaptAI/OpenAdapt/pull/744, can you please confirm? Yes!, closing as a new PR is launched for this here: https://github.com/OpenAdaptAI/OpenAdapt/pull/744
@FFFiend #488 is merged now. Please update the branch then continue :-)
An update for Chrome Extension Issue: After spending about 4-5 hours debugging nativeMessaging, I was not able to fix the issue. I dropped the idea of using nativeMessaging. Reasons: -...
My next step would be to log the dom changes instead of "ping" message.
My goal is to at least, make a prototype by tonight: record.py (dummy): that runs and save all the dom changes in a sqlite db and once this is done,...
Update: Now I am able to log DOM changes  Commit: d9f9792cd9416ea2370d499af14d9a9e774d14ca
Now, I can save all the DOM messages sent by the extension into a db synchronously. Commit: 1b606fb17fd38056392b82952be472882b1f0aab Some Screenshots for the work:  and  This commit proves a...