(element)
| 585 | |
| 586 | // Keep backward compatibility with old function name |
| 587 | export function getPlaywrightMethod(element) { |
| 588 | const selector = getPlaywrightSelector(element); |
| 589 | return selector.method; |
| 590 | } |
nothing calls this directly
no test coverage detected