webdriver_client 0.2.5

WebDriver client library
Documentation
Build #1967126 2025-04-07 19:18:52
# rustc version
rustc 1.88.0-nightly (2fa8b11f0 2025-04-06)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/webdriver_client-0.2.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/webdriver_client-0.2.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250406-1.88.0-nightly-2fa8b11f0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 1146d92e5f35c08d243da7745d7f00ffaef000a1bc1661726188d841dcef780e
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "1146d92e5f35c08d243da7745d7f00ffaef000a1bc1661726188d841dcef780e", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting webdriver_client v0.2.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/messages.rs:166:33
[INFO] [stderr]     |
[INFO] [stderr] 166 |         enum Field { Reference };
[INFO] [stderr]     |                                 ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:9
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:338:25
[INFO] [stderr]     |
[INFO] [stderr] 338 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#dismiss-alert
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 338 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#dismiss-alert>
[INFO] [stderr]     |                         +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:346:25
[INFO] [stderr]     |
[INFO] [stderr] 346 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#accept-alert
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 346 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#accept-alert>
[INFO] [stderr]     |                         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:354:25
[INFO] [stderr]     |
[INFO] [stderr] 354 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#get-alert-text
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 354 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#get-alert-text>
[INFO] [stderr]     |                         +                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:362:25
[INFO] [stderr]     |
[INFO] [stderr] 362 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#send-alert-text
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 362 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#send-alert-text>
[INFO] [stderr]     |                         +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:406:34
[INFO] [stderr]     |
[INFO] [stderr] 406 |     /// WebDriver specification: https://www.w3.org/TR/webdriver/#take-screenshot
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 406 |     /// WebDriver specification: <https://www.w3.org/TR/webdriver/#take-screenshot>
[INFO] [stderr]     |                                  +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:440:25
[INFO] [stderr]     |
[INFO] [stderr] 440 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#get-element-property
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 440 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#get-element-property>
[INFO] [stderr]     |                         +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:448:25
[INFO] [stderr]     |
[INFO] [stderr] 448 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#element-click
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 448 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#element-click>
[INFO] [stderr]     |                         +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:458:25
[INFO] [stderr]     |
[INFO] [stderr] 458 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#element-clear
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 458 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#element-clear>
[INFO] [stderr]     |                         +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:466:25
[INFO] [stderr]     |
[INFO] [stderr] 466 |     /// WebDriver spec: https://www.w3.org/TR/webdriver/#element-send-keys
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 466 |     /// WebDriver spec: <https://www.w3.org/TR/webdriver/#element-send-keys>
[INFO] [stderr]     |                         +                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:535:34
[INFO] [stderr]     |
[INFO] [stderr] 535 |     /// WebDriver specification: https://www.w3.org/TR/webdriver/#take-element-screenshot
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 535 |     /// WebDriver specification: <https://www.w3.org/TR/webdriver/#take-element-screenshot>
[INFO] [stderr]     |                                  +                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: `webdriver_client` (lib doc) generated 11 warnings (run `cargo fix --lib -p webdriver_client` to apply 10 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.4.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/webdriver_client/index.html
[INFO] running `Command { std: "docker" "inspect" "1146d92e5f35c08d243da7745d7f00ffaef000a1bc1661726188d841dcef780e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1146d92e5f35c08d243da7745d7f00ffaef000a1bc1661726188d841dcef780e", kill_on_drop: false }`
[INFO] [stdout] 1146d92e5f35c08d243da7745d7f00ffaef000a1bc1661726188d841dcef780e