Testing Application launches in a new pop window in IE browser. How can I record my test steps on the popup window?

Hi,

My testing application will launch a separate new window whenever it is loaded. May I know if there is a way that i can record my test steps from the separate window instead of the main window? Had tried to run it on the same window, i am able to get my test script working.

I am using Internet Explorer browser.

Thanks.

Hi,

I think i got it working now, using switch to window url option.

: )

Hi,
I am also in similar problem. Can you please explain how you got it working.

@“Meghraj Singh”: You could try with switchToWindow command. More details as links below:
https://docs.katalon.com/display/KD/%5BWebUI%5D+Switch+To+Window+Title
https://docs.katalon.com/display/KD/%5BWebUI%5D+Switch+To+Window+Index
https://docs.katalon.com/display/KD/%5BWebUI%5D+Switch+To+Window+Url

Can we write switch statement during recording

Meghraj Singh said:

Can we write switch statement during recording

Yes, you can add “Basic Action” then select “Switch To Window” option.