Rust Browser Automation Demo
ArkenDriver
This interactive demo shows the shape of an ArkenDriver browser run. Each step pairs a Rust framework call with the WebDriver request it becomes and the browser state that changes after the command resolves.
Rust Browser Automation Demo
This interactive demo shows the shape of an ArkenDriver browser run. Each step pairs a Rust framework call with the WebDriver request it becomes and the browser state that changes after the command resolves.
Protocol Runner
Demo target
Waiting for a session.
let mut driver = Driver::new("http://localhost:9515");
driver.start().await?;
{
"capabilities": {
"alwaysMatch": {
"browserName": "chrome"
}
}
}