Arc
Results
2
comments of
Arc
match driver.enter_frame(0).await { Ok(_) => { let iframe_source = driver.source().await?; complete_body.push(iframe_source) } Err(_) => {} }
i tried same thing is happening with fantoccini. thread 'tokio-runtime-worker' panicked at 'internal error: entered unreachable code: received unknown error (no such frame) for NOT_FOUND status code', C:\Users\Heap\.cargo\registry\src\index.crates.io-6f17d22bba15001f\fantoccini-0.19.3\src\session.rs:905:34 note: run...