record the click history #314
Unanswered
joyful2024
asked this question in
Q&A
Replies: 1 comment
|
This is something we though of a while ago but never implemented. What you could do is add Javascript event listeners on the playwright context (will be registered for all visited pages), which records the list of all JS events somewhere in the JS main document. Then you just have to extract this list when you extract the observation. One challenge if you want to learn by demonstration is that you also want to extract the observation right before the action happens, which is not trivial at all. This is moistly why we never implemented this feature. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does anyone know how to record the click history? that will enable us to do learning by demonstration.
All reactions