mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(python): removed wrong quotes for enum (#5784)
This commit is contained in:
parent
ddfdf8a76a
commit
7706e5a24a
@ -169,7 +169,7 @@ Specify environment variables that will be visible to the browser. Defaults to `
|
||||
- `expires` <[float]> Optional Unix time in seconds.
|
||||
- `httpOnly` <[boolean]> Optional httpOnly flag
|
||||
- `secure` <[boolean]> Optional secure flag
|
||||
- `sameSite` <["SameSiteAttribute"]<"Strict"|"Lax"|"None">> Optional sameSite flag
|
||||
- `sameSite` <[SameSiteAttribute]<"Strict"|"Lax"|"None">> Optional sameSite flag
|
||||
- `origins` <[Array]<[Object]>> Optional localStorage to set for context
|
||||
- `origin` <[string]>
|
||||
- `localStorage` <[Array]<[Object]>>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user