Hi all,
Can anyone suggest me how to use open application activity to open the Opera browser
thank you in advance!!
Hi all,
Can anyone suggest me how to use open application activity to open the Opera browser
thank you in advance!!
Hi
Yah of course
We can use open application activity and pass the exe file path of that browser as input
Or
To be very simple open the opera browser and Usenet open application activity,use indicate on screen option and click on the opera browser application window it will create the arguments automatically
Or
We can use start process activity and pass the exe file path as input
Cheers @vinutha1
Navigate to the opera exe file and copy the entire path and give it directly in the Process.Start(“path”) @vinutha1