Krish Patel

Results 44 comments of 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 ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/65433817/c1bcc969-f5cb-48eb-9fbf-c8189e4881f6) 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: ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/65433817/bd15c0ba-e460-4dc4-bcd4-ad6ac8dc8f96) and ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/65433817/4b4bee33-f2c9-40f8-a8ff-fc78bed218e0) This commit proves a...