Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
1–10 of 20 posts
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#2Chromiumoxide looks like a great alternative when there is a need for deep introspection. Its API appears to be extremely complete, on the protocol level you can get access to things like the state of the webaudio engine or setup DOM breakpoints, things that are not possible with webdriver!
EDIT: forgot the link ^^'. Thx izietto.
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#3Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#4Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#5Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#6This project looks great! In a similar vein, I've been using Fantoccini[0] for web browser automation task to great success! It uses the webdriver protocol under the hoods, which means it works with Chrome, Firefox, Edge (both the old and new one) and Safari. Chromiumoxide looks like a great alternative when there is a need for deep introspection. Its API appears to be extremely complete, on the protocol level you ca…
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#7So can this API handle js injection, http requests and behave like a web driver (selenium) ?
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#8Can I run it with Tokio?
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#9Thankyou. Amazing work. I was writing CDP requests by hand the other day.
Re: Show HN: Chromiumoxid – An Async Headless Chrome API in Rust
#10So can this API handle js injection, http requests and behave like a web driver (selenium) ?