In your test logic, you may need to work with multiple browser tabs. An action on your app may open a new tab and load content or you may also need to access other applications during the test (such as open email application and verify).
Following commands are useful to work with multiple tabs in action logic editor:
- Switch to Browser with URL: You can specify part (or all) of URL of the tab which you want to work with. Make sure to specify URL content enough to uniquely identify the required tab.
- Switch to Browser with Title: Same as above, but the logic switches based on the title of the browser tab.
- Switch to Main Browser: Use this command to get back to the main browser tab after switching to other tabs.
Comments
0 comments
Please sign in to leave a comment.