完成50%

This commit is contained in:
2026-07-23 08:23:59 +08:00
parent 9b0ad62df4
commit f1edc6b533
218 changed files with 24318 additions and 5514 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const run = async () => {
await send('Page.enable')
await send('Runtime.enable')
await send('Emulation.setDeviceMetricsOverride', { width: 412, height: 915, deviceScaleFactor: 1, mobile: true, screenWidth: 412, screenHeight: 915 })
const url = `${origin}/?r02BackgroundAudit=1#/pages/records/r02-person-detail?personId=1&state=edit`
const url = `${origin}/?r02BackgroundAudit=1#/pages/records/r02-person-detail?genealogyId=1001&mode=create`
await send('Page.navigate', { url })
for (let attempt = 0; attempt < 60; attempt += 1) {
if (await valueOf("Boolean(document.querySelector('.person-detail-state--edit'))")) break