Hi Team,
we have first converted python script into .exe file. In python script we have used selenium package to launch the driver and do further actions.
In A360, we have called this .exe file in Application :Open program file Package and trigger the bot.
But it throws an below error. It works when we execute the .exe file locally. Can someone please help me on this?
Note: We have even used Python function package but it is taking latest version of python packages which we have used in script. But My py script is not compatible with latest version and need to maintain constant versions which we have used at the time of development . Hence converted py to .exe to overcome the version issues.