What are the challenges faced in your project while automating web app, desktop, data scrapping, citric app?
Please help me with your real time experience.
What are the challenges faced in your project while automating web app, desktop, data scrapping, citric app?
Please help me with your real time experience.
Hi Tanushree,
Here are the few issues I have faced.
There are many others will update soon.
Raghav
Hi Tanushree,
Great.! That’s really good question
alright so for web app,
Usually the very first issue we will be facing is page loading and the time taken for each page to load. This can be handled with some of the activities like on element appear or on image appear or on element vanish or on image vanish or wait element vanish or wait image vanish. Here the reason why we have two common different activities like image and element…That’s the second issue we will be facing
Some of the web app fields, buttons might not be accessible in that case we need to usage image activities instead of using element accessing activities. This will be our very next issue.
Then here comes the common question that we face even in our forum,our bot works well for a browser in our local machine while it fails in vm machine…This will be very interesting. and this can be rectified with proper implementation of software version and there are some other possibilities like robot version mismatch, unable to access the element in vmmachines, etc
One of the major issue would be integrating different web applications, We must be clear with workflow when navigating to different applications in a single process.
For desktop app,
1.The major issue would be selectors, because for desktop application we be having different container with partial selectors. So taking the proper selectors will be a great challenge.
And the application must be brought foreground to perform actions on it unless we use certain activities like pdf related activities or excel related activites that does not need the application to be opened in foreground, else all the applications must be in foreground to perform our process
Here comes the next issue, based on the above point 2. like when we run in orchestrator like unattended robot, we must be very clear about the point 2. Else we would face many issues like element not accessible, page timeout reached.
For Data scraping,
Else there would be no issue with data scraping, unless we dont mention the fields correctly while data scraping
Hope this would help you
Cheers…!
Thank you @Raghavendraprasad @Palaniyappan
@Tanushree
My best wishes
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.