I have installed Power Automate Desktop. Is possible to link Selenium from Power Automate Desktop to VBA references?
Asked
Active
Viewed 157 times
2 Answers
0
Power Automate Desktop has a recorder for web processes, if you need to call VBA, power automate has its section, if that doesn't work you can implement a console and run the script.

Arnold Coto
- 13
- 4
0
To trigger your selenium script you can use
- cmd/ command prompt (open CMD session) and give the proper path of your selenium project directory in power automate desktop
- use "Write to cmd session" in power automate desktop and pass "mvn install" command. Make sure Maven is installed.
TO run VBA code you can
- open the Excel instance
- Run Excel macro
- give the macro name