class Selenium::WindowManager
- Selenium::WindowManager
- Reference
- Object
Defined in:
selenium/window_manager.crConstructors
Instance Method Summary
- #close_window
- #command_handler : CommandHandler
- #fullscreen
- #maximize
- #minimize
- #new_window(type : Symbol = :tab)
- #resize_window(width : Int64 | Nil = nil, height : Int64 | Nil = nil)
- #session_id : SessionId
- #set_window_rect(width : Int64 | Nil = nil, height : Int64 | Nil = nil, x : Int64 | Nil = nil, y : Int64 | Nil = nil) : WindowRect
- #set_window_rect(window_rect)
- #switch_to_window(window_handle)
- #window_handle
- #window_handles
- #window_rect
Constructor Detail
Instance Method Detail
def set_window_rect(width : Int64 | Nil = nil, height : Int64 | Nil = nil, x : Int64 | Nil = nil, y : Int64 | Nil = nil) : WindowRect
#