Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 334 Bytes

close_window.md

File metadata and controls

18 lines (13 loc) · 334 Bytes

Action: closeWindow

Closes the active window or the window with the specified page

Usage:

step("<step_id>", closeWindow("<window_to_close>"))

Usage example

// Closes the active window
step("01", closeWindow())
// Closes the window with the specified page 
step("02", closeWindow("LoginPage"))