This commit is contained in:
Adrià Arrufat
2026-03-23 13:52:28 +09:00
parent c9bc370d6a
commit 4f1b499d0f
2 changed files with 4 additions and 4 deletions

View File

@@ -378,7 +378,7 @@ test "cdp.lp: waitForSelector" {
const url = "http://localhost:9582/src/browser/tests/mcp_wait_for_selector.html";
try page.navigate(url, .{ .reason = .address_bar, .kind = .{ .push = null } });
var runner = try bc.session.runner(.{});
try runner.wait(.{.ms = 2000});
try runner.wait(.{ .ms = 2000 });
// 1. Existing element
try ctx.processMessage(.{