Skip to content

Commit

Permalink
API: impl some BrowserContext and add tests/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyti committed Oct 9, 2024
1 parent b759717 commit cb3881d
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export REPO="$(expand_path .)"
export ERL_AFLAGS="-kernel shell_history enabled" # persistent iex history

# default: true
# export PLAYWRIGHT_HEADLESS=false
export PLAYWRIGHT_HEADLESS=false

# default transport: driver (websocket is the one alternative)
# export PLAYWRIGHT_TRANSPORT=websocket
Expand Down
4 changes: 2 additions & 2 deletions lib/playwright/browser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ defmodule Playwright.Browser do
### Option: `:video_size`
> #### DEPRECATED {: .warn}
> #### DEPRECATED {: .warning}
>
> Use `:record_video` instead.
Expand All @@ -254,7 +254,7 @@ defmodule Playwright.Browser do
### Option: `:videos_path`
> #### DEPRECATED {: .warn}
> #### DEPRECATED {: .warning}
>
> Use `:record_video` instead.
Expand Down
Loading

0 comments on commit cb3881d

Please sign in to comment.