Closed elacuesta closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
d825d6f
) to head (2fc8fba
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #277
Allow to connect to a remote browser with
BrowserType.connect
.Introduces two new settings:
PLAYWRIGHT_CONNECT_URL
: Optional[str], defaultNone
PLAYWRIGHT_CONNECT_KWARGS
: dict[str, Any], default{}