main.captcha.js: try beta of playwright-extra recaptcha, but fails on selectors
page.click: Evaluation failed: DOMException: Failed to execute 'querySelectorAll' on 'Document': 'button:has-text("Continue")' is not a valid selector.
This commit is contained in:
parent
c1393e95be
commit
d44d84be3c
5 changed files with 1555 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { test, expect } from '@playwright/test';
|
||||
import { test, expect } from '@playwright/test'; // only npm dep needed for this file
|
||||
import { existsSync } from 'fs';
|
||||
|
||||
if (!existsSync('auth.json')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue