How can the robot pass a variable argument when opening an application in citrix (eg: a web address for a browser)?
Answers
Answered by
0
Answer:
Write the path to the application and argument in command prompt
Explanation:
In citrix or other computer systems there are many applications that are running automatically in the background. Once configured initially they tend to start on their own when the systems starts up.
Now to open up a browser on its own, we need to just program that using the command prompt, that as soon as a condition like startup is met, the program calls the browser application and then we pass an argument that would be the web address to this command.
Similar questions