Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 365 Bytes

switch_to_window.md

File metadata and controls

16 lines (12 loc) · 365 Bytes

Action: switchToWindow

Switches to the first other window or to the window with the specified page.

step("<step_id>", switchToWindow("<window_to_switch>"))

Usage example

// Switches to the first other window
step("01", switchToWindow())
// Switches to the window with the specified page 
step("02", switchToWindow("LoginPage"))