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.
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.