How Can I Automate Browser Actions with VBA or PowerShell in a Restricted Environment?

0
4
Asked By TechWhiz37 On

Hey there! I'm looking to use the DevTools "Record & Replay" feature to help automate some tasks in my workflow, but I'm hitting a wall with my office setup. My PC has a lot of restrictions: I can't install tools like Node.js or Puppeteer, can't run .bat files, and I'm limited to using built-in tools like VBA and PowerShell. I'm hoping to either find a way to play back a DevTools recording directly or use some kind of built-in scripting to mimic that functionality. Has anyone figured out a workaround in a restrictive environment like this? Any thoughts or ideas would be greatly appreciated! Thanks!

1 Answer

Answered By CodeRanger99 On

Have you thought about using Power Automate? It might help you connect with a browser, even if you're not able to install Node.js or other tools. It’s worth exploring that route if you haven't yet!

ScriptGenius42 -

But how do you use Power Automate to interact with a browser when installations are limited?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.