Skip to content

Commit cb3881d

Browse files
committed
API: impl some BrowserContext and add tests/docs
1 parent b759717 commit cb3881d

File tree

5 files changed

+947
-95
lines changed

5 files changed

+947
-95
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export REPO="$(expand_path .)"
55
export ERL_AFLAGS="-kernel shell_history enabled" # persistent iex history
66

77
# default: true
8-
# export PLAYWRIGHT_HEADLESS=false
8+
export PLAYWRIGHT_HEADLESS=false
99

1010
# default transport: driver (websocket is the one alternative)
1111
# export PLAYWRIGHT_TRANSPORT=websocket

lib/playwright/browser.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ defmodule Playwright.Browser do
239239
240240
### Option: `:video_size`
241241
242-
> #### DEPRECATED {: .warn}
242+
> #### DEPRECATED {: .warning}
243243
>
244244
> Use `:record_video` instead.
245245
@@ -254,7 +254,7 @@ defmodule Playwright.Browser do
254254
255255
### Option: `:videos_path`
256256
257-
> #### DEPRECATED {: .warn}
257+
> #### DEPRECATED {: .warning}
258258
>
259259
> Use `:record_video` instead.
260260

0 commit comments

Comments
 (0)