Crate playwright_core

Crate playwright_core 

Source

Re-exports§

pub use api::IgnoreDefaultArgs;
pub use api::LaunchOptions;
pub use api::ProxySettings;
pub use assertions::expect;
pub use channel::Channel;
pub use channel_owner::ChannelOwner;
pub use channel_owner::ChannelOwnerImpl;
pub use channel_owner::DisposeReason;
pub use channel_owner::ParentOrConnection;
pub use connection::Connection;
pub use connection::ConnectionLike;
pub use error::Error;
pub use error::Result;
pub use protocol::BrowserType;
pub use protocol::Playwright;
pub use server::PlaywrightServer;
pub use transport::PipeTransport;
pub use transport::PipeTransportReceiver;
pub use transport::Transport;

Modules§

api
assertions
channel
channel_owner
connection
JSON-RPC Connection layer for Playwright protocol
driver
error
object_factory
protocol
server
transport

Constants§

DEFAULT_TIMEOUT_MS
Default timeout in milliseconds for Playwright operations.