[build-dependencies.dirs]
version = "5.0"
[build-dependencies.reqwest]
features = ["blocking"]
version = "0.12"
[build-dependencies.zip]
version = "2.1"
[dependencies.base64]
version = "0.22"
[dependencies.glob]
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.axum]
version = "0.7.9"
[dev-dependencies.tower]
version = "0.5.2"
[dev-dependencies.tower-http]
version = "0.6.6"
[dev-dependencies.tracing-subscriber]
features = ["fmt"]
version = "0.3"
[lib]
doctest = false
name = "playwright_core"
path = "src/lib.rs"
[package]
authors = ["Paul Adamson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "⚠️ DEPRECATED: Use playwright-rs instead. This crate has been merged into playwright-rs as of v0.7.0."
edition = "2021"
license = "Apache-2.0"
name = "playwright-core"
readme = "README.md"
repository = "https://github.com/padamson/playwright-rust"
rust-version = "1.70"
version = "0.6.2"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["processthreadsapi", "psapi", "minwindef"]
version = "0.3"
[[test]]
name = "action_options_test"
path = "tests/action_options_test.rs"
[[test]]
name = "actions_test"
path = "tests/actions_test.rs"
[[test]]
name = "assertions_test"
path = "tests/assertions_test.rs"
[[test]]
name = "browser_context_integration"
path = "tests/browser_context_integration.rs"
[[test]]
name = "browser_context_options_test"
path = "tests/browser_context_options_test.rs"
[[test]]
name = "browser_creation"
path = "tests/browser_creation.rs"
[[test]]
name = "browser_launch_integration"
path = "tests/browser_launch_integration.rs"
[[test]]
name = "checkbox_test"
path = "tests/checkbox_test.rs"
[[test]]
name = "click_options_test"
path = "tests/click_options_test.rs"
[[test]]
name = "connection_integration"
path = "tests/connection_integration.rs"
[[test]]
name = "downloads_dialogs_test"
path = "tests/downloads_dialogs_test.rs"
[[test]]
name = "element_handle_test"
path = "tests/element_handle_test.rs"
[[test]]
name = "evaluate_test"
path = "tests/evaluate_test.rs"
[[test]]
name = "file_payload_test"
path = "tests/file_payload_test.rs"
[[test]]
name = "initialization_integration"
path = "tests/initialization_integration.rs"
[[test]]
name = "keyboard_mouse_test"
path = "tests/keyboard_mouse_test.rs"
[[test]]
name = "locator_test"
path = "tests/locator_test.rs"
[[test]]
name = "navigation_errors_test"
path = "tests/navigation_errors_test.rs"
[[test]]
name = "network_route_comprehensive_test"
path = "tests/network_route_comprehensive_test.rs"
[[test]]
name = "network_route_cross_browser_test"
path = "tests/network_route_cross_browser_test.rs"
[[test]]
name = "network_route_pattern_test"
path = "tests/network_route_pattern_test.rs"
[[test]]
name = "network_route_test_simple"
path = "tests/network_route_test_simple.rs"
[[test]]
name = "page_integration"
path = "tests/page_integration.rs"
[[test]]
name = "page_navigation_test"
path = "tests/page_navigation_test.rs"
[[test]]
name = "playwright_launch"
path = "tests/playwright_launch.rs"
[[test]]
name = "route_continue_overrides_test"
path = "tests/route_continue_overrides_test.rs"
[[test]]
name = "route_main_document_test"
path = "tests/route_main_document_test.rs"
[[test]]
name = "screenshot_options_test"
path = "tests/screenshot_options_test.rs"
[[test]]
name = "screenshot_test"
path = "tests/screenshot_test.rs"
[[test]]
name = "select_upload_test"
path = "tests/select_upload_test.rs"
[[test]]
name = "set_checked_test"
path = "tests/set_checked_test.rs"
[[test]]
name = "stability_error_quality_test"
path = "tests/stability_error_quality_test.rs"
[[test]]
name = "stability_memory_test"
path = "tests/stability_memory_test.rs"
[[test]]
name = "stability_resource_cleanup_test"
path = "tests/stability_resource_cleanup_test.rs"
[[test]]
name = "stability_shutdown_recovery_test"
path = "tests/stability_shutdown_recovery_test.rs"
[[test]]
name = "state_assertions_test"
path = "tests/state_assertions_test.rs"
[[test]]
name = "test_server"
path = "tests/test_server.rs"
[[test]]
name = "text_assertions_test"
path = "tests/text_assertions_test.rs"
[[test]]
name = "transport_chunked_reading"
path = "tests/transport_chunked_reading.rs"
[[test]]
name = "transport_integration"
path = "tests/transport_integration.rs"
[[test]]
name = "windows_cleanup_test"
path = "tests/windows_cleanup_test.rs"