(sel, doc)
| 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); |
no test coverage detected