fix: 修复浏览器驱动的一些问题

This commit is contained in:
徐聪
2025-04-24 22:48:31 +08:00
parent 3c077bf555
commit 382aad2d9f
5 changed files with 86 additions and 24 deletions

View File

@@ -105,4 +105,6 @@ type ScrollRequest struct {
type CreateBrowserRequest struct {
Timeout int `json:"timeout"`
Width int `json:"width"`
Height int `json:"height"`
}