I am trying to automate get full text where I am supposed to go to an application and enter an account no, then I am suppose to get the data (Under get full text) and got to the next pages and finally come out after covering all pages.
I am able to yo it for 1 account only. The challenge I am facing is when I am trying to do same activity for account no 2 its not working because the number of pages differs to account no 1 (may be more or may be less).
In my case :
The first screen has data (the screen that we get after entering account no) and it will have a drop-down (it looks like drop-down but works like a next button) to go to the next screen (so before clicking on drop-down I am doing get full text to capture all the data available in the current screen)
And after clicking on drop-down I am getting diverted to next screen where I am suppose to the same get full text activity
This process will continue till the time we reach to a screen which does not have any data and there will be a popup stating about no data available and to click on “OK”
Is there a way we can automate this for multiple accounts