change: remove windowSize from DriverExt

This commit is contained in:
lilong.129
2024-11-23 22:06:34 +08:00
parent 270180603c
commit 0b598fa590
3 changed files with 9 additions and 7 deletions
-1
View File
@@ -20,7 +20,6 @@ type DriverExt struct {
Driver IWebDriver
ImageService IImageService // used to extract image data
windowSize Size
// funplugin
plugin funplugin.IPlugin
}