From: Ian Jackson Date: Tue, 29 Dec 2020 00:01:58 +0000 (+0000) Subject: produces some kind of Xul error but none of my script's output X-Git-Tag: otter-0.2.0~99 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4fea5c73534696390d2a31acbfc5bc071d49df87;p=otter.git produces some kind of Xul error but none of my script's output Signed-off-by: Ian Jackson --- 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")?;