Question
2
Replies
89
Views
Capgemini India PVT Ltd
Posted: June 10, 2019
Last activity: November 24, 2019
Closed
Web Adapter Start opening slow compare to process start(URL)
Hi ,
When any webapplication if you open process.start(URL) or windows + R (URL) opens very fast
where as openspan adapter start method taking time to open the application ,
can you please suggest how to achieve same speed thorough openspan start adapter
Thanks,
Subhani
process.start(URL) or windows + R (URL) launches your default browser with specified URL. However openspan adapter start() method not only launches browser with specified URL but also injects Robotics .dlls to browser to automate web application and hence technically it is not possible to achieve same speed through openspan start adapter.
If you are observing a drastic difference, then we need analyze runtime logs after start() method is called, to find out discrepancies and findout if there can be any performance improvement.