Command | Description | Arguments |
---|
openbrowser | Open browser and navigate to specified url | URL: The URL to open (may be relative or absolute). |
refresh | Simulate users click refresh button on their browser | No |
back | Simulate users click back button on their browser | No |
close_windows | Close the browser, this action will close all windows of the browser | No |
scroll_to_top_page | Scroll to top page | No |
scroll_to_end_page | Scroll to end page | No |
switch_to_default_content | Use this keyword to switch back to default windows, after deal with some frame element | No |
maximize_browser | Maximize current windows to take up the entire screen | No |
resize_window_screen | Resize current window to given new size | resolution: Specify a window resolution using widthxheight. (e.g. 1280×800). |
switch_to_window_by_title | Switch to the window with given title | Tiltle: An exact string match |
switch_to_iframe | Switch the current context into an iframe | locator: An element locator |