MCPcopy Create free account
hub / github.com/tebeka/selenium / MaximizeWindow

Method MaximizeWindow

selenium.go:273–273  ·  view source on GitHub ↗

MaximizeWindow maximizes a window. If the name is empty, the current window will be maximized.

(name string)

Source from the content-addressed store, hash-verified

271 // MaximizeWindow maximizes a window. If the name is empty, the current
272 // window will be maximized.
273 MaximizeWindow(name string) error
274 // ResizeWindow changes the dimensions of a window. If the name is empty, the
275 // current window will be maximized.
276 ResizeWindow(name string, width, height int) error

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52