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:
833c549
)
still nothing on the screen
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 23 Dec 2020 02:35:44 +0000
(
02:35
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 23 Dec 2020 02:35:44 +0000
(
02:35
+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 33308b6cc299a589c1808153a53a9747a0b5e00b..60f6bc93f32fd63282719a97bc91a3c005855a23 100644
(file)
--- a/
wdriver.rs
+++ b/
wdriver.rs
@@
-305,6
+305,8
@@
fn prepare_thirtyfour() {
let caps = t4::DesiredCapabilities::firefox();
let driver = t4::WebDriver::new("http://localhost:4444", &caps)
.context("create 34 WebDriver")?;
+ driver.fullscreen_window()
+ .context("fullscreen")?;
driver.get("http://localhost:8000")
.context("dummy navigation")?;
}