Docs.rs
lingxia-browser-0.10.0
lingxia-browser 0.10.0
Permalink
Docs.rs crate page
MIT
30 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
butterflyfish
Dependencies
http ^1.3.1
normal
lingxia-log ^0.10.0
normal
lingxia-platform ^0.10.0
normal
lingxia-settings ^0.10.0
normal
lingxia-transfer ^0.10.0
normal
lingxia-webview ^0.10.0
normal
lingxia-lxapp ^0.10.0
normal
rong ^0.4.0
normal
serde ^1.0
normal
serde_json ^1.0.143
normal
thiserror ^2.0.16
normal
tokio ^1.0
normal
uuid ^1.20
normal
Versions
4.73%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
evaluate_javascript
lingxia_
browser
0.10.0
lingxia_browser
Function
evaluate_
javascript
Copy item path
Source
pub async fn evaluate_javascript( tab_id: &
str
, js: &
str
, ) ->
Result
<
Value
,
BrowserAutomationError
>