record the click history #314
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. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know how to record the click history? that will enable us to do learning by demonstration.
Beta Was this translation helpful? Give feedback.
All reactions