skyvern
skyvern copied to clipboard
have any examples of Code Blocks?
Do you have any examples of Code Blocks? I want to get the data after the browser requests an API. How can I implement this with a Playwright script?
@kobeng better documentation coming soon! TL;dr - code block has access to the playwright page object. So you can do things like await page.click(...)
Note: it's the async playwright page
thanks, i will try!