pub enum BrowserChoice {
Auto,
Chromium,
Chrome,
FingerprintChromium,
Edge,
Brave,
Lightpanda,
Camoufox,
}Variants§
Auto
Chromium
Chrome
FingerprintChromium
Edge
Brave
Lightpanda
Camoufox
Camoufox (Firefox stealth fork) driven via the foxbridge CDP→Juggler proxy. The host spawns foxbridge which in turn spawns camoufox; the agent sees a chromium-style WS endpoint.
Implementations§
Source§impl BrowserChoice
impl BrowserChoice
Sourcepub fn profile_backend_key(&self) -> &'static str
pub fn profile_backend_key(&self) -> &'static str
Stable backend-scope key used for persistent profile directories.
Trait Implementations§
Source§impl Clone for BrowserChoice
impl Clone for BrowserChoice
Source§fn clone(&self) -> BrowserChoice
fn clone(&self) -> BrowserChoice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BrowserChoice
impl Debug for BrowserChoice
Source§impl Default for BrowserChoice
impl Default for BrowserChoice
Source§fn default() -> BrowserChoice
fn default() -> BrowserChoice
Returns the “default value” for a type. Read more
impl Eq for BrowserChoice
Source§impl FromStr for BrowserChoice
impl FromStr for BrowserChoice
Source§impl PartialEq for BrowserChoice
impl PartialEq for BrowserChoice
impl StructuralPartialEq for BrowserChoice
Auto Trait Implementations§
impl Freeze for BrowserChoice
impl RefUnwindSafe for BrowserChoice
impl Send for BrowserChoice
impl Sync for BrowserChoice
impl Unpin for BrowserChoice
impl UnsafeUnpin for BrowserChoice
impl UnwindSafe for BrowserChoice
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.