pub struct Chromedriver { /* private fields */ }Expand description
A client for shaving data of websites.
Implementations§
Source§impl Chromedriver
impl Chromedriver
Sourcepub fn launch() -> Result<Self>
pub fn launch() -> Result<Self>
Launch a Chromedriver process and wait for it to be serving a webdriver service.
Sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Create a Builder for configurable launch of a Chromedriver
process.
Sourcepub fn socket_addr(&self) -> SocketAddr
pub fn socket_addr(&self) -> SocketAddr
Retrieve the socket address on which the webdriver service is listening.
Trait Implementations§
Source§impl Debug for Chromedriver
impl Debug for Chromedriver
Auto Trait Implementations§
impl Freeze for Chromedriver
impl RefUnwindSafe for Chromedriver
impl Send for Chromedriver
impl Sync for Chromedriver
impl Unpin for Chromedriver
impl UnwindSafe for Chromedriver
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