When i am clicking on option on 1st web page the new tab will be open i need to perform perform further operation on web page which is opened in new tab but bot is getting failed to do that.
I want to perform scroll down activity on new tab web page but it’s performing on 1st web page because i am using use browser activity for 1st web page and 2nd web page url is getting change.
->In such a case use the use browser application again and indicate the second tab and then keep the Open option as Never in the properties panel under Options field.
->under the Unified Application Target there is a selector field so in that field make everthing dynamic so that whatever the tab comes into foreground the bot will work on that and in your case the 2nd page open in a new tab and that comes into foreground so the bot start to performe the actions in the new tab.
Please check the selectors for the page 2 and if possible please send me the screenshot of the slectors and I will try to help you by making them dynamic.