example.com
Log In
CODEGEN
test.spec.js
const
{ test } =
'playwright'
;
test(
'auto'
,
async
() => {
await page.click(
'#login'
);
});
$$\text{User Action}$$
$$\text{Translate}$$
$$\text{Code Output}$$