A new page is open when i use "Test activity" how can i avoid that?

i am using “use Application/Browser” and for my test i use “Test Activity” but when i run it, it will open a new chrome page. I just want to test the activity without opening a new page

image

image

Use Attach Browser:

Use the “Attach Browser” activity to specify the browser you want to work with. This activity allows you to target a specific browser window.
Use the Browser Session:

Inside the “Attach Browser” activity, you can place your test activity (e.g., “Test Activity”). This will ensure that the test activity runs within the specified browser session without opening a new browser window.

@Soudios

Try this way it will work
@Soudios

Using the old activity isn’t a solution.

@Soudios set the Open property of the Use Application/Browser activity to Never.

It’s important to learn and understand all the properties of the activities you use.

@Soudios

No need to use attach browser,you can modify the properties

enable as showing in the image

cheers

That’s what I said.


This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.