How to change browser window and perform actions

I have a process created with Cross-platform config which uses browser automation. Now the thing is there’s some element which opens a new tab onclick which is being done by javascript internally which sets some cookies so I cannot visit url directly by “goto url” activity. I have seen there’s no option to change scope on click activity it just shows one browser window in “Scope of acitivity” section.

@swapnil.soni

Try getting using the title of it…the title attribute will
Be different for each tab

Cheers

nothing is working can you tell the steps

@swapnil.soni

When you indicate the element …are you mot getting thw title attribute in the selector

Cheers

Hi @swapnil.soni
Try to use the modern selector and modern activities to avoid this type of error.

Regards,
Kaviyarasu N