Has anyone integrated DevTools Record & Replay with VBA or PowerShell?

0
4
Asked By CuriousCoder92 On

Hey all! I'm trying to use the DevTools "Record & Replay" feature to automate some parts of my workflow, but I'm facing some obstacles due to restrictions on my work computer. I can't install Node.js or any JavaScript tools like Puppeteer, and running .bat files is off the table. I'm limited to built-in tools like VBA and PowerShell.

What I'm hoping to achieve is either finding a way to call and play a DevTools recording or using a built-in scripting option to replicate that functionality. Has anyone figured out a way to work around these restrictions? Would love to hear any ideas or methods that have worked for you. Thanks!

1 Answer

Answered By TechSavvy01 On

You might want to consider using Power Automate or a similar tool to address your needs. Even if Node.js isn't an option, there could still be some way to make it work, depending on the capabilities of Power Automate and your browser.

WorkflowWiz34 -

That sounds interesting! How would you suggest using Power Automate to interact with a browser if installation of Node.js isn't allowed?

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.