Type Into input not recognized

Hi,
I have written an automation for Oracle E1 Shop Floor Calendar.
Automation is reading data from CSV for Branch plant, month, year and filling the details in Oracle application.
Each Branch plant has 12 months.

Issue happens when data input is completed for 12 months and automation moves to input next Branch. It will correctly input the Branch in UI but when it tries to add the data for next branch, month 1 automation is stopping. Somehow it seems it is still considering old branch. As data is already present for old branch, UI is giving a hard error.

If it correctly recognizes the next branch that would fix the issue.
Tried delay as well.
Already tried different browsers Simulate click, Send Window message but no luck.
Error

Main.xaml (36.1 KB)

Hi @ajagtap636

Use the use application/browser activity and indicate the new page.

Within that use application/browser use the type into and the rest of the activities that need to be done on the new page.

For all the activities give the wait for page load as complete and that option will be present for each activity in the properties panel.

Regards

Thanks, is there any option without Use application/browser.
All the logic checks should happen in the same page.

Hi,
With Use Browser/Application, all your other activities would be inside it. It’s very easy with that.

Hi @ajagtap636

If the page gets changed then you need to use another use application or browser activity because for page to page the selectors gets changed and that causes the error as UI Element not found.

Regards

Thank You for all the suggestions, i do not see the Use application/browser activity getting populated.
Version- Studio Pro 2021.4.5

Do I need to install any package ?

Use open browser activity @ajagtap636

Regards

My automation has been with Open Browser. Any property of the same which i can use to fix this issue.
So far i am using New Session = True

Issue still persists. Any help to fix the same is greatly appreciated.

Can anyone please help me with this issue. Thanks