MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / handleReset

Method handleReset

modules/action/events/input.js:255–269  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

253 }
254
255 handleReset(event) {
256 this.sendMessage({
257 message: "recState"
258 }, (response) => {
259 if (response && response.recState) {
260 const form = event.target;
261 const xpaths = this.getXpaths(form);
262
263 this.sendMessage({
264 message: "onReset",
265 xPath: xpaths
266 });
267 }
268 });
269 }
270
271 handleInvalid(event) {
272 this.sendMessage({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected