MCPcopy Index your code
hub / github.com/hoothin/UserScripts / clickAction

Function clickAction

Pagetual/pagetual.user.js:12434–12437  ·  view source on GitHub ↗
(sel, doc)

Source from the content-addressed store, hash-verified

12432 }
12433
12434 async function clickAction(sel, doc) {
12435 let btn = await waitForElement(sel, doc);
12436 emuClick(btn, doc);
12437 }
12438
12439 async function enterAction(sel, doc) {
12440 let btn = await waitForElement(sel, doc);

Callers 2

initPageMethod · 0.85
emuPageFunction · 0.85

Calls 2

waitForElementFunction · 0.85
emuClickFunction · 0.70

Tested by

no test coverage detected