chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d84102
)
produces some kind of Xul error but none of my script's output
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 29 Dec 2020 00:01:58 +0000
(
00:01
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 29 Dec 2020 00:01:58 +0000
(
00:01
+0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
wdriver.rs
patch
|
blob
|
history
diff --git
a/wdriver.rs
b/wdriver.rs
index 71ec3c82d6f60a9086c62fa25d0da9efb538c342..98b89877de1a43b67ce1a1bb38ad701d2faa2d54 100644
(file)
--- a/
wdriver.rs
+++ b/
wdriver.rs
@@
-651,6
+651,7
@@
fn prepare_thirtyfour() -> (T4d, ScreenShotCount, Vec<String>) {
("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")?;