I am using VS Code and using Playwright for some browser based interactions.
Is there a preferred way to set this up? I am manually editing the conda file based on the robocorp github examples.
Just wanted to make sure I am not missing a better way to do this? I have looked at the project page, but not sure where I would have found the dependancy list to configure - other than looking at example solutions.
I’m in need of assistance as someone new trying to get away from Microsoft Power Automate Desktop and into a tool that is easier to customize. So, I’m trying to install playwright using VS Code and am hitting a few issues. First off, I’m getting this error on both the conda and yaml files:
Also, any changes I make to the conda file requires a 10+ minute “obtain env for robot.yaml” update. Is this normal? Seems like a long time to be waiting.
There is a Playwright template available. This should set you up the file system “correctly”. It seems like there is an issue parsing the JSON file - perhaps you have another extension causing an issue?
Yes, I used Robocorp: Create Robot.
I just have two extensions installed at the moment, both are what were required for the first beginner’s tutorial on their website: Robocorp Code and Robot Framework Language Server.
I created a new file and starting from scratch to see if that fixes it.
You probably hit the short moment where the Robocorp Code extension had a bug causing issues for most users. The issue was fixed in a few hours’ time. That is why it might seem that creating a new file fixed things.