From 4fea5c73534696390d2a31acbfc5bc071d49df87 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Dec 2020 00:01:58 +0000 Subject: [PATCH] produces some kind of Xul error but none of my script's output Signed-off-by: Ian Jackson --- wdriver.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/wdriver.rs b/wdriver.rs index 71ec3c82..98b89877 100644 --- a/wdriver.rs +++ b/wdriver.rs @@ -651,6 +651,7 @@ fn prepare_thirtyfour() -> (T4d, ScreenShotCount, Vec) { ("devtools.console.stdout.content", true), ].iter().cloned().collect(); caps.add("prefs", prefs)?; + caps.add("stdio", "inherit")?; let mut driver = t4::WebDriver::new("http://localhost:4444", &caps) .context("create 34 WebDriver")?; -- 2.30.2