Switch to different Window
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Browser Element Name. It instructs the Avo Assure Client to switch in between two different Windows while debugging or Execution. The Switch to different Window Action is used to switch control to a different window or tab that was opened by the application. It is particularly useful when handling multi-tab or multi-window scenarios.
Input: <window number>
Note: For above syntax if user wants to switch to 2nd window for further use ‘2’ as window number so it could switch to the 2nd tab.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When testing a web application that involves multiple browser windows or tabs, such as when clicking a link opens a new tab, the "Switch to Different Window" action is essential. This feature automates switching between windows or tabs, streamlining your testing process.
3
After Switch to different Window Action debugs, it should switch to the 3rd browser/tab which is opened by tool while execution.
The Switch to different Window Action is switching to the 3rd tab which is opened on the browser and save the status in {result} output variable as “True”, which can be utilized for display or other purposes.