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

Method ResizeWindow

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

ResizeWindow changes the dimensions of a window. If the name is empty, the current window will be maximized.

(name string, width, height int)

Source from the content-addressed store, hash-verified

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
277
278 // Get navigates the browser to the provided URL.
279 Get(url string) error

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52