[−][src]Struct thirtyfour_sync::SafariCapabilities
Re-export common types.
Implementations
impl SafariCapabilities[src]
pub fn new() -> SafariCapabilities[src]
Trait Implementations
impl Capabilities for SafariCapabilities[src]
pub fn get(&self) -> &Value[src]
pub fn get_mut(&mut self) -> &mut Value[src]
pub fn add<T>(&mut self, key: &str, value: T) -> Result<(), WebDriverError> where
T: Serialize, [src]
T: Serialize,
pub fn add_subkey<T>(
&mut self,
key: &str,
subkey: &str,
value: T
) -> Result<(), WebDriverError> where
T: Serialize, [src]
&mut self,
key: &str,
subkey: &str,
value: T
) -> Result<(), WebDriverError> where
T: Serialize,
pub fn update(&mut self, value: Value)[src]
pub fn set_version(&mut self, version: &str) -> Result<(), WebDriverError>[src]
pub fn set_platform(&mut self, platform: &str) -> Result<(), WebDriverError>[src]
pub fn set_javascript_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn set_database_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn set_location_context_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn set_application_cache_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn set_browser_connection_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn set_web_storage_enabled(
&mut self,
enabled: bool
) -> Result<(), WebDriverError>[src]
&mut self,
enabled: bool
) -> Result<(), WebDriverError>
pub fn accept_ssl_certs(&mut self, enabled: bool) -> Result<(), WebDriverError>[src]
pub fn set_rotatable(&mut self, enabled: bool) -> Result<(), WebDriverError>[src]
pub fn set_native_events(&mut self, enabled: bool) -> Result<(), WebDriverError>[src]
pub fn set_proxy(&mut self, proxy: Proxy) -> Result<(), WebDriverError>[src]
pub fn set_unexpected_alert_behaviour(
&mut self,
behaviour: AlertBehaviour
) -> Result<(), WebDriverError>[src]
&mut self,
behaviour: AlertBehaviour
) -> Result<(), WebDriverError>
pub fn set_element_scroll_behaviour(
&mut self,
behaviour: ScrollBehaviour
) -> Result<(), WebDriverError>[src]
&mut self,
behaviour: ScrollBehaviour
) -> Result<(), WebDriverError>
pub fn handles_alerts(&self) -> Option<bool>[src]
pub fn css_selectors_enabled(&self) -> Option<bool>[src]
impl Clone for SafariCapabilities[src]
pub fn clone(&self) -> SafariCapabilities[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SafariCapabilities[src]
impl Default for SafariCapabilities[src]
pub fn default() -> SafariCapabilities[src]
impl Serialize for SafariCapabilities[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for SafariCapabilities
impl Send for SafariCapabilities
impl Sync for SafariCapabilities
impl Unpin for SafariCapabilities
impl UnwindSafe for SafariCapabilities
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,