Question
Launch the Interrogation application in the new tab
Hi All. I am new the Pega Openspan. For my project, we have an application A where we have to login and after successful login we wil have to launch application B in the same window but in the next tab. Application B takes the same credentials what we used in application A.
When we try to application B for interrogation, tool opens the application B in a separate browser window and does not have coordination with application A and its credentials. So Application B always throws error page.
How to launch both application A and B in the same browser (different tabs) and do the interrogation successfully.
Kindly share your comments.
You do not need to create separate Web-Adapter for App B. Use it as another webpage of App A.
Do you need App A to be opened while you are working in App B?
If not, then just navigate to App B in the same tab.
Otherwise, to create a new Tab you can use SendKeys "^t" method on browser (interrogate topmost panel of the browser). Or use Alt+Enter from the Address Bar.
More commands can be found here: https://www.meinstyn.com/internet-explorer-keyboard-shortcuts-working-hotkeys-download/