pub struct ActionExecutor;Expand description
Executes BrowserAction variants against a live CDP session.
Implementations§
Source§impl ActionExecutor
impl ActionExecutor
pub async fn execute( session: &CdpSession, action: &BrowserAction, ) -> ActionResult
pub fn is_url_scheme_blocked(url: &str) -> bool
Auto Trait Implementations§
impl Freeze for ActionExecutor
impl RefUnwindSafe for ActionExecutor
impl Send for ActionExecutor
impl Sync for ActionExecutor
impl Unpin for ActionExecutor
impl UnsafeUnpin for ActionExecutor
impl UnwindSafe for ActionExecutor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more