Hi,
I am using ui automation next package’s activity and its creating one issue.
First I am opening one browser and login over there and then after login using ui automation next package’s type into activity I am typing something on to that logged in web page. But every time that opening another empty browser as well.
I have put that type into activity in Use application/browser Activity and indicate the already logged in web browser and removed the url link.
But still after login the bot is opening one empty browser and typing in.
after login process, when the flow is proceeding to home page browser the bot is opening another chrome browser which it should not.
Below is the home page sequence where the bot is opening another chrome browser
I need one more suggestion on “uiautomationnext” package activities,
I have one scenario, where the text field or button is not visible and the bot needs to scroll down to do some activities on that.
If, I use click or type into activity from “uiautoimation” package, the bot scrolls down automatically without any issue.
But, when I use any click or type into activity from “uiautomationnext” package the bot does not scrolls down and it throws error as it can not find the ui element.
Can you try to set Simulate at Input Mode property of Click activity (or Use Browser/Application activity)? It will work even if target element is not visible, but it won’t scroll.