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

Function getPlaywrightMethod

util/playwright_selector.js:587–590  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

585
586// Keep backward compatibility with old function name
587export function getPlaywrightMethod(element) {
588 const selector = getPlaywrightSelector(element);
589 return selector.method;
590}

Callers

nothing calls this directly

Calls 1

getPlaywrightSelectorFunction · 0.85

Tested by

no test coverage detected