area: browsergood first issuerefactor
倉庫指標
- Star
- (30,564 star)
- PR 合併指標
- (平均合併 11天 15小時) (30 天內合併 47 個 PR)
描述
What
- Move Sobek option parsing to the mapping layer.
Why
- Separation of concerns.
- Option parsing is only required by the mapping layer.
- To simplify and make the code and tests easy to reason about.
Current options to move
-
Frameoptions -
ElementHandleBaseOptions -
PageReloadOptions -
PageScreenshotOptions -
Locatoroptions -
Size.Parse - #5687
- #5302
- #5560
Example
- In this code, the parsing happens in the mapping layer.
Related
- This issue is a continuation of the epic issue #4219.