Static methods
onWindow
This will return IWindowActions which will expose different methods to handle windows related actions.
Instance methods
close
This method will close the open browser window.
currentHandle
This method returns the current window handle.
fullScreen
This method will on-demand do full screen on the browser window.
maximize
This method will maximize the browser window.
minimize
This method will minimize the browser window.
switchToDefault
This method will switch to the first window after you close any of the other opened windows.
switchToNew
This method is used to switch to new window of given type.
switchTo (handle)
This method is used to switch to window of given handle.
takeScreenshot
This method will take the screenshot of the current page and save it at the path configured in boyka-config.json.
