Perform Action in browser which opens a new windows

Can not click on the new window that opens from a parent window in browser

2 Likes

Have you reviewed your selectors?

1 Like

@Deepan_DB
Simply send keyboard shortcuts (Ctrl + n) to the target browser by using [SendHotkey] activity.
It will work beautifully for you.

Cheers!

ya selectors are correct

ctrl + n is working on the parent tab not on the new tab it opened

Oh, I misunderstood your question. (I just read the title of this post and I thought you want to open a new window from the parent browser.)

It’s all related to the target selector. If possible, could you share the piece of your xaml so that we can review?

1 Like

new tab from parent.xaml (516.0 KB)
just try this

1 Like

Thank you all it worked inside attached window and full selector.

1 Like